View Single Post
  #2 (permalink)  
Old 02-29-2008, 02:00 PM
richard-hdd richard-hdd is offline
Active Member
 
Posts: 28
Exclamation

I read somewhere in the forums that someone tried running the /opt/zimbra/libexec/zmldapinit and it fixed his problem. So I shutdown Zimbra, ran that command started Zimbra back up and this is what I got:

Code:
[zimbra@mail ~]$ zmcontrol stop
Host mail.hddbroker.com
        Stopping stats...Done
        Stopping mta...Done
        Stopping spell...Done
        Stopping snmp...Done
        Stopping antivirus...Done
        Stopping antispam...Done
        Stopping imapproxy...Done
        Stopping mailbox...Done
        Stopping logger...Done
        Stopping ldap...Done
[zimbra@mail ~]$ /opt/zimbra/libexec/zmldapinit
Started slapd: pid 31485
adding new entry "cn=zimbra"
ldapmodify: Already exists (68)

adding new entry "cn=admins,cn=zimbra"
ldapmodify: Already exists (68)

adding new entry "uid=zimbra,cn=admins,cn=zimbra"
ldapmodify: Already exists (68)

adding new entry "cn=zimlets,cn=zimbra"
ldapmodify: Already exists (68)

adding new entry "cn=cos,cn=zimbra"
ldapmodify: Already exists (68)

adding new entry "cn=servers,cn=zimbra"
ldapmodify: Already exists (68)

adding new entry "cn=config,cn=zimbra"
ldapmodify: Already exists (68)

adding new entry "cn=default,cn=cos,cn=zimbra"
ldapmodify: Already exists (68)

[zimbra@mail ~]$ zmcontrol start
Host mail.hddbroker.com
Unable to determine enabled services from ldap.
Enabled services read from cache. Service list may be inaccurate.
        Starting logger...Done.
        Starting mailbox...Done.
        Starting antispam...Done.
        Starting antivirus...Done.
        Starting snmp...Done.
        Starting spell...Done.
        Starting mta...Done.
        Starting stats...Done.
[zimbra@mail ~]$ zmcontrol status
Unable to determine enabled services from ldap.
Enabled services read from cache. Service list may be inaccurate.
Host mail.hddbroker.com
        antispam                Running
        antivirus               Running
        ldap                    Running
        logger                  Running
        mailbox                 Running
        mta                     Running
        snmp                    Running
        spell                   Running
        stats                   Running
Everything seems to be running but it still gives that error about unable to determine enabled services from ldap. While it says everything is running, our e-mail clients cannot connect to the server and I cannot bring up the Zimbra webmail client or the Zimbra Administration portal.

Is there any log files that I can check that might explain what is going on? I have checked various log files and I can't see anything obvious.
Reply With Quote