31 Oct
2005
31 Oct
'05
6:38 p.m.
Timo Sirainen wrote:
I've heard I've broken at least epoll. Maybe inotify went with it?
epoll seems really to be broken. At least I get this errors:
Oct 31 17:18:35 ymmv dovecot: imap-login: epoll_ctl(): No such file or directory Oct 31 17:18:35 ymmv dovecot: child 7643 (login) returned error 89
dovecot compiled --with-iopool=epoll and using SSL (imaps). Without SSL everything is fine. So there must be some difference when using SSL.
using --with-ioloop=poll dovecot works fine, whether I use SSL or not.