Quote:
|
Originally Posted by eXtremeSG I get: Host hostname not found: 3(NXDOMAIN)
|
Then you did it wrong. host `hostname` will run the hostname command, then do a host lookup on the output. If you got "host hostname not found" then you used single quotes, not backticks. backticks, on my keyboard, are to the left of the "1" key, under the "~".
Quote:
|
Originally Posted by eXtremeSG
So, what to do with this bit..?
g4mail:~ zimbra$ sh -x bin/zmmailboxctl status
+ BASE=/opt/zimbra
+ SCRIPTS=zmmtaconfigctl tomcat mysql.server
+ STATUS=0
+ '[' zmmtaconfigctl = mysql.server ']'
+ /opt/zimbra/bin/zmmtaconfigctl status
+ R=0
+ '[' 0 -ne 0 ']'
+ '[' tomcat = mysql.server ']'
+ /opt/zimbra/bin/tomcat status
+ R=1
+ '[' 1 -ne 0 ']'
+ STATUS=1
+ '[' mysql.server = mysql.server ']'
+ /opt/zimbra/bin/mysqladmin status
+ R=0
+ '[' 0 -ne 0 ']'
+ exit 1
I also see this at the beginning of the startup sequence:
Feb 14 14:00:44 g4mail /usr/sbin/serveradmin: servermgr_ipfilter:ipfw config:Notice  isabled firewall
Feb 14 14:01:49 g4mail slapd[275]: @(#) $OpenLDAP: slapd 2.2.28 (Nov 9 2005 14:23:20) $\n root@xserve1.liquidsys.com:/Users/build/p4/main/ThirdParty/openldap/openldap-2.2.28/servers/slapd\n
Feb 14 14:01:49 g4mail slapd[275]: /opt/zimbra/openldap/etc/openldap/schema/zimbra.schema: line 2889: bad config line (ignored)\n |
Don't worry about that. THe first command verifies that it's tomcat that's not starting.