On Sun, 2 Jul 2006, Neil Roeth wrote:

On Jul  2, Fabio Tranchitella ([EMAIL PROTECTED]) wrote:
> On sab, 01 lug 2006, Neil Roeth wrote:
>
> Content-Description: message body text
> > strace output is attached.
>
> Hi Neil,
>   could you please run again strace with the "-f" switch, in order to trace
> the child process too?

Sure, attached.



This appears to be your problem here:

epoll_create(128)                       = -1 ENOSYS (Function not
implemented)
write(2, "Fatal: ", 7)                  = -1 EBADF (Bad file descriptor)
write(2, "epoll_create(): Bad file descrip"..., 35) = -1 EBADF (Bad file 
descriptor)
write(2, "\n", 1)                       = -1 EBADF (Bad file descriptor)

Does your kernel not support epoll?

The other question is why is dovecot trying to use it? I thought you needed to have a special configure option to enable it and poll(2) is used by default. Investigating...


--
Jaldhar H. Vyas <[EMAIL PROTECTED]>
La Salle Debain - http://www.braincells.com/debian/


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to