On Fri, Jan 27, 2006 at 09:21:37AM -0800, George wrote:
Hello Nate,
So the warnings in my /var/log/warn or just warnings then. Nothing is wrong? Below is an excerpt from my /etc/syslong-ng/syslong-ng.conf.in file in SuSE 10.0 . If I understood correctly, I should just comment out the below excerpt. And that will not have any negative affects. Sorry for my ignorance. I first started reading about syslog-ng three days ago. ------------- # # Most warning and errors on tty10 and on the xconsole pipe: # destination console { file("/dev/tty10" group(tty) perm(0620)); }; log { source(src); filter(f_console); destination(console); };
destination xconsole { pipe("/dev/xconsole" group(tty) perm(0400)); }; log { source(src); filter(f_console); destination(xconsole); }; ------------
Yes, George, comment out this stuff. -- Nate "Don't let school interfere with your education." - Samuel Clemens