[syslog-ng]remote syslog-ng 1.4.7 dies if syslogd is running

matthew.copeland@honeywell.com matthew.copeland@honeywell.com
Thu, 19 Oct 2000 15:25:33 +0000 (UTC)


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