On 21/6/2013 19:34 , Ben Johnson wrote:
> Please do reply if you have any additional thoughts. I'm at my wit's
> end here!
When all else failes, use strace -f -F :)
(add it in front of the deliver call and expect LOTS of output)
Maarten.
On 13/6/2013 05:11 , Timo Sirainen wrote:
> Looks like there was a generic problem with how crash during
> initialization was handled. This should fix all of them:
> http://hg.dovecot.org/dovecot-2.2/rev/754d244b8249
OK, thanks for the fix!
M.
Hi,
This morning I discovered what seemed to be a deliberate crash in
auth_worker:
Jun 7 23:02:09 localhost dovecot: auth-worker: Error: #007Can't read
dir of '/etc/mysql/conf.d/' (Errcode: 2)
Jun 7 23:02:09 localhost dovecot: auth-worker: Error: Fatal error in
defaults handling. Program aborte
Ralf Hildebrandt wrote:
hi,
* Ralf Hildebrandt <[EMAIL PROTECTED]>:
* Timo Sirainen <[EMAIL PROTECTED]>:
Jan 28 01:39:13 postamt dovecot: child 5939 (imap) killed with signal 11
gdb backtraces would help fix this: http://dovecot.org/bugreport.html
OK, let's see what my changes will bring :)