Bob wrote:
I actually systems. The test one that I configure for LDAP a few months ago doesn't do this. It is the production one that does now so I can compared config files between the 2 systems. The syslog config on both systems are the same.

Nevertheless, try to comment out the four lines

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); };

in /etc/syslog-ng/syslog-ng.conf, call "rcsyslog reload", and see if that changes the situation. In an appliance, you don't need logging to consoles anyhow.

If you're on 10.[01], you might want to do an equivalent change to /etc/syslog-ng/syslog-ng.conf.in as well. Otherwise syslog upgrades may break. AFAIK, this is not necessary on 10.2.

        Joachim

--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Joachim Schrod                          Email: [EMAIL PROTECTED]
Roedermark, Germany

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to