Quote:
Originally Posted by mikets when man stop services zimbra with the command
/etc/init.d/zimbra stop
the process zmlogger is still launched
zimbra 3600 1 0 08:11 ? 00:00:00 /usr/bin/perl /opt/zimbra/libexec/zmlogger
how do i correct this? |
Looks like perl is calling it, perhaps trying to restart it.
How about
sudo kill 3600 ?
I've seen something similar to this on mac, but never rhel.