Hello and thank you very much for the reply.
Unfortunately it didn't work
Here is the sequence of commands as requested
Code:
root@mailtest:~# /opt/zimbra/libexec/zmfixperms
root@mailtest:~# su - zimbra
zimbra@mailtest:~$ zmcontrol stop
Host mailtest.drctmb.com
Stopping stats...Done.
Stopping mta...Done.
Stopping spell...Done.
Stopping snmp...Done.
Stopping archiving...Done.
Stopping antivirus...Done.
Stopping antispam...Done.
Stopping imapproxy...Done.
Stopping memcached...Done.
Stopping mailbox...Done.
Stopping convertd...Done.
Stopping logger...Done.
Stopping ldap...Done.
zimbra@mailtest:~$ ps -ef |grep zimbra
zimbra 28041 16820 0 09:47 pts/0 00:00:00 su - zimbra
zimbra 28042 28041 0 09:47 pts/0 00:00:00 -su
zimbra 29888 28042 0 09:53 pts/0 00:00:00 ps -ef
zimbra 29889 28042 0 09:53 pts/0 00:00:00 grep zimbra
zimbra@mailtest:~$ zmcontrol start
Host mailtest.drctmb.com
Starting ldap...Done.
Starting logger...Done.
Starting convertd...Done.
Starting mailbox...Done.
Starting antispam...Done.
Starting antivirus...Done.
Starting snmp...Done.
Starting spell...Done.
Starting mta...Done.
Starting stats...Done.
zimbra@mailtest:~$ tail -100 /var/log/zimbra.log | grep mailboxdmgr
Jan 12 10:07:05 mailtest zmmailboxdmgr[11001]: status requested
Jan 12 10:07:05 mailtest zmmailboxdmgr[11001]: file /opt/zimbra/log/zmmailboxd_manager.pid does not exist
Jan 12 10:07:05 mailtest zmmailboxdmgr[5950]: assuming no other instance is running
Jan 12 10:07:05 mailtest zmmailboxdmgr[11001]: assuming no other instance is running
Jan 12 10:07:05 mailtest zmmailboxdmgr[11001]: file /opt/zimbra/log/zmmailboxd.pid does not exist
Jan 12 10:07:05 mailtest zmmailboxdmgr[11001]: assuming no other instance is running
Jan 12 10:07:05 mailtest zmmailboxdmgr[11001]: no manager process is running
Jan 12 10:07:05 mailtest zmmailboxdmgr[5950]: file /opt/zimbra/log/zmmailboxd.pid does not exist
Jan 12 10:07:05 mailtest zmmailboxdmgr[11008]: start requested
Jan 12 10:07:05 mailtest zmmailboxdmgr[11008]: checking if another instance of manager is already running
Jan 12 10:07:05 mailtest zmmailboxdmgr[5950]: assuming no other instance is running
Jan 12 10:07:05 mailtest zmmailboxdmgr[11008]: file /opt/zimbra/log/zmmailboxd_manager.pid does not exist
Jan 12 10:07:05 mailtest zmmailboxdmgr[11008]: assuming no other instance is running
Jan 12 10:07:05 mailtest zmmailboxdmgr[11008]: file /opt/zimbra/log/zmmailboxd.pid does not exist
Jan 12 10:07:05 mailtest zmmailboxdmgr[11008]: assuming no other instance is running I have also noted that the files zmmailboxd_java.pid and zmmailboxd_manager.pid are owned by root and not by zimbra. Is this normal ?
Code:
zimbra@mailtest:~$ ls -l /opt/zimbra/log/*.pid
-rw-r----- 1 zimbra zimbra 5 Jan 12 09:56 /opt/zimbra/log/amavisd.pid
-rw-rw-r-- 1 zimbra zimbra 4 Jan 12 09:56 /opt/zimbra/log/clamd.pid
-rw-r----- 1 zimbra zimbra 6 Jan 12 09:55 /opt/zimbra/log/convertd.pid
-rw-rw---- 1 zimbra zimbra 4 Jan 12 09:56 /opt/zimbra/log/freshclam.pid
-rw-r----- 1 zimbra zimbra 5 Jan 12 09:56 /opt/zimbra/log/httpd.pid
-rw-r----- 1 zimbra zimbra 6 Jan 12 09:55 /opt/zimbra/log/logswatch.pid
-rw-r----- 1 zimbra zimbra 5 Jan 12 09:56 /opt/zimbra/log/swatch.pid
-rw-r--r-- 1 root root 5 Jan 12 09:56 /opt/zimbra/log/zmmailboxd_java.pid
-rw-r--r-- 1 root root 5 Jan 12 09:56 /opt/zimbra/log/zmmailboxd_manager.pid
-rw-r----- 1 zimbra zimbra 4 Jan 12 09:55 /opt/zimbra/log/zmmtaconfig.pid
-rw-r----- 1 zimbra zimbra 6 Jan 12 09:55 /opt/zimbra/log/zmrrdfetch-server.pid
Finally, it seems that one .pid file is missing : zmmailboxd.pid, but the 2 other zmmailboxd_* files are there.
Code:
Jan 12 10:07:05 mailtest zmmailboxdmgr[11008]: file /opt/zimbra/log/zmmailboxd.pid does not exist
I did a classic install using the scripts install.sh
I had done a first attemps to install which had failed due to some DNS problems.
I removed everything following the uninstallation instructions provided on the wiki and then reinstalled from scratch and didn't get any error.
Big thanks in advance for any help.
Otherwise I will probably need to start over installation again ...
Thomas