View Single Post
  #1 (permalink)  
Old 11-14-2007, 07:38 AM
smcgrath1111 smcgrath1111 is offline
Active Member
 
Posts: 46
Default Upgrading from 4.5.6 to 4.5.9: LDAP error

I am trying to upgrade our server from 4.5.6 to 4.5.9, but I am getting the following error:

Code:
 
Setting defaults from saved config in /opt/zimbra/.saveconfig/config.save
   HOSTNAME=phosphor.leddynamics.com
   LDAPHOST=phosphor.leddynamics.com
   LDAPPORT=389
   SNMPTRAPHOST=phosphor.leddynamics.com
   SMTPSOURCE=admin@phosphor.leddynamics.com
   SMTPDEST=admin@phosphor.leddynamics.com
   SNMPNOTIFY=yes
   SMTPNOTIFY=yes
   LDAPROOTPW=(censored)
   LDAPZIMBRAPW=(censored)
Restoring existing configuration file from /opt/zimbra/.saveconfig/config.save...done
Operations logged to /tmp/zmsetup.log.23153
Checking ldap status
Starting ldap
ldap startup failed with exit code 256
daemon: bind(7) failed errno=98 (Address already in use)
slap_open_listener: failed on ldap://phosphor.leddynamics.com:389
Checking ldap status
Starting ldap
ldap startup failed with exit code 256
daemon: bind(7) failed errno=98 (Address already in use)
slap_open_listener: failed on ldap://phosphor.leddynamics.com:389
Setting defaults...Checking ldap status
Starting ldap
ldap startup failed with exit code 256
daemon: bind(7) failed errno=98 (Address already in use)
slap_open_listener: failed on ldap://phosphor.leddynamics.com:389
Checking ldap status
Starting ldap
ldap startup failed with exit code 256
daemon: bind(7) failed errno=98 (Address already in use)
slap_open_listener: failed on ldap://phosphor.leddynamics.com:389
Checking ldap status
Starting ldap
ldap startup failed with exit code 256
daemon: bind(7) failed errno=98 (Address already in use)
slap_open_listener: failed on ldap://phosphor.leddynamics.com:389
Done
The funny thing is, slapd is starting:
Code:
root@phosphor:~/zcs# ps ax
23356 ?        Ssl    0:00 /opt/zimbra/openldap/libexec/slapd -l LOCAL0 -4 -u zimbra -h ldap://phosphor.leddynamics.com:389 -f /opt/zimbra/conf/slapd.conf

root@phosphor:~/zcs# telnet phosphor.leddynamics.com 389
Trying 192.168.2.235...
Connected to phosphor.leddynamics.com.
Escape character is '^]'.
Any ideas? Thanks
-Scott
Reply With Quote