Mac OSX running 3.11. After a reboot, LDAP will not start. I believe the only thing changed prior to reboot was installation of a commercial SSL cert a few days ago. I definitely restarted Tomcat in that process but possibly not the rest of zimbra services.
I followed
http://wiki.zimbra.com/index.php?tit...tartup_failure
Results are:
Code:
ps auxww | grep zimbra | grep slapd
->returns nothing
Code:
"killall -TERM slapd"
->returns "no matching processes were found"
So, it seems like LDAP is not starting. So per the Wiki article, I try to start manually:
Code:
sh -x bin/ldap start
->Which returns:
Code:
zimbra:~ zimbra$ sh -x bin/ldap start
+ PID=
+ PIDFILE=/opt/zimbra/openldap/var/run/slapd.pid
+ mkdir -p /opt/zimbra/openldap/var/run/
+ start
+ checkrunning
+ getpid
+ '[' -f /opt/zimbra/openldap/var/run/slapd.pid ']'
+ '[' x = x ']'
+ RUNNING=0
+ '[' 0 = 0 ']'
+ '[' '!' -f /opt/zimbra/openldap-data/DB_CONFIG ']'
+ /opt/zimbra/libexec/zmconfigure /opt/zimbra/conf/slapd.conf.in /opt/zimbra/conf/slapd.conf
+ sudo /opt/zimbra/openldap-2.3.21/libexec/slapd -l LOCAL0 -4 -u zimbra -h ldap://:389/ -f /opt/zimbra/conf/slapd.conf
+ sleep 2
+ getpid
+ '[' -f /opt/zimbra/openldap/var/run/slapd.pid ']'
+ '[' x = x ']'
+ echo 'ERROR - failed to start slapd'
ERROR - failed to start slapd
+ echo ''
+ exit 1
zimbra:~ zimbra$
"ping zimbra.dyers.net" returns the correct (private) IP of the server
"host zimbra.dyers.net" returns the public IP of the zimbra server
I am resolving against public DNS servers, but added the LDAP hostname to the hosts file on the Mac when installing the system several weeks ago.
Logs and ps output are attached. Any help is appreciated.
Edit:
Problem solved - it was the commercial cert. The LDAP certs were broken, I'm not using LDAPS anyhow so Marc commented out the cert references in slapd.conf.