Syslog and syslog-ng on HP-UX
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
olivier "madmax"rolland wrote:
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.
I'n not familiar with HP-UX, but my first guess is that you are using the same source for both daemons. Remove the standard HP-UX log source from syslog-ng.conf and reload syslog-ng. What is the purpose to use two syslog daemons on the same machine? Do you want to log the same messages with syslog and syslog-ng, or do you want to separate them? -- Gellér Sándor wildy@balabit.hu
participants (2)
-
Gellér Sándor
-
olivier "madmax"rolland