View previous topic :: View next topic |
Author |
Message |
jkmin96 n00b
Joined: 12 May 2005 Posts: 13
|
Posted: Mon Sep 18, 2006 9:23 pm Post subject: [solved]kernel message (printk) is shown on console |
|
|
Hi..
Inside a modules, that modules uses some printk messages to show some version information and etc.
Usually I saw it in "/var/log/messages".
But after reinstalling gentoo system, some printk message is shown on first console. I can see same message with dmesg as well.
Do you have any idea to fix this one?
I'd really appreciate any help!!
Thanks.
jkmin96
Last edited by jkmin96 on Tue Sep 19, 2006 2:52 am; edited 1 time in total |
|
Back to top |
|
|
El_Presidente_Pufferfish Veteran
Joined: 11 Jul 2002 Posts: 1179 Location: Seattle
|
Posted: Mon Sep 18, 2006 10:29 pm Post subject: |
|
|
do you have a logger running? |
|
Back to top |
|
|
jkmin96 n00b
Joined: 12 May 2005 Posts: 13
|
Posted: Mon Sep 18, 2006 11:05 pm Post subject: |
|
|
currently, I'm using syslog-ng.
And I can see it's log from "/var/log/messages"
Thanks.. |
|
Back to top |
|
|
TerminalJack n00b
Joined: 19 Sep 2006 Posts: 6
|
Posted: Tue Sep 19, 2006 1:37 am Post subject: |
|
|
If you're running the latest version of baselayout then you might be experiencing the bug described here.
If so then the short-term fix is to simply edit /etc/conf.d/rc...
...and change this:
Code: | RC_DMESG_LOGLEVEL="1" |
to this:
Apparently a bug has already been reported and it has been marked as fixed so expect a long-term solution soon. |
|
Back to top |
|
|
jkmin96 n00b
Joined: 12 May 2005 Posts: 13
|
Posted: Tue Sep 19, 2006 2:52 am Post subject: |
|
|
Oh...!!
Thank you so much!!
This is it!! |
|
Back to top |
|
|
|