Koozali.org: home of the SME Server

Log full of slapd msgs

Offline Paperguides

  • ****
  • 118
  • +0/-0
Log full of slapd msgs
« 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
...

Offline Daniel B.

  • *
  • 1,700
  • +0/-0
    • Firewall Services, la sécurité des réseaux
Re: Log full of slapd msgs
« Reply #1 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)
C'est la fin du monde !!! :lol:

Offline compsos

  • *
  • 472
  • +0/-0
Re: Log full of slapd msgs
« Reply #2 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.
Regards

Gordon............

Offline si_blakely

  • *
  • 57
  • +0/-0
Re: Log full of slapd msgs
« Reply #3 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