[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: too many open files (ITS#142)



Sounds a lot like ITS#30.
  http://www.openldap.org/its/index.cgi?findid=30

>Apr 21 10:36:20 7U:postal slapd[2108438]: conn=5503 op=2 UNBIND
>Apr 21 10:37:00 7U:postal slapd[2108438]: conn=5504 fd=199 connection from
>unknown (148.129.239.147) accepted.
>Apr 21 10:37:00 7U:postal slapd[2108438]: conn=5504 op=0 BIND dn="" method=128
>Apr 21 10:37:00 7U:postal slapd[2108438]: unknown version 3

Client did an LDAPv3 bind.

>Apr 21 10:37:00 7U:postal slapd[2108438]: conn=5504 op=0 RESULT err=2 tag=97
>nentries=0

The slapd sent back a error.  The client should either do a v2 bind or
an unbind.

>Apr 21 10:37:00 7U:postal slapd[2108438]: accept() failed errno 24 (Too many
>open files)

A new connect...   apparently the client creates a new session
(which is unnecessary) and orphans the old session.

As the client really should be fixed, I suggest users of this client
submit bug report to the client developers.

Kurt