Displaying 20 results from an estimated 2000 matches similar to: "stale imap processes with 1.0.rc6 on FreeBSD"
2005 Dec 14
2
Patch: ioloop using kqueue/kevent for FreeBSD
Hi,
I would like to submit the attached patch. It implements IO loop using 
FreeBSD's kqueue/kevent syscalls. It is based on snapshot of CVS HEAD as of 
2005-12-12.
I could only give it limited testing on FreeBSD 5.4 but it works fine so far.
Vaclav Haisman
-------------- next part --------------
diff -rN -u old-dovecot-cvs/autogen.sh new-dovecot-cvs/autogen.sh
---
2006 Aug 16
9
BSD people, please test kqueue changes
I rewrote much of the kqueue code since the old code didn't handle
properly the case when both input and output I/O handlers were added to
the same file descriptor with different callbacks. This is done commonly
in Dovecot, so I'm wondering why more people didn't complain about
problems with it.. :)
I don't anyway have access to any BSDs so the code is completely
untested. Please
2008 May 30
3
v1.1.rc6 released won't compile
I got a compile error with rc6, rc5 works fine.
amd64:dovecot-1.1.rc6# uname -a
FreeBSD amd64.objtech.com 7.0-RELEASE-p1 FreeBSD 7.0-RELEASE-p1 #3: Fri 
Apr 18 02:18:13 EDT 2008
./configure \
--prefix=/opt1/dovecot \
--localstatedir=/var \
--without-shadow \
--without-cyrus-sasl2 \
--without-pop3d \
--without-gssapi \
--disable-ipv6 \
--disable-debug \
--with-ioloop=kqueue \
--with-ssl=openssl
2013 Aug 30
2
kqueue bug?
Apparently Dovecot with kqueue ioloop enabled causes random crashes in FreeBSD 9.1. Anyone else noticed something like that? I'm wondering if Dovecot's kqueue code has a bug somewhere (I can't find it) or could it be that FreeBSD itself has a bug? Anyway it seems to be returning events for filters that have already been removed.
2016 Jul 02
5
kqueue crash on FreeBSD with 2.2.25
> On 1 Jul, 2016, at 10:52, Timo Sirainen <tss at iki.fi> wrote:
> 
> On 01 Jul 2016, at 19:39, Adam Weinberger <adamw at adamw.org> wrote:
>> 
>> Hi,
>> 
>> 2.2.25 crashes on FreeBSD with a kqueue-related message. I see references to something similar (http://www.dovecot.org/list/dovecot/2012-February.txt) from a couple years ago.
>> 
>> I
2008 Dec 12
2
freebsd 7, panics - kqueue?
Hi,
We have a issue with a server pretty much just running dovecot, there's
about 250gb of maildirs which has about 200 simultaneous connections to
it running on freebsd 7. The machine has stayed up for about 8 days before
it panics but sometimes panics after about 24 hours.
We are running a PAE kernel (with ULE scheduler) as the machine has 2 (4
core processors) and 8gb of ram, dovecot is
2010 Mar 26
2
Busy looping of 2.0Beta4 on NetBSD-current
I built and install Dovecot 2.0Beta4 on my NetBSD/amd64-current system, 
and am seeing the user-owned imap processes busy-looping.  In Dovecot 
1.2.x (and 1.x and 0.x..) I force ionotify and ioloop to kqueue, so I 
suspected that was the problem.  Turns out it's not: Using poll or none 
also causes the same problem.
This did not happen in 1.2.8 (didn't try anything later than that).
2016 Jul 04
3
kqueue crash on FreeBSD with 2.2.25
On 16-07-03 03:30:36, Timo Sirainen wrote:
> On 02 Jul 2016, at 03:30, Adam Weinberger <adamw at adamw.org> wrote:
> > 
> >>> Jul  1 10:07:27 imap dovecot: master: Panic: kevent(EV_ADD, READ, 54) failed: Bad file descriptor
> >>> 
> >>> It's not dumping core, and I get the message even with "protocols ="
> >>> 
>
2003 Apr 16
1
PATCH Add support for kqueue in ioloop subsystem
Hey,
I noticed that there was an ioloop "module" (if we can call it that) for
select and poll and decided to add one for kqueue (aka kevent) BSDs high
performance descriptor multiplexing API. I haven't done any of the
configure glue stuff but the code is complete and works well. kqueue is
available on all recent versions of FreeBSD, NetBSD, OpenBSD and Darwin
(and therefore MacOS
2008 Nov 24
3
Panic from 1.1.7
dovecot: Nov 24 12:49:06 Panic: IMAP(user): file ioloop-notify- 
kqueue.c: line 66 (event_callback): assertion failed: (io->refcount ==  
1)
dovecot: Nov 24 12:49:06 Error: IMAP(user): Raw backtrace:
  2   imap    0x0000000100068e82 default_fatal_finish + 41 ->
  3   imap    0x0000000100068eed i_syslog_fatal_handler + 0 ->
  4   imap    0x0000000100068687 i_info + 0 ->
  5   imap   
2016 Jul 01
2
kqueue crash on FreeBSD with 2.2.25
Hi,
2.2.25 crashes on FreeBSD with a kqueue-related message. I see references to something similar (http://www.dovecot.org/list/dovecot/2012-February.txt) from a couple years ago.
I get:
Jul  1 10:07:27 imap dovecot: master: Panic: kevent(EV_ADD, READ, 54) failed: Bad file descriptor
It's not dumping core, and I get the message even with "protocols ="
Downgrading back to 2.2.24
2006 Aug 17
2
kqueue rewrite testing, try #3
So, apparently the original kqueue code was working fine after all,
although it was much more complex than it really needed to be. So, this
time there's a really simple and pretty kqueue implementation:
http://dovecot.org/nightly/dovecot-latest.tar.gz
Tested that it seems to work with FreeBSD.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
2016 Oct 24
2
keent() from Tika - with doveadm
Ok so that timeval makes no sense. We'll look into it. 
Aki
> On October 24, 2016 at 12:22 AM Larry Rosenman <larryrtx at gmail.com> wrote:
> 
> 
> doveadm(mrm): Debug: http-client: conn 127.0.0.1:9998 [1]: Got 200 response
> for request [Req38: PUT http://localhost:9998/tika/] (took 296 ms + 8 ms in
> queue)
> doveadm(mrm): Panic: kevent(): Invalid argument
> 
2006 Aug 10
4
1.0rc7 getting near
To avoid having some stupid new problems with 1.0rc7, could you test
this night's snapshot once it arrives in a couple of hours:
http://dovecot.org/nightly/dovecot-20060811.tar.gz
Especially people who had compiling problems with 1.0rc6.
Also everyone who are still experiencing hangs could you try the
suggestions in this mail and tell me what happened:
2012 Nov 10
4
imap-login hanging when firewall blocks ssl handshaking
imap-login processes are hanging (using 100% of CPU) when connected from a client that is partially blocked by a firewall.  It appears that imap-login is stuck in a loop trying to complete an ssl handshake.  imap-login is working fine for other clients not blocked by the firewall (including localhost).
This is dovecot 2.1.10 under Mac OS X 10.8.2 (compiled from sources); the firewall is Little
2019 Jan 14
1
Freebsd: Fatal error - Support not compiled in for passdb driver 'sql'
Ports has the options, I'm just not changing the defaults.
Get Outlook for Android<https://aka.ms/ghei36>
________________________________
From: dovecot <dovecot-bounces at dovecot.org> on behalf of Odhiambo Washington <odhiambo at gmail.com>
Sent: Monday, January 14, 2019 3:47:43 AM
To: gsjarvis
Cc: Dovecot Mailing List
Subject: Re: Freebsd: Fatal error - Support not
2011 May 04
2
Dovecot stops with "Fatal: kevent(): Invalid argument"
# 2.0.11: /usr/local/etc/dovecot/dovecot.conf
# OS: FreeBSD 8.2-STABLE amd64
Dovecot stops with the following logged:
- master: Fatal: kevent(): Invalid argument
I have found that a diff was created for "src/lib/ioloop-kqueue.c" for a 
similar issue:
http://dovecot.org/pipermail/dovecot/2010-November/054855.html
I have patched my system with this and haven't seen the problem
2009 May 24
1
Problems with ioloop on MacOS
I've been using the macports version of dovecot, which is 1.1.11, on
MacOS 10.5.6
  $ /opt/local/sbin/dovecot --exec-mail imap
  Fatal: kevent(EV_ADD, 0) failed: Operation not supported
This version is configured --with-ioloop=kqueue
The problem seems to be known, if not understood:
http://lists.apple.com/archives/Darwin-userlevel/2008/Dec/msg00010.html
However, if I use
2006 Aug 17
17
1.0 RC7 released
http://dovecot.org/releases/dovecot-1.0.rc7.tar.gz
http://dovecot.org/releases/dovecot-1.0.rc7.tar.gz.sig
Can everyone now agree that there are no more hangs? :)
	* Require that Dovecot master process's version number matches the
	  child process's, unless version_ignore=yes. Usually it's an
	  accidental installation problem if the version numbers don't match.
	* Maildir: Create
2006 Aug 17
17
1.0 RC7 released
http://dovecot.org/releases/dovecot-1.0.rc7.tar.gz
http://dovecot.org/releases/dovecot-1.0.rc7.tar.gz.sig
Can everyone now agree that there are no more hangs? :)
	* Require that Dovecot master process's version number matches the
	  child process's, unless version_ignore=yes. Usually it's an
	  accidental installation problem if the version numbers don't match.
	* Maildir: Create