LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   boot sequence (https://www.linuxquestions.org/questions/linux-newbie-8/boot-sequence-264421/)

kermit 12-09-2004 08:22 AM

boot sequence
 
Hi all,

During boot up I can see some problems that I'd like to fix, but as "Pause" button doesn't work I don't know exactly what happens.

how can I do this? Is there any file where this info is logged?

Thanks

slackie1000 12-09-2004 09:53 AM

hi there,

i suggest

Code:

dmesg > file.dummy
after that you can check kernel messages opening "file.dummy".

or also a look at

Code:

/var/log/messages
regards

slackie1000

rjlee 12-09-2004 09:54 AM

Kernel messages (eg. setting up device drivers) are logged at booting into a memory buffer, which is accessible with the command
Code:

dmesg | less
init messages (eg. starting and stopping services) get logged into /var/log/boot.log

slackie1000 12-10-2004 01:41 AM

Quote:

Originally posted by rjlee
init messages (eg. starting and stopping services) get logged into /var/log/boot.log
hi there,

AFAIK, this file is distro dependent. It is not default everywhere.

regards

slackie1000


All times are GMT -5. The time now is 08:05 PM.