Date: Wed, 24 Jul 2002 06:47:05 -0600 From: "Grant Cooper" <grant.cooper@nucleus.com> To: "Ed Yu" <edlyu@yahoo.com> Cc: <freebsd-questions@FreeBSD.ORG> Subject: Re: how to capture bootup messages? Message-ID: <00cf01c23310$374c3630$2afececd@TCOOPER> References: <20020724023232.65412.qmail@web20703.mail.yahoo.com> <443cu9qs0f.fsf@be-well.ilk.org>
index | next in thread | previous in thread | raw e-mail
This is kind of brute force but it works.
ee /etc/syslog.conf /* It may be a default, I forget */
make sure the "/dev/console" is uncommented (activated )
rm /var/log/console.log /* delete old log or copy it */
touch /var/log/console.log /*syslog won't write to an non-existent
file*/
reboot -s /* reboot */
ee /var/log/console.log /* there you go, your boot up log */
----- Original Message -----
From: "Lowell Gilbert" <freebsd-questions-local@be-well.no-ip.com>
To: "Ed Yu" <edlyu@yahoo.com>
Cc: <freebsd-questions@FreeBSD.ORG>
Sent: Wednesday, July 24, 2002 5:34 AM
Subject: Re: how to capture bootup messages?
> Ed Yu <edlyu@yahoo.com> writes:
>
> > Thanks Dan. I tried it and it does scroll back. Is
> > there a way to set the number of saved lines? It
>
> Yes, that's described in the manual for sc(4), but:
>
> > doesn't allow me to scroll all the way the the
> > beginning. Is there a way to set it so that all the
> > messages can be saved to a file instead?
>
> you mean like /var/run/dmesg.boot?
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
>
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?00cf01c23310$374c3630$2afececd>
