Click to See Complete Forum and Search --> : Annoying Messages


jayallenaugen
07-29-2001, 09:13 AM
I'm using Linux Mandrake 8.0, and whenever I'm in the CLI I get annoying messages constantly ... such as

NET: 1 Message Suppressed
NET: 5 Messages Suppressed

etc. :confused:

This make using the CLI almost impossible. Does anyone know how to turn off these messages?

Thanks in advance.

slapNUT
07-29-2001, 09:46 AM
Look in /etc/syslog.conf and see if any of the entrys are being logged to /dev/console. If they are then give them a file in /var/log or else put a # in front of that line to stop the console logging.

slapNUT
07-29-2001, 09:53 AM
Also if that was the problem then you have to restart syslog like so:
/etc/rc.d/init.d/syslog restart

jayallenaugen
07-30-2001, 03:07 AM
Thanks! That did the trick. :)