View Single Post
  #14 (permalink)  
Old 01-12-2009, 07:42 AM
Dimitri Dimitri is offline
Intermediate Member
 
Posts: 22
Default

ok there was one service still running I killed that and started zimbra but mailbox still does not start.

Code:
zimbra@zimbra:/root$ ps aux | grep zimbra
zimbra    7805  0.0  0.1  26388  6492 ?        S    16:37   0:00 /usr/bin/perl /opt/zimbra/libexec/zmlogger
zimbra   11588  0.0  0.0  22268  1416 pts/0    S    16:38   0:00 su zimbra
zimbra   11589  0.0  0.0  12120  2452 pts/0    S    16:38   0:00 bash
zimbra   12764  0.0  0.0   8752  1124 pts/0    R+   16:39   0:00 ps aux
zimbra   12765  0.0  0.0   3956   924 pts/0    S+   16:39   0:00 grep zimbra
zimbra@zimbra:/root$ kill 7805
zimbra@zimbra:/root$ ps aux | grep zimbra
zimbra   11588  0.0  0.0  22268  1416 pts/0    S    16:38   0:00 su zimbra
zimbra   11589  0.0  0.0  12120  2460 pts/0    S    16:38   0:00 bash
zimbra   12780  0.0  0.0   8748  1120 pts/0    R+   16:40   0:00 ps aux
zimbra   12781  0.0  0.0   3952   920 pts/0    S+   16:40   0:00 grep zimbra
zimbra@zimbra:/root$ zmcontrol start
Host zimbra.1-vision.nl
        Starting ldap...Done.
        Starting logger...Done.
        Starting mailbox...Done.
        Starting imapproxy...Done.
        Starting antispam...Done.
        Starting antivirus...Done.
        Starting snmp...Done.
        Starting spell...Done.
        Starting mta...Done.
        Starting stats...Done.
You have new mail in /var/mail/zimbra
zimbra@zimbra:/root$ zmcontrol status
Host zimbra.1-vision.nl
        antispam                Running
        antivirus               Running
        imapproxy               Running
        ldap                    Running
        logger                  Running
        mailbox                 Stopped
                zmmailboxdctl is not running
        mta                     Running
        snmp                    Running
        spell                   Running
        stats                   Running
zimbra@zimbra:/root$
[/code]

dimitri
Reply With Quote