Hi everyone.
I've been playing and then migrating a few users to zimbra since the last few days and everything was going very smoothly.
Since I've been migrating users with huge mailboxes I had disabled the logger service. When I went to reeanable it I tried this:
/opt/zimbra/bin/zmprov ms zimbra.something.com zimbraServiceEnabled logger
Then my admin gui starting writing errors, so I tried/opt/zimbra/bin/zmprov ms zimbra.something.com +zimbraServiceEnabled logger
With the same result.
I then decided to stop zimbra completely and then restart it using zmcontrol.
To my utter surprise, it started ldap, logger, and stop there. No error, nothing. Just stopped like it was normal.
I managed to start apache and others so I could use zmprov again to disable logger using
/opt/zimbra/bin/zmprov ms zimbra.something.com -zimbraServiceEnabled logger
And now it only starts ldap and stops.
I stopped / started zimbra yesterday with no problem, and as far as I can tell nothing what so ever changed on either the zimbra server or on the dns entries.
Needless to say I'm in trouble right now. I'll try to display as much stuff as possible here, but please ask for anything that could help you help me.
Server name is zimbra.something.com
it resolves to 192.168.200.223 (local ip) as it should (unless I'm mistaken)
Here is the service line (so yes, ldap is working):
zmprov -l gs zimbra.somthing.com | grep -i service
Code:
zimbraMtaAuthURL: https://zimbra.something.com:443/service/soap/
zimbraServiceHostname: zimbra.something.com
zimbraServiceInstalled: antivirus
zimbraServiceInstalled: antispam
zimbraServiceInstalled: logger
zimbraServiceInstalled: mailbox
zimbraServiceInstalled: mta
zimbraServiceInstalled: convertd
zimbraServiceInstalled: stats
zimbraServiceInstalled: snmp
zimbraServiceInstalled: ldap
zimbraServiceInstalled: spell
One thing, is ldap supposed to be listening only on 127.0.1.1?
tcp 0 0 127.0.1.1:389 0.0.0.0:* LISTEN -
/var/log/zimbra.log shows after a zmcontrol start:
Code:
Jul 23 21:23:38 zimbra zimbramon[12309]: 12309:info: Starting services initiated by zmcontrol
Jul 23 21:23:38 zimbra slapd[12388]: @(#) $OpenLDAP: slapd 2.3.43 (Apr 13 2009 11:14:45) $ ^Iroot@build26.lab.zimbra.com:/home/build/p4/FRANKLIN/ThirdParty/openldap/openldap-2.3.43.8z/servers/slapd
Jul 23 21:23:39 zimbra slapd[12389]: slapd starting
Then if I do a zmcontrol status
Code:
Jul 23 21:24:03 zimbra zimbramon[12434]: 12434:info: 2009-07-23 21:24:01, STATUS: : Cannot: determine services - exiting
Thanks in advance for your help. Again I'm in deep trouble right now (some of the users already migrated are the bosses of the company) so any kind of help would be more than welcome.