[Dovecot] Panic, rawtrace, log, etc
Timo Sirainen
tss at iki.fi
Fri Aug 27 02:41:10 EEST 2010
On 27.8.2010, at 0.35, Brandon Lamb wrote:
> While running some doveadm expunge -A mailbox Spam savedbefore 30d and
> doveadm purge -A after
Hmm. Maybe it's opening a new auth connection for each user? I'll check it out later.
> 2010-08-26 16:20:51 auth: Error: net_accept() failed: Too many open files
This should be solved somehow. I guess Dovecot doesn't warn that your file limit is lower than the client_count (default=4096). Run ulimit -n 8192 or something before starting Dovecot. I'll add a check for that.
> 2010-08-26 16:20:51 master: Warning: service(auth): process_limit
> reached, client connections are being dropped
This can be expected.
> 2010-08-26 16:21:21 auth: Panic: file auth-request-handler.c: line 85
> (auth_request_handler_unref): assertion failed:
> (hash_table_count(handler->requests) == 0)
Half a minute later. I guess the process was idle-killing itself.
> 2010-08-26 16:21:21 auth: Error: Master requested auth for nonexistent
> client 14875
> 2010-08-26 16:21:21 auth: Error: Master requested auth for client
> 14874 with invalid cookie
I guess this has to do with the crash and restart of auth process. I'll see if I can reproduce and maybe avoid these somehow.
More information about the dovecot
mailing list