View Single Post
  #27 (permalink)  
Old 11-20-2009, 11:49 AM
HidX HidX is offline
Senior Member
 
Posts: 53
Default

By the way, I noticed that my zimbra is not switched off until the end.
In the process, continues to operate zmlogger. And it does not kill.
Just do not turn off "logswatch".

Code:
 /etc/init.d/zimbra stop

zmloggerctl status
zmloggerctl stop
Stopping logswatch...ps -ef | grep /opt/zimbra/libexec/logswatch
Code:
  ps auxww | grep zimbra
zimbra    2216  0.0  0.2   8128  5504 ?        Ss   20:11   0:00 /opt/zimbra/libexec/logswatch --config-file=/opt/zimbra/conf/logswatchrc --use-cpan-file-tail --pid-file=/opt/zimbra/log/logswatch.pid --daemon --script-dir=/opt/zimbra/data/tmp -t /var/log/zimbra-stats.log
zimbra    2217  0.0  0.0      0     0 ?        Z    20:11   0:00 [zmlogger] 
zimbra    2318  0.0  0.1   7172  3608 ?        S    20:11   0:00 zmlogger: zmrrdfetch: server
root      7554  0.0  0.0   3144   772 pts/0    S+   22:51   0:00 grep zimbra
Reply With Quote