| Next
Previous
Contents 
 Init starts the syslogdandklogddaemons. They write
messages to logs. The kernel's messages are handled byklogd, whilesyslogdhandles log messages from other processes. The main log is/var/log/messages. This is a good place to look if something is going
wrong with your system. Often there will be a valuable clue in there. 
 
 The file /etc/syslog.conftells the loggers what messages to put where. Messages are identified by which service they come from, and what priority level they are. This configuration file consists of lines that say messages from service x with priority y go to z, where z is a file, tty, printer, remote host or whatever. 
 NOTE: Syslog requires the /etc/servicesfile to be present. The services file allocates ports. I am not sure whether syslog needs a port allocated so that it can do remote logging, or whether even local logging is done through a port,
or whether it just uses/etc/servicesto convert the service names 
you type/etc/syslog.confinto port numbers. 
 Have a look at your system log. Find a message you don't understand, and find out what it means.
 
 Send all your log messages to a tty. (set it back to normal once done)
 
 
 Australian sysklogd 
Mirror 
 
 
 Next
Previous
Contents
 |