William K Helbig Jr wrote: > > > You can remove the spam though by changing console log level to 4 or 3 > > (I think) (in /etc/sysconfig/console, not sure which parameter) or by > > adding this parameter in /etc/sysctl.conf > > > > kernel.printk = 3 4 1 3 > > > > or > > > > kernel.printk = 4 4 1 7 > > There was no /etc/sysctl.conf so I created it and tried both options. > Both variations suppressed the kernel messages. I don't really know what > the differences are, but now I at least know where to start looking.
Look in /etc/init.d/sysctl or you can adjust the logging to the console in /etc/sysconfig/rc.site (LOGLEVEL). You can also adjust logging with /etc/syslog.conf (see the man page) or the dmesg command. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
