I have a simillar issue here where the logger service IS running but the admin interface says that it is not. listing of the processes shows this running: /opt/zimbra/logger/mysql/bin/mysqld --defaults-file=/opt/zimbra/conf/my.logger.cnf --basedir=/opt/zimbra/....
But the interface says: "Server status data is not available. To see the server status, logger service must be installed."
I've scanned through every log file on a clean restart and there are no errors in any of them. Upon start up I get: [zimbra@newmail ~]$ zmcontrol start
Host (hostname here)
Starting ldap...Done.
Starting antispam...Done.
Starting antivirus...Done.
Starting logger...Done.
Starting mailbox...Done.
Starting mta...Done.
Starting snmp...Done.
Starting spell...Done.
[zimbra@newmail ~]$ zmcontrol status
Host (hostname here)
antispam Stopped
zmamavisdctl is not running
antivirus Stopped
zmamavisdctl is not running
ldap Running
logger Stopped
zmlogswatchctl is not running
mailbox Running
mta Running
snmp Stopped
swatch is not running
spell Running
[zimbra@newmail ~]$
Upon going into the /bin directory and manually starting the service I get this: [zimbra@newmail bin]$ ./zmlogswatchctl start
[zimbra@newmail bin]$ ./zmlogswatchctl status
./zmlogswatchctl: line 75: kill: (12676) - No such process
Any help would be great. But it appears that several services will not run on my box. Which is CentOS 4.2 running on a Pentium D chip. Could the 64 bit thing be causing a problem? |