Am 25.10.2014 um 23:08 schrieb Timo Sirainen:
On 25 Oct 2014, at 09:42, Timo Sirainen tss@iki.fi wrote:
On 25 Oct 2014, at 09:22, Reindl Harald h.reindl@thelounge.net wrote:
> master: Error: service(log): command startup failed, throttling for 2 secs
Oh, "restart", not "start". That makes more sense, yes. I'll see about fixing it, but it's harmless anyway.
http://hg.dovecot.org/dovecot-2.2/rev/d35288713625 probably fixes this?
indeed
i wonder how there can be a difference between start/restart since systemd kills the whole service cgroup with all processes and so how does the new startup know anyting about a previous run?
however, the message disappears with the patch
[root@srv-rhsoft:~]$ cat messages Oct 25 23:41:13 srv-rhsoft systemd: Stopping Dovecot IMAP/POP3 Proxy... Oct 25 23:41:14 srv-rhsoft systemd: Starting Dovecot IMAP/POP3 Proxy... Oct 25 23:41:14 srv-rhsoft systemd: Started Dovecot IMAP/POP3 Proxy.
[root@srv-rhsoft:~]$ cat maillog Oct 25 23:41:13 srv-rhsoft dovecot: master: Warning: Killed with signal 15 (by pid=1 uid=0 code=kill) Oct 25 23:41:13 srv-rhsoft dovecot: log: Warning: Killed with signal 15 (by pid=1 uid=0 code=kill) Oct 25 23:41:14 srv-rhsoft dovecot: master: Dovecot v2.2.15 starting up for imap (core dumps disabled)