RE: [syslog-ng]AIX 4.3.3 and pipe problem?
i have not seen that on the AIX but i have seen that on linux ver 1.5.15, the pipe does not work. -----Original Message----- From: AGehring@bis.adp.com Sent: Monday, April 22, 2002 12:31 PM To: "'syslog-ng@lists.balabit.hu'" <syslog-ng@lists.balabit.hu> Subject: [syslog-ng]AIX 4.3.3 and pipe problem? I'm running syslog ng on AIX 4.3.3 and while it works fine for system log calls, it doesn't seem to connect to a defined pipe and send information to it based on a logger call... below is a test conf file that I'm using. Send a message with logger is shows up in the d_mesg, but not to the d_pipe (Netcool is attached to the pipe. lsof shows the /var/adm/messages file being open, and again not the pipe... source s_sys { unix dgram ("/dev/log"); internal (); } destination d_mesg { file("/var/adm/messages"); }; destination d_pipe { pipe("/var/adm/mypipe"); }; log { source (s_sys); destination (d_mesg); destination (d_pipe); }; Any one seen this, or something like it? TIA, Andrew
On Tue, Apr 23, 2002 at 12:43:56PM -0400, Michael Earls wrote:
i have not seen that on the AIX but i have seen that on linux ver 1.5.15, the pipe does not work.
I've just tested my CVS version and it works. (it has a few changes against 1.5.16) -- Bazsi PGP info: KeyID 9AF8D0A9 Fingerprint CD27 CFB0 802C 0944 9CFD 804E C82C 8EB1
participants (2)
-
Balazs Scheidler
-
Michael Earls