20 Nov
2009
20 Nov
'09
2:19 a.m.
On Thu, 2009-11-19 at 15:27 -0800, Jeffrey Nikoletich wrote:
I keep getting the following when I do a strace on login processes in dovecot. Are there any issues with these errors:
gettimeofday({1258671134, 941478}, {420, 0}) = 0 accept(4, 0x7fff3279b0d0, [28]) = -1 EAGAIN (Resource temporarily unavailable) epoll_wait(11, {{EPOLLIN, {u32=534434496, u64=534434496}}}, 46, 2147483647) = 1
These are normal, unless they happen a huge amount of times in a second. Basically it means that kernel told there is a new connection, but another login process managed to accept() it before this one.