18 Mar
2009
18 Mar
'09
3:34 a.m.
On Mar 17, 2009, at 11:06 AM, Janos Dohanics wrote:
Last night Dovecot stopped, and the last message in the log was:
Fatal: write() failed to info log: Interrupted system call
Would you please advise?
A signal got sent to dovecot process while it was writing to a log
file. But why exactly that happened, I don't know. Perhaps something
outside Dovecot was sending it a signal. It would be simple to just
make it ignore the EINTR error and retry, but I'm not really sure if
it's a good idea to do it..