View Single Post
  #20 (permalink)  
Old 04-14-2006, 10:18 AM
droefs droefs is offline
Member
 
Posts: 12
Default

This is what I get:

1. on the MTA
Code:
krab:~# su - zimbra
zimbra@krab:~$ sh -x zmmtactl status
+ BASE=/opt/zimbra
+ SCRIPTS=zmmtaconfigctl postfix zmsaslauthdctl
+ STATUS=0
+ /opt/zimbra/bin/zmmtaconfigctl status
+ R=0
+ '[' 0 -ne 0 ']'
+ /opt/zimbra/bin/postfix status
+ R=1
+ '[' 1 -ne 0 ']'
+ echo 'postfix is not running'
postfix is not running
+ STATUS=1
+ /opt/zimbra/bin/zmsaslauthdctl status
cat: /opt/zimbra/cyrus-sasl-2.1.21.ZIMBRA/state/saslauthd.pid: No such file or directory
+ R=1
+ '[' 1 -ne 0 ']'
+ echo 'zmsaslauthdctl is not running'
zmsaslauthdctl is not running
+ STATUS=1
+ exit 1
2. For the init-scripts, this is what I get on all three servers:
Code:
# ls -l /etc/rc* | grep zimbra
lrwxrwxrwx  1 root root 18 Apr 14 15:14 K01zimbra -> /etc/init.d/zimbra
lrwxrwxrwx  1 root root 18 Apr 14 15:14 S99zimbra -> /etc/init.d/zimbra
lrwxrwxrwx  1 root root 18 Apr 14 15:14 K01zimbra -> /etc/init.d/zimbra
lrwxrwxrwx  1 root root 18 Apr 14 15:14 S99zimbra -> /etc/init.d/zimbra
lrwxrwxrwx  1 root root 18 Apr 14 15:14 K01zimbra -> /etc/init.d/zimbra
lrwxrwxrwx  1 root root 18 Apr 14 15:14 S99zimbra -> /etc/init.d/zimbra
lrwxrwxrwx  1 root root 18 Apr 14 15:14 K01zimbra -> /etc/init.d/zimbra
lrwxrwxrwx  1 root root 18 Apr 14 15:14 S99zimbra -> /etc/init.d/zimbra
lrwxrwxrwx  1 root root 18 Apr 14 15:14 K01zimbra -> /etc/init.d/zimbra
# ls /etc/init.d/zimbra
ls: /etc/init.d/zimbra: No such file or directory
3. Analysing Tomcat on the Mail Store:
Code:
langoest:~# cat /opt/zimbra/tomcat/logs/catalina.out
zmtomcatstart: info: stale pid 2070 in pid file: No such process
Apr 14, 2006 4:58:46 PM org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-80
Apr 14, 2006 4:58:47 PM org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-7071
Apr 14, 2006 4:58:47 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1538 ms
Apr 14, 2006 4:58:47 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Apr 14, 2006 4:58:47 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.15
Apr 14, 2006 4:58:47 PM org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
Apr 14, 2006 4:58:48 PM org.apache.catalina.startup.HostConfig deployDescriptor
WARNING: A docBase /opt/zimbra/apache-tomcat-5.5.15/webapps/zimbra inside the host appBase has been specified, and will be ignored
log4j:WARN No appenders could be found for logger (org.apache.catalina.session.ManagerBase).
log4j:WARN Please initialize the log4j system properly.
Zimbra server reserving server socket port=110 bindaddr=null ssl=false
Zimbra server reserving server socket port=995 bindaddr=null ssl=true
Zimbra server reserving server socket port=143 bindaddr=null ssl=false
Zimbra server reserving server socket port=993 bindaddr=null ssl=true
Zimbra server process is running as root, changing to user=zimbra uid=1000 gid=106
Zimbra server process, after change, is running with uid=1000 euid=1000 gid=106 egid=106

Last edited by droefs; 04-14-2006 at 10:44 AM..
Reply With Quote