Chris Cappuccio wrote:
So I just got one like this before a login:
May 16 21:24:58 m1 dovecot: imap-login: Unrecognized event: kevent {.ident = 0, .filter = 0xffffffff, .flags = 0x0001, .fflags = 0x00000000, .data = 0x0000002b} May 16 21:24:58 m1 dovecot: imap-login: mode: 0x004x May 16 21:24:58 m1 dovecot: child 10716 (login) killed with signal 6
The OpenBSD port runs configure with these arguments:
CONFIGURE_ARGS+=--localstatedir=/var
--with-ioloop=kqueue
--with-notify=kqueue
--with-ssl=openssl
--with-ssldir=/etc/ssl
--without-pam
--without-shadow
--without-vpopmail Thanks for the report. I am aware of the problem but I haven't had enough time lately to fix it. In the mean time if it bothers you, you can remove --with-ioloop=kqueue and use poll. The other kqueue option, --with-notify=kqueue, is independent of the first one and can still be used.
-- Vaclav Haisman
participants (1)
-
Václav Haisman