Log clutter on the console

From MyWiki

(Difference between revisions)
Jump to: navigation, search
(New page: If you get log messages popping up on the console even when <tt>/etc/syslog.conf</tt> says it shouldn't, try this. * first option is to add the following line into <tt>/etc/sysctl.conf</t...)
m (Protected "Log clutter on the console" [edit=sysop:move=sysop])
 

Current revision as of 15:45, 22 October 2008

If you get log messages popping up on the console even when /etc/syslog.conf says it shouldn't, try this.

  • first option is to add the following line into /etc/sysctl.conf
kernel.printk = 3 4 1 7

and run sysctl -p to re-read the configuration

or

  • run
dmesg -n 1
Personal tools