View Single Post
  #4 (permalink)  
Old 04-02-2006, 11:54 AM
jholder jholder is offline
Former Zimbran
 
Posts: 5,606
Default

Looks like everything is running okay.

If Status=0, then the specified service is indeed running, but if status=1, it has stopped.

Code:
Checking for port conflicts
Port conflict detected: 389 (zimbra-ldap)
Port conflict detected: 10024 (zimbra-mta)
Port conflict detected: 10025 (zimbra-mta)
Port conflict detected: 7306 (zimbra-store)
Port conflict detected: 7307 (zimbra-store)
Port conflict detected: 25 (zimbra-mta)
Port conflict detected: 636 (zimbra-ldap)
Port conflict detected: 993 (zimbra-store)
Port conflict detected: 995 (zimbra-store)
Port conflict detected: 7780 (zimbra-spell)
Port conflict detected: 110 (zimbra-store)
Port conflict detected: 143 (zimbra-store)
Port conflict detected: 80 (zimbra-store)
Port conflict detected: 7025 (zimbra-store)
Port conflicts detected! - Any key to continue
Setting defaults from ldap...Done
Checking ldap on localhost:389...Success
I missed that the first time.

I would su -zimbra and run zmcontrol stop

then run
ps auxww | grep zimbra

kill any left over zimbra proceses then run zmcontrol start.

Let's see if that works.

Also, be sure to exit your WebUI during this process.

If it doesn't do a zmcontrol status and post that along with your /var/log/zimbra.log

Good luck
Reply With Quote