M Mayhem30 Aug 12, 2012 #1 How can I stop Dovecot process? The following does nothing : [CMD=""]service dovecot stop[/CMD] [CMD=""]/usr/local/etc/rc.d/dovecot stop[/CMD] Reboot is not an option at the moment as this is running on a production server.
How can I stop Dovecot process? The following does nothing : [CMD=""]service dovecot stop[/CMD] [CMD=""]/usr/local/etc/rc.d/dovecot stop[/CMD] Reboot is not an option at the moment as this is running on a production server.
A ath0 Aug 12, 2012 #2 Kill the process by hand. Use killall dovecot or get the pid via top or ps and use kill $pid. Hth ath0
Kill the process by hand. Use killall dovecot or get the pid via top or ps and use kill $pid. Hth ath0
setevoy Aug 12, 2012 #3 Mayhem30 said: [CMD=""]service dovecot stop[/CMD] Click to expand... Does it diplay any errors?
OP M Mayhem30 Aug 12, 2012 Thread Starter #4 setevoy said: Does it diplay any errors? Click to expand... No errors at all. [cmd=""]localhost# service dovecot stop localhost#[/cmd] Nothing shows up in any of the error logs either.
setevoy said: Does it diplay any errors? Click to expand... No errors at all. [cmd=""]localhost# service dovecot stop localhost#[/cmd] Nothing shows up in any of the error logs either.
setevoy Aug 13, 2012 #5 Well... I thinks you executed: Code: # killall dovecot and then Code: # ps aux | grep dovecot ?
OP M Mayhem30 Aug 14, 2012 Thread Starter #6 Thank guys, the killall did the trick. I just don't prefer that method - because that tells me something is wrong if it won't shut down normally.
Thank guys, the killall did the trick. I just don't prefer that method - because that tells me something is wrong if it won't shut down normally.