On Wed, Feb 19, 2003 at 04:12:56PM +0100, Heinrich Rebehn wrote:
> Andreas Wider�e Andersen wrote:
> >At 15:53 19.02.2003 +0100, you wrote:
> >>I hope this isn't a FAQ - i have been using FreeBSD for some years now.
> >>My question: Where can i find a log of all the startup messages that
> >>flash by so fast that i can't read them? Not the kernel messages, but
> >>daemons that fail to start and such.
> >Type: dmesg or do a # more /var/log/messages
> This only gives me the kernel messages, but not the messages from the
> daemons (i.e. sendmail failed and stuff like that)
Edit /etc/syslog.conf and uncomment the console.info line so that is
looks like this:
# uncomment this to log all writes to /dev/console to /var/log/console.log
console.info /var/log/console.log
Then:
# touch /var/log/console.log
# chmod 600 /var/log/console.log
# chown root:wheel /var/log/console/log
# kill -HUP `cat /var/run/syslogd.pid`
This will record all of the console output from syslog or the kernel,
as well as the boot messages you are interested in, the next time you
reboot.
Cheers,
Matthew
--
Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks
Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614 Bucks., SL7 1TH UK
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message