On 04/23/2011 07:21 PM, Fernando Oliveira wrote:

>
> If I remember correctly it stops logging to the console by modifying the 
> initscript /etc/rc.d/init.d/sysklogd:
>
>                  boot_mesg "Starting kernel log daemon..."
>                  loadproc klogd -c 3
>


Please do not suggest editing distributed scripts as they will be 
overwritten upon upgrade. There are two supported methods provided by 
the boot scripts for handling the console log level via configuration file:

echo "LOGLEVEL=3" >> /etc/sysconfig/console

&&

echo "kernel.printk=3" >> /etc/sysctl.conf

-- DJ Lucas

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to