On Mon, 28 May 2001, [iso-8859-1] Anilkumar wrote:

> Where are the log are stored for all failed process, I
> don't know what is wrong with scripts.
> Please give me suggestion to where to find all logs
> regarding startup processs.

it would be in /var/log/messages, but the default /etc/syslog.conf does
not log the debug messages spewed by the daemon. So you can edit your
syslog.conf and put a line

daemon.debug /var/log/messages

and then restart syslogd with 

kill -HUP syslogd.

To get all daemon related logs you can out

daemon.* instead. Man syslog.conf for more options

-- sreangsu


_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to