Re: Startup Messages

2003-01-10 Thread Rob Weir
On Thu, Jan 09, 2003 at 01:06:43PM -0800, Daniel L. Miller wrote: > Thank you all for the dmesg tip. > > Following is a copy of my startup. Can anyone give me a tip on any > potential problems or inefficiencies noted here - in particular the > messages regarding my USB setup. > > IPX Portions Cop

Re: Startup Messages

2003-01-09 Thread mess-mate
On Thu, 9 Jan 2003 15:42:58 -0500 "Michael P. Soulier" <[EMAIL PROTECTED]> wrote: | On 09/01/03 Daniel L. Miller did speaketh: | | > How can I log all the messages generated during boot? The stuff that | > talks about the peripherals detected, driver loading, etc. | | man dmesg | | Mik

RE: Startup Messages

2003-01-09 Thread Daniel L. Miller
Thank you all for the dmesg tip. Following is a copy of my startup. Can anyone give me a tip on any potential problems or inefficiencies noted here - in particular the messages regarding my USB setup. Linux version 2.4.18-bf2.4 (root@zombie) (gcc version 2.95.4 20011002 (Debian prerelease)) #1 S

Re: Startup Messages

2003-01-09 Thread Michael P. Soulier
On 09/01/03 Daniel L. Miller did speaketh: > How can I log all the messages generated during boot? The stuff that > talks about the peripherals detected, driver loading, etc. man dmesg Mike -- Michael P. Soulier <[EMAIL PROTECTED]>, GnuPG pub key: 5BC8BE08 "...the word HACK is used as

Re: Startup Messages

2003-01-09 Thread Robert L. Harris
Once your system is up log in as root and execute "dmesg" Also see if your system has a /var/log/dmesg, this file is written at boot time but future messages are not appended. Thus spake Daniel L. Miller ([EMAIL PROTECTED]): > How can I log all the messages generated during boot? The stuff th