Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: Paperguides on April 16, 2008, 06:29:39 PM

Title: Log full of slapd msgs
Post by: Paperguides on April 16, 2008, 06:29:39 PM
Checking the logs on a customers machine I found lots of messages like these.

Apr 15 10:08:27 the-lodge slapd[3704]: conn=228 fd=7 ACCEPT from IP=127.0.0.1:34827 (IP=0.0.0.0:389)
Apr 15 10:08:27 the-lodge slapd[3704]: conn=228 op=0 BIND dn="" method=128
Apr 15 10:08:27 the-lodge slapd[3704]: conn=228 op=0 RESULT tag=97 err=0 text=
Apr 15 10:08:27 the-lodge slapd[3704]: conn=228 op=1 UNBIND
Apr 15 10:08:27 the-lodge slapd[3704]: conn=228 fd=7 closed

I've done a search of the archive and cannot find any obvious solutions.  The only change in recent weeks has been applying security patches.

Any pointers to a solution?

TIA,

Tony Smith-Crallan
Title: Re: Log full of slapd msgs
Post by: Daniel B. on April 16, 2008, 08:56:15 PM
There's no solution because this is not a problem. It just means someone is connected to the webmail (horde uses ldap for contact lookup I think)
Title: Re: Log full of slapd msgs
Post by: compsos on April 21, 2008, 08:47:38 AM
If it has made a VERY large log file check how many slapd processors are running.
If you have open-xchange addin it may be starting extra slapd daemons.
Title: Re: Log full of slapd msgs
Post by: si_blakely on April 21, 2008, 01:07:47 PM
Yep - the slapd daemon can be temperamental about starting and stopping. Open-xchange attempts to restart slapd during the overnight maintenance and causes this restart retry (eating processor and log space). I edit the OX script to remove the restart attempt to prevent this.

Si