View previous topic :: View next topic |
Author |
Message |
lyallp Veteran
Joined: 15 Jul 2004 Posts: 1599 Location: Adelaide/Australia
|
Posted: Wed Dec 13, 2006 6:42 am Post subject: [Solved] Boot messages from console - in a log file? Where? |
|
|
I assume all the error messages that have started appearing on my boot screen, that scroll up to be lost, are kept somewhere, where I can look at them and address them?
I tried /var/log/messages, dmesg and boot.msg, all of which are not helpful, when it comes to D-BUS error messages and some other messages that scrolled up out of sight (and I can't seem to scroll back)
Can someone point me in the right direction? _________________ ...Lyall
Last edited by lyallp on Wed Dec 13, 2006 7:14 am; edited 1 time in total |
|
Back to top |
|
|
yabbadabbadont Advocate
Joined: 14 Mar 2003 Posts: 4791 Location: 2 exits past crazy
|
Posted: Wed Dec 13, 2006 6:47 am Post subject: |
|
|
You will have to enable this option and install a program. This is from /etc/conf.d/rc:
Code: | # RC_BOOTLOG will generate a log of the boot messages shown on the console.
# Useful for headless machines or debugging. You need to emerge the
# app-admin/showconsole package for this to work. Note that this probably
# won't work correctly with boot splash.
RC_BOOTLOG="no"
|
_________________
Bones McCracker wrote: | On the other hand, regex is popular with the ladies. |
|
|
Back to top |
|
|
lyallp Veteran
Joined: 15 Jul 2004 Posts: 1599 Location: Adelaide/Australia
|
Posted: Wed Dec 13, 2006 7:14 am Post subject: |
|
|
Thanks.
Applied, will see how I go. _________________ ...Lyall |
|
Back to top |
|
|
lyallp Veteran
Joined: 15 Jul 2004 Posts: 1599 Location: Adelaide/Australia
|
Posted: Thu Dec 14, 2006 8:25 am Post subject: |
|
|
Unfortunately, whilst this does indeed create /var/log/boot.msg, this file contains output which is virtually useless with regard to capturing the error messages that are generated, such as "arguments to dbus_move_error".
Any further suggestions? _________________ ...Lyall |
|
Back to top |
|
|
yabbadabbadont Advocate
Joined: 14 Mar 2003 Posts: 4791 Location: 2 exits past crazy
|
Posted: Thu Dec 14, 2006 8:28 am Post subject: |
|
|
Ummm, not any good ones. You could try hitting the ScrollLock key during boot to see if it will pause the text so that you can jot it down. If that doesn't work, try the old serial terminal xoff/xon keys, ctrl-s and ctrl-q. (stop and start respectively) _________________
Bones McCracker wrote: | On the other hand, regex is popular with the ladies. |
|
|
Back to top |
|
|
swimmer Veteran
Joined: 15 Jul 2002 Posts: 1330 Location: Netherlands
|
Posted: Thu Dec 14, 2006 3:43 pm Post subject: |
|
|
yabbadabbadont wrote: | You will have to enable this option and install a program. This is from /etc/conf.d/rc:
Code: | # RC_BOOTLOG will generate a log of the boot messages shown on the console.
# Useful for headless machines or debugging. You need to emerge the
# app-admin/showconsole package for this to work. Note that this probably
# won't work correctly with boot splash.
RC_BOOTLOG="no"
|
|
Hmm - this never worked for me :-/
I get some errors about ttys but I can't remember it because it's away from the screen before I can read it Perhaps this is related to bootsplash which I'm using as well?
Greetz
swimmer |
|
Back to top |
|
|
yabbadabbadont Advocate
Joined: 14 Mar 2003 Posts: 4791 Location: 2 exits past crazy
|
Posted: Thu Dec 14, 2006 9:12 pm Post subject: |
|
|
swimmer wrote: | yabbadabbadont wrote: | You will have to enable this option and install a program. This is from /etc/conf.d/rc:
Code: | # RC_BOOTLOG will generate a log of the boot messages shown on the console.
# Useful for headless machines or debugging. You need to emerge the
# app-admin/showconsole package for this to work. Note that this probably
# won't work correctly with boot splash.
RC_BOOTLOG="no"
|
|
Hmm - this never worked for me :-/
I get some errors about ttys but I can't remember it because it's away from the screen before I can read it Perhaps this is related to bootsplash which I'm using as well?
Greetz
swimmer |
Quote: | # app-admin/showconsole package for this to work. Note that this probably
# won't work correctly with boot splash.
|
Probably it is related...
Edited: for clarity as my first response didn't make any sense. _________________
Bones McCracker wrote: | On the other hand, regex is popular with the ladies. |
|
|
Back to top |
|
|
|