Re: locking problems with 2.1.9

2002-11-18 Thread +archive . info-cyrus
--On Friday, November 8, 2002 7:49 PM -0500 Peter Krotkov [EMAIL PROTECTED] wrote: | Prior to a code fix to address the problems you observed, do you think it | would be unreasonable to configure master so that imaps is not offered? | We could revert to running stunnel for ssl support and then

locking problems with 2.1.9

2002-11-08 Thread Peter Krotkov
Our locking issues have revisited us. We are running cyrus 2.1.9 on a Solaris 8 system using fcntl and skiplist (except flat for subscriptions). Our MTA (pmdf) is unable to deliver mail to a local user via lmtp. Except for this particular user cyrus is doing its thing just as expected. The

Re: locking problems with 2.1.9

2002-11-08 Thread Lawrence Greenfield
Date: Fri, 8 Nov 2002 11:04:32 -0500 (EST) From: Peter Krotkov [EMAIL PROTECTED] [...] 22335: imapd -s ff09b3bc read (0, 1c4bc8, 6f5) 0008e8c8 sock_read (0, 1c4bc8, 6f5, 8e8a0, 18edf8, 1) + 28 0008d670 BIO_read (1bd090, 1c4bc8, 6f5, 1c32a8, 1bccf0, 0) + d0 0007dec8

Re: locking problems with 2.1.9

2002-11-08 Thread Peter Krotkov
On Fri, 8 Nov 2002, Lawrence Greenfield wrote: Date: Fri, 8 Nov 2002 11:04:32 -0500 (EST) From: Peter Krotkov [EMAIL PROTECTED] [...] 22335: imapd -s ff09b3bc read (0, 1c4bc8, 6f5) 0008e8c8 sock_read (0, 1c4bc8, 6f5, 8e8a0, 18edf8, 1) + 28 0008d670 BIO_read

locking problems with 2.1.9

2002-11-06 Thread pete
We are experiencing locking problems with cyrus 2.1.9 on a Solaris 8 system using fcntl and skiplist (except flat for subscriptions). We've seen the following issues: * Lmtpd's acquire a lock on a cyrus.seen file and never get it; they stack up as mail comes in. * In syslog we see

Re: locking problems with 2.1.9

2002-11-06 Thread John Wade
times a day. (the patch I created logs it to syslog) Hope this helps, John [EMAIL PROTECTED] wrote: We are experiencing locking problems with cyrus 2.1.9 on a Solaris 8 system using fcntl and skiplist (except flat for subscriptions). We've seen the following issues: * Lmtpd's acquire

Re: locking problems with 2.1.9

2002-11-06 Thread Henrique de Moraes Holschuh
On Wed, 06 Nov 2002, John Wade wrote: I assume you are using flat seen files. If so, I ran into this problem on 2.0.16 and came up with a workaround which others ported to 2.1.3. This was based on flock, but you might be able to use the same basic technique. see

Re: locking problems with 2.1.9

2002-11-06 Thread Lawrence Greenfield
Date: Wed, 6 Nov 2002 14:02:52 -0200 From: Henrique de Moraes Holschuh [EMAIL PROTECTED] On Wed, 06 Nov 2002, John Wade wrote: I assume you are using flat seen files. If so, I ran into this problem on 2.0.16 and came up with a workaround which others ported to 2.1.3. This

Re: locking problems with 2.1.9

2002-11-06 Thread Lawrence Greenfield
Date: Wed, 6 Nov 2002 09:04:56 -0500 (EST) From: [EMAIL PROTECTED] We are experiencing locking problems with cyrus 2.1.9 on a Solaris 8 system using fcntl and skiplist (except flat for subscriptions). We've seen the following issues: * Lmtpd's acquire a lock on a cyrus.seen

Re: locking problems with 2.1.9

2002-11-06 Thread Peter Krotkov
On Wed, 6 Nov 2002, Lawrence Greenfield wrote: Date: Wed, 6 Nov 2002 09:04:56 -0500 (EST) From: [EMAIL PROTECTED] We are experiencing locking problems with cyrus 2.1.9 on a Solaris 8 system using fcntl and skiplist (except flat for subscriptions). We've seen the following

Re: locking problems with 2.1.9

2002-11-06 Thread Lawrence Greenfield
Date: Wed, 6 Nov 2002 14:07:11 -0500 (EST) From: Peter Krotkov [EMAIL PROTECTED] Do the lmtpd acquire or are they _attempting_ to acquire the lock on the cyrus.seen file? Are you using the seen_local backend instead of seen_db? This hasn't been tested by us in a long