[syslog-ng] Syslog and syslog-ng on HP-UX
olivier "madmax"rolland
madmax2010fr at yahoo.fr
Wed Oct 11 11:10:12 CEST 2006
Hello!
I have a problem,
I want that syslog and syslog-ng 1.6.7 to coexist on a HP-UX 11.11 and HP-UX 11.23.
I install syslog-ng 1.6.7 and it works but the problem is that syslog-ng don't log when syslogd runs.
My syslog-ng.conf look like:
options { sync (0);
time_reopen (10);
log_fifo_size (1000);
long_hostnames (off);
use_dns (no);
use_fqdn (no);
create_dirs (no);
keep_hostname (yes);
};
source s_sys { pipe("/dev/log" pad_size(2048));
internal();
unix-stream ("/dev/log.un");
};
What I have to do to resolve this problem?
Thanks for help!
___________________________________________________________________________
Yahoo! Mail réinvente le mail ! Découvrez le nouveau Yahoo! Mail et son interface révolutionnaire.
http://fr.mail.yahoo.com
More information about the syslog-ng
mailing list