4 Aug
2008
4 Aug
'08
8:54 p.m.
On Jul 24, 2008, at 3:28 PM, Kyle Wheeler wrote:
On Thursday, July 24 at 03:05 AM, quoth Timo Sirainen:
- Added a new maildirlock utility for write-locking Dovecot Maildir.
Every time I attempt to use this (as root), it exits with a return
code of 143 and my shell prints out "Terminated".I'm guessing that what happens is a result of this:
/* locked - send a */ if (kill(parent_pid, SIGTERM) < 0) i_fatal("kill(parent, SIGTERM) failed: %m");
Any idea on how I can fix it?
Not really.. The parent PID should be the parent maildirlock process,
which also should have caught the TERM signal. You could see what
happens if you change all SIGTERMs to SIGHUPs for example. What shell
do you use? Try another one?