no syslogd is not running on the client -----Original Message----- From: Balazs Scheidler [mailto:bazsi@balabit.hu] Sent: Thursday, June 08, 2000 11:23 AM To: syslog-ng@lists.balabit.hu Subject: Re: [syslog-ng] Still Having Troubles..
i am running syslog-ng on a central log host or try'en to i am having problums with the client's conf file..
<~~~ Client's Conf file ~~~~~>
source src { unix-dgram("/var/run/log"); udp(); internal(); };
destination loghost { tcp("loghost" ip("10.151.94.24") port(1000)); };
log { source(src); destination(loghost); };
<~~~~~~~~~~~~~~~~~~>
with this conf, the machine still logs messages in to /var/log/messages and /var/log/security
why?
Any Direction would be dope!
isn't the native syslogd running in addition to syslog-ng? -- Bazsi PGP info: KeyID 9AF8D0A9 Fingerprint CD27 CFB0 802C 0944 9CFD 804E C82C 8EB1 url: http://www.balabit.hu/pgpkey.txt _______________________________________________ syslog-ng maillist - syslog-ng@lists.balabit.hu http://lists.balabit.hu/mailman/listinfo/syslog-ng
participants (1)
-
Mike Novak