On Sun, 2008-09-07 at 12:22 +0200, Luigi Rosa wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Timo Sirainen said the following on 07/09/08 12:11:
It is very strange that all events are logged except the shutdown.
Maybe try running with
strace -o log ./dovecot -F
I tried and this line has been logged
Sep 7 12:19:02 mail dovecot: Dovecot v1.2.alpha1 starting up (core dumps disabled)
Normally when I start Dovecot I got this line:
Sep 7 12:19:51 mail dovecot: Dovecot v1.2.alpha1 starting up
There's a ulimit -c difference.
When I killed -9 the dovecot task (not strace, but dovecot), the program ended, but no line has been logged.
Well, sure if you're going to kill -9 it then it doesn't log anything. There's no way Dovecot can do anything because you had kernel kill it directly without any kind of a notification..