[syslog-ng]2 problems: Max connections and connection lost

Balazs Scheidler bazsi@balabit.hu
Wed, 26 Sep 2001 14:33:10 +0200


On Wed, Sep 26, 2001 at 02:01:43PM +0200, Jasper Jans wrote:
> Hi all - first of all could you please reply to this email
> address as well since I'm not subscribed on this list:
> jjans@bio.vu.nl
> 
> current setup:
> Syslog-ng compiled and running on one machine as a
> syslog master server and syslog-ng running on several
> other machines that forward their messages to the
> master machine.
> 
> problem 1:
> Sep 26 11:41:13 umbriel syslog-ng[65195]: Error accepting AF_INET
> connection from: 10.100.2.100:1049, opened connections: 10, max: 10

destination d_tcp { tcp("desthost" max-connections(100)); };

NOTE: a single process under Linux can open at most 256 fds.

-- 
Bazsi
PGP info: KeyID 9AF8D0A9 Fingerprint CD27 CFB0 802C 0944 9CFD 804E C82C 8EB1