LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   bootup messages /var/log and sanity (https://www.linuxquestions.org/questions/slackware-14/bootup-messages-var-log-and-sanity-138084/)

aus9 01-24-2004 06:15 AM

bootup messages /var/log and sanity
 
hi

In looking at my boot up messages I saw some message that I wanted to check out..... so I looked in /var/log syslog and messages but could not find it.

1) Where do these boot up messages go please?

2) Can I slow down these messages so I can read them with my fading brain cells?

3) Of interest I have a slackware 9.1 dual boot with mdk 9.1. I have some problems with guarddog firewall. So I grabbed a tgz version that had been compiled on a 686 whereas I have a 586.

And I have done a posting on problems I have compiling direct with normal tar files. For your info.

4) I have seen this post
http://www.linuxquestions.org/questi...+AND+slackware

and my boot up message I am trying to trace now reports a sanity check.
I think it may relate to the difference in kernels. But I can not correct the issue until I can at least find it again somewhere.

so any clues?

If I am too vague I am asking for any assistance on finding all my boot up messages not at this stage trying to solve my sanity check message.

Scruff 01-24-2004 08:33 AM

You can use 'dmesg | more' to read the messages from the last boot :)

aus9 01-24-2004 11:52 PM

thanks Scruff

two_black_dogs 01-31-2004 08:03 PM

Quote:

Originally posted by Scruff
You can use 'dmesg | more' to read the messages from the last boot :)
more is good, but if you're trying to preserve your sanity, this is better.
Open a console and type
Code:

dmesg > dmesg01.txt
This will read the contents of dmesg, and output it to the file called dmesg01.txt, where you can read it at your liesure.
I usually number them if I have a problem, so I can see what happens if I change something.
This has saved me from ripping out what's left of my hair when errors go by too fast to read. ;)

Scruff 01-31-2004 08:06 PM

lol!!! I hear that.

Though dmesg | less is also very nice. It allows you to scroll fwd and back. Output to a .txt file is cool too. Whatever floats yer boat :)


All times are GMT -5. The time now is 01:17 AM.