Quote:
Originally Posted by staufj22 Does anyone know a faster way to restart these services without running install.sh? Is there a switch in install.sh that just starts all the services? |
Are you not talking about the mailboxd service showing as not installed (zimbraServiceInstalled & zimbraServiceEnabled), but rather how to startup zimbra?
su zimbra
zmcontrol start
OR since just before that you said:
Quote:
Originally Posted by staufj22 Well, I've been playing around some more with my RC1 install, and I seem to be able to crash the mailbox and the admin interface (Jetty?) by changing some of the MTA setting, and then, click on the "Restore to COS" button. |
And the issue with the bug is:
Quote:
|
Any manipulation of zimbra server service via admin console will erase 'zimbraServiceEnabled: mailbox'. This will cause zmcontrol start to miss mailboxd. mailboxd is not set as service installed.
|
Did you mean like just doing a +zimbraServiceInstalled (because that is what's wrong B3>RC1) so that every time you modify something in the servers section of the admin console you just have to:
zmprov -l modifyServer server.domain.com +zimbraServiceEnabled mailboxd
then zmmailboxdctl start ?
-test and let us know