View Single Post
  #21 (permalink)  
Old 02-14-2006, 10:53 AM
drewage drewage is offline
Active Member
 
Posts: 37
Default

Code:
sh -x bin/zmmtactl status
+ BASE=/opt/zimbra
+ SCRIPTS='zmmtaconfigctl postfix zmsaslauthdctl'
+ case "$1" in
+ STATUS=0
+ for i in '$SCRIPTS'
+ /opt/zimbra/bin/zmmtaconfigctl status
+ R=0
+ '[' 0 -ne 0 ']'
+ for i in '$SCRIPTS'
+ /opt/zimbra/bin/postfix status
+ R=0
+ '[' 0 -ne 0 ']'
+ for i in '$SCRIPTS'
+ /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 ']'
+ STATUS=1
+ exit 1
Code:
sh -x bin/zmmailboxctl status
+ BASE=/opt/zimbra
+ SCRIPTS='zmmtaconfigctl tomcat mysql.server'
+ STATUS=0
+ case "$1" in
+ for i in '$SCRIPTS'
+ '[' zmmtaconfigctl = mysql.server ']'
+ /opt/zimbra/bin/zmmtaconfigctl status
+ R=0
+ '[' 0 -ne 0 ']'
+ for i in '$SCRIPTS'
+ '[' tomcat = mysql.server ']'
+ /opt/zimbra/bin/tomcat status
+ R=1
+ '[' 1 -ne 0 ']'
+ STATUS=1
+ for i in '$SCRIPTS'
+ '[' mysql.server = mysql.server ']'
+ /opt/zimbra/bin/mysqladmin status
+ R=0
+ '[' 0 -ne 0 ']'
+ exit 1
Code:
ps auxww | grep tomcat
zimbra    1916  0.0  0.0  2356  460 pts/3    R+   11:40   0:00 grep tomcat
Code:
tomcat kill -QUIT
Error: no pid in /opt/zimbra/log/tomcat.pid
The most recent stacktrace is listed as file type unknown, while all the others are shown as 'plain text document' If I try to force gedit to open it it says, it cannot automatically detect the character coding.

Hardware is on the slim side, 1ghz, but does have 1gb ram. OS is CentOS 4.2 with Zimbra GA upgraded from the previous milestone release.
Reply With Quote