Quote:
Originally Posted by dijichi2 you already have ldap running.
ps -ef |grep slap
also probably your dns is incorrect, judging by the install messages, but get rid of existing ldap first. |
You are right:
Code:
zimbra@monaco:~/bin$ ps -ef |grep slap
zimbra 19543 1 0 18:11 ? 00:00:00 /opt/zimbra/openldap/libexec/slapd -l LOCAL0 -4 -u zimbra -h ldap://monaco.*****.net:389 -f /opt/zimbra/conf/slapd.conf
zimbra 19657 6972 0 18:12 pts/10 00:00:00 grep slap
zimbra@monaco:~/bin$ kill -9 19543
zimbra@monaco:~/bin$ ps -ef |grep slap
zimbra 19659 6972 0 18:12 pts/10 00:00:00 grep slap
zimbra@monaco:~/bin$ ./zmcontrol start
Host monaco.*****.net
Starting ldap...Done.
Unable to determine enabled services from ldap.
Unable to determine enabled services. Cache is out of date or doesn't exist. Is this an LDAP error? DNS error? or because I am using ubuntu 7.10 to build as the IT admin said to me?