Odhiambo WASHINGTON
2006-May-08 16:06 UTC
[Dovecot] kevent error (1.0.b7) - Is this a FreeBSD-only problem?
Hello everyone, The problem below has been reported, but I did not see any response! <cut> | | I'm also seeing this bug while testing the forthcoming 1.0.b7 FreeBSD | | port under 6.1-PRERELEASE: | | | | Info: imap-login: Login: user=<wibble>, method=PLAIN, rip=10.0.0.2, | | lip=10.0.0.2, TLS | | dovecot: Error: IMAP(isometry): Unrecognized event: kevent {.ident = | | 2, .filter = 0xfffffffe, .flags = 0x0001, .fflags = 0x00000000, .data | | = 0x00004000} | | dovecot: Error: child 7254 (imap) killed with signal 6 </cut> So, I am wondering if this a problem applying only to FreeBSD. When I downgrade to beta5, this problem is not there at all!! -Wash http://www.netmeister.org/news/learn2quote.html DISCLAIMER: See http://www.wananchi.com/bms/terms.php -- +======================================================================+ |\ _,,,---,,_ | Odhiambo Washington <wash at wananchi.com> Zzz /,`.-'`' -. ;-;;,_ | Wananchi Online Ltd. www.wananchi.com |,4- ) )-,_. ,\ ( `'-'| Tel: +254 20 313985-9 +254 20 313922 '---''(_/--' `-'\_) | GSM: +254 722 743223 +254 733 744121 +======================================================================+ On-line, adj.: The idea that a human being should always be accessible to a computer. -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 2259 bytes Desc: not available URL: <http://dovecot.org/pipermail/dovecot/attachments/20060508/d55170b4/attachment.bin>
Rong-En Fan
2006-May-08 16:17 UTC
[Dovecot] kevent error (1.0.b7) - Is this a FreeBSD-only problem?
On 5/8/06, Odhiambo WASHINGTON <wash at wananchi.com> wrote:> > Hello everyone, > > The problem below has been reported, but I did not see any response! > > > <cut> > > | | I'm also seeing this bug while testing the forthcoming 1.0.b7 FreeBSD > | | port under 6.1-PRERELEASE: > | | > | | Info: imap-login: Login: user=<wibble>, method=PLAIN, rip=10.0.0.2, > | | lip=10.0.0.2, TLS > | | dovecot: Error: IMAP(isometry): Unrecognized event: kevent {.ident > | | 2, .filter = 0xfffffffe, .flags = 0x0001, .fflags = 0x00000000, .data > | | = 0x00004000} > | | dovecot: Error: child 7254 (imap) killed with signal 6 > > </cut> > > > So, I am wondering if this a problem applying only to FreeBSD. > > When I downgrade to beta5, this problem is not there at all!!According to the commit log, kqueue support is broken and is disabled as default. You can reconfig it and reinstall: cd /usr/ports/mail/dovecot && make config all deinstall install Regards, Rong-En Fan