On Tue, Nov 25, 2003 at 02:25:01PM +0100, Stephan Hendl wrote:
Hi all,
I get the following errors on HPUX11 using syslog-ng-1.6.rc4
What does "...unparseable log message: " mean and how can I solve the problem? My /etc/syslog-ng.conf ion enclosed.
HPUX pads incoming log messages to 2048 bytes boundary, so you need a log source like this (quoted from the file INSTALL): HP-UX (HP-UX 11.0) ------------------ HP-UX uses a named pipe called /dev/log for log transport, and you can use this with the pipe() driver with an additional option. HP-UX pads all incoming messages to 2048 bytes by default, so you need to specify this: source stdlog { pipe("/dev/log" pad_size(2048)); }; -- Bazsi PGP info: KeyID 9AF8D0A9 Fingerprint CD27 CFB0 802C 0944 9CFD 804E C82C 8EB1