On Wed, Mar 07, 2001 at 04:56:19PM -0500, jon@dumbo.pobox.com wrote:
any ideas what this is? it goes away when i comment out the unix-stream line but..thats what the docs say to use for a linux-based distribution
Mar 7 16:45:26 src@host/host syslog-ng[29264]: Error accepting AF_UNIX connection, opened connections: 100, max: 100
relevant info:
Linux dolly1 2.4.0-test9 #12 Thu Dec 21 19:55:09 EST 2000 i686 unknown syslog-ng-1.4.11/ libol-0.2.21/ redhat
options { create_dirs(yes); use_dns(no); sync(0); };
source src { unix-stream("/dev/log"); #############^^^^^^^^
internal(); udp(ip(0.0.0.0) port(514)); };
you reached the maximum allowable parallel connections, you can raise this limit with the max-connections parameter: unix-stream("/dev/log" max-connections(300)); -- Bazsi PGP info: KeyID 9AF8D0A9 Fingerprint CD27 CFB0 802C 0944 9CFD 804E C82C 8EB1