[Dovecot] Errors in strace
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 gettimeofday({1258671135, 70395}, {420, 0}) = 0 accept(4, 0x7fff3279b0d0, [28]) = -1 EAGAIN (Resource temporarily unavailable) epoll_wait(11, {{EPOLLIN, {u32=534434688, u64=534434688}}}, 46, 2147483647) = 1 gettimeofday({1258671135, 167400}, {420, 0}) = 0 accept(6, 0x7fff3279b0d0, [28]) = -1 EAGAIN (Resource temporarily unavailable) epoll_wait(11, {{EPOLLIN, {u32=534434496, u64=534434496}}}, 46, 2147483647) = 1 gettimeofday({1258671135, 388157}, {420, 0}) = 0 accept(4, 0x7fff3279b0d0, [28]) = -1 EAGAIN (Resource temporarily unavailable) epoll_wait(11, {{EPOLLIN, {u32=534434496, u64=534434496}}}, 46, 2147483647) = 1 gettimeofday({1258671135, 570056}, {420, 0}) = 0 accept(4, 0x7fff3279b0d0, [28]) = -1 EAGAIN (Resource temporarily unavailable) epoll_wait(11, {{EPOLLIN, {u32=534434688, u64=534434688}}}, 46, 2147483647) = 1 gettimeofday({1258671135, 572030}, {420, 0}) = 0
Jeffrey N.
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.
participants (2)
-
Jeffrey Nikoletich
-
Timo Sirainen