LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   syslogd and stderr (https://www.linuxquestions.org/questions/linux-general-1/syslogd-and-stderr-403086/)

slzckboy 01-13-2006 06:02 PM

syslogd and stderr
 
Hi are syslog and stderr inextricably linked?

I have a old laptop that i use as a dumb terminal to program with.

atrd is playing up ,the kernel keeps complaining that it needs a re boot to fixthe prob(even after re booting)
My real question is can i stop syslogd sending the messages in the mean time because it prints over what I am workig on so I have to save ,come out of the document and then go back into it each time.

I know i should look into the artd thing but i'm busy with something else att and need a quick fix.
thnks in advance.

gilead 01-13-2006 06:06 PM

It sounds syslog is printing to your console? Have a look in /etc/syslog.conf for a line like the following, comment it out and restart syslog:

Code:

kern.*                /dev/console
That stops the error from bugging you - it doesn't fix the error though...

slzckboy 01-13-2006 06:17 PM

lol.. nah..

i'll look at that another day..right now i just want to stick my head in the sand and mask the error from my console.


anyway.its already commented out ??
strange.

primo 01-14-2006 10:26 PM

As root, run "dmesg -n 1" to block messages from the kernel as well (ie: iptables)

Mara 01-16-2006 04:45 PM

Moved: This thread is more suitable in Linux-General and has been moved accordingly to help your thread/question get the exposure it deserves.


All times are GMT -5. The time now is 03:54 AM.