19 Oct
2000
19 Oct
'00
4:25 p.m.
I am running an instance of syslog-ng 1.4.7 which is set to only accepting remove syslog-ng connectoins for the source. (at least I think it is.) I can accept the connections, but after maybe 700 or 800K, syslog-ng dies. Any thoughts? Here is a copy of the syslog-ng.conf file I am using for the server. options { long_hostnames(off); sync(0); }; source src { tcp(port(999) max_connections(310)); internal(); }; destination everything { file("/var/log/think"); }; log { source(src); destination(everything); }; Matthew M. Copeland