[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: bootlog on debian 2.0 missing in /var/log/messages



>Oz Dror wrote:
>Prior to the debian 2.0 installation I used to have a detail boot log
>on /usr/adm/messages.
>
>Where is it on the 2.0 version. the /var/log/messages is very abbreviated
>the /var/log/syslog is also very abbreviated

ditto.
After upgrading to 2.0, I now see the nice syslog entries "MARK"
and my ppp connections (pppd and chat daemon messages), kernel scsi remarks,
kernel firewall denials, but no boot messages.
For example, there is no "Memory ...".

I suspect that a line must now be missing from some /etc/init.d/* file, eg,
    klogd -o -f /var/log/messages
However, such a line would need to be early in the boot: after /etc/rcS.d/*
files run but before most every other boot file since a permanent klogd
daemon runs in the file
   /etc/rc2.d/S10sysklogd

I could insert a "klogd -o" command in one of the boot files, 
if that is what was used before, but I hate to do what should already
be done somehow.
Any ideas?  For example, does your
   grep klogd /etc/init.d/*
reveal a "klogd" with the "-o" option?

Thank you,
Jim Burt


Reply to: