[syslog-ng] syslog-ng on AIX 5.3
Balazs Scheidler
bazsi at balabit.hu
Thu Oct 6 16:00:17 CEST 2005
On Tue, 2005-10-04 at 13:41 -0400, Michael Mannsberger wrote:
> Does not log at all. Anybody got this working on AIX?
Although I have not tried personally, syslog-ng has this entry in its
INSTALL file:
AIX (unknown revision)
----------------------
AIX does support STREAMS, but its log transport doesn't use it. As it
seems /dev/log is a simple SOCK_DGRAM type unix socket, so it works using:
source stdlog { unix-dgram("/dev/log"); };
Which source driver are you trying to use?
--
Bazsi
More information about the syslog-ng
mailing list