i'm already spending all day trying to figure out what could be the problem, but i dont get any further yet.
since its a production server, im a bit in a hurry to get it to work again. i hope you guys can help me to figure out whats going wrong.
what happend: server was runing fine on 4.5.9 untill today, yet the logger module did not work.
following the sugestions in the wiki i tried to fix the permissions, which gave me errors (as zimbra user ist was not allowed to change the permissions and as su there seemed to be some folders missing).
out of stupidity i just chmod -R zimbra /opt/zimbra the whole thing, which seemed to be a bad mistake.
i already re-installed the server (also as 4.5.10). and with a fresh install its running fine again, yet the moment when i put my /opt/zimbra back in it fails updating/starting the servers.
the zmsetup.pl always gets stuck at "starting mysql"
zmcontrol start pretends to start the server:
Code:
zimbra@server1:~$ zmcontrol start
Host maxigs.net
Starting ldap...Done.
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.
yet:
Quote:
zimbra@server1:~$ zmcontrol status
Unable to determine enabled services from ldap.
Enabled services read from cache. Service list may be inaccurate.
Host maxigs.net
antispam Running
antivirus Running
ldap Running
logger Running
mailbox Stopped
mysql.server is not running
tomcat is not running
mta Running
snmp Running
spell Running
stats Stopped
You have new mail in /var/mail/zimbra
|
trying to connecto to mysql looks like this:
Quote:
zimbra@server1:~$ mysql mysql
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/opt/zimbra/db/mysql.sock' (2)
You have new mail in /var/mail/zimbra
|
normally since the mysql server never started....
so short guess:
some folders still have the wrong permission settings so the services cant start
zmfixperms runns without errors since i added a missing (empty?) folder, but this did nor really change the problem.
i'm only a second away from reverting to a recent backup - yet i'm afraid to loose the mail data since, the backup was before a couple of new mailaccounts have been added