17 Oct
2007
17 Oct
'07
7:54 p.m.
You are not permitted to specify a max_connections for a udp listener because udp is connectionless. Evan. Blurry wrote:
So I pulled down the Oct17 version of 2.0.5 and it compiled fine. Produced man pages and a syslog-ng executable in /usr/local/sbin/
I used the syslog-ng.conf file that I had working on another system. I am only interested in receiving UDP syslog and TCP syslog. I configured HPUX syslogd to not listen on udp.
When I run syslog-ng it will work if I only specify a tcp listener. If I also specify a udp listener it dies and says this line is in error
'syntax error in 15'
line15: udp(ip(0.0.0.0) port(514) max_connections(1000));