Re: successful create but unsuccessful subscribe

2012-12-21 Thread Frank Elsner
On Wed, 19 Dec 2012 13:45:36 -0800 (PST) Andrew Morgan wrote: > On Wed, 19 Dec 2012, Frank Elsner wrote: > > > On Wed, 19 Dec 2012 10:10:43 -0800 (PST) Andrew Morgan wrote: > > > > [ ... ] > > > >> I don't know why, but we have always operated with prefork=1 here. As far > >> as I can tell, it n

Re: successful create but unsuccessful subscribe

2012-12-20 Thread Kerstin Espey
On 19.12.2012 19:10, Andrew Morgan wrote: > > This sounds like a bug, either in documentation or behavior. I could > not find an existing bug report for it. Would you be willing to create > a bug report at https://bugzilla.cyrusimap.org/? > This is now Bug 3761 -- Regards, Kerstin Network C

Re: successful create but unsuccessful subscribe

2012-12-19 Thread Andrew Morgan
On Wed, 19 Dec 2012, Frank Elsner wrote: > On Wed, 19 Dec 2012 10:10:43 -0800 (PST) Andrew Morgan wrote: > > [ ... ] > >> I don't know why, but we have always operated with prefork=1 here. As far >> as I can tell, it never runs more than 1 mupdate process. That single >> mupdate process has 15

Re: successful create but unsuccessful subscribe

2012-12-19 Thread Frank Elsner
On Wed, 19 Dec 2012 10:10:43 -0800 (PST) Andrew Morgan wrote: [ ... ] > I don't know why, but we have always operated with prefork=1 here. As far > as I can tell, it never runs more than 1 mupdate process. That single > mupdate process has 15 connections in total from our 3 frontend servers

Re: successful create but unsuccessful subscribe

2012-12-19 Thread Andrew Morgan
On Wed, 19 Dec 2012, Kerstin Espey wrote: > On 14.12.2012 20:35, Dan White wrote: >> >> See if setting >> >> allowallsubscribe: 1 >> >> on your frontend makes any difference. > > Unfortunately it does not. > > I have reviewed the whole configuration, shortened the config on the > mupdate master, b

Re: successful create but unsuccessful subscribe

2012-12-19 Thread Kerstin Espey
On 14.12.2012 20:35, Dan White wrote: > > See if setting > > allowallsubscribe: 1 > > on your frontend makes any difference. Unfortunately it does not. I have reviewed the whole configuration, shortened the config on the mupdate master, but nothing helped. Now I have reduced the number of pre

Re(2): successful create but unsuccessful subscribe

2012-12-17 Thread Frank Elsner
On Mon, 17 Dec 2012 11:11:13 +0100 Frank Elsner wrote: [ ... ] > On startup all frontends get the complete mailboxlist from the mupdate server. This is the log from one of the mupdate processes after "service cyrus-imapd restart": Dec 17 11:27:53 mailfrontend-5 cyrus/mupdate[22260]: executed

Re: successful create but unsuccessful subscribe

2012-12-17 Thread Frank Elsner
On Fri, 14 Dec 2012 09:50:50 +0100 Kerstin Espey wrote: > On 13.12.2012 18:13, Dan White wrote: > > On 12/13/12 11:50 +0100, Kerstin Espey wrote: > >> we see a strange behaviour in our dev cyrus murder environment which we > >> can't explain. > >> > >> We run cyrus 2.4 on ubuntu server. > > > > Wh

Re: successful create but unsuccessful subscribe

2012-12-14 Thread Dan White
On 12/14/12 09:50 +0100, Kerstin Espey wrote: >The configs are attached. > >We have 4 frontend and 4 backend server, but thunderbird and >webmail-client are configured to use only one frontend, as this is >easier to debug. frontend: >configdirectory: /var/lib/cyrus >servername: amanda >defaultpar

Re: successful create but unsuccessful subscribe

2012-12-14 Thread Kerstin Espey
On 14.12.2012 16:30, Dave McMurtrie wrote: [...] > > Yes, as I mentioned, the mupdate process on our broken frontend was > running and still held an open socket descriptor to our mupdate > server. The problem was that the mupdate server did not still have > that connection open, so the client mup

Re: successful create but unsuccessful subscribe

2012-12-14 Thread Dave McMurtrie
On Dec 14, 2012, at 10:07 AM, Kerstin Espey wrote: > On 13.12.2012 18:28, Dave McMurtrie wrote: > >> In our case, the mupdate process on one of our frontends was not >> receiving updates from the mupdate master. If a webmail user created >> a new folder and then immediately reconnected to that

Re: successful create but unsuccessful subscribe

2012-12-14 Thread Kerstin Espey
On 13.12.2012 18:28, Dave McMurtrie wrote: > In our case, the mupdate process on one of our frontends was not > receiving updates from the mupdate master. If a webmail user created > a new folder and then immediately reconnected to that frontend, the > folder wouldn't exist. If they connected to

Re: successful create but unsuccessful subscribe

2012-12-14 Thread Kerstin Espey
On 13.12.2012 18:13, Dan White wrote: > On 12/13/12 11:50 +0100, Kerstin Espey wrote: >> we see a strange behaviour in our dev cyrus murder environment which we >> can't explain. >> >> We run cyrus 2.4 on ubuntu server. > > What specific release are you using? 2.4.12-2 on ubuntu precise. > > Cou

Re: successful create but unsuccessful subscribe

2012-12-13 Thread Bron Gondwana
On Thu, Dec 13, 2012, at 11:50 AM, Kerstin Espey wrote: > we see a strange behaviour in our dev cyrus murder environment which we > can't explain. > > We run cyrus 2.4 on ubuntu server. > > After successful creation of a new folder, the mailclient tries to > subscribe to the new folder, but gets

RE: successful create but unsuccessful subscribe

2012-12-13 Thread Dave McMurtrie
er [frank.els...@tu-berlin.de] Sent: Thursday, December 13, 2012 2:09 PM To: info-cyrus@lists.andrew.cmu.edu Subject: Re: successful create but unsuccessful subscribe On Thu, 13 Dec 2012 11:13:21 -0600 Dan White wrote: [ ... ] > Did this work for you differently in a previous version of cyrus?

Re: successful create but unsuccessful subscribe

2012-12-13 Thread Frank Elsner
On Thu, 13 Dec 2012 11:13:21 -0600 Dan White wrote: [ ... ] > Did this work for you differently in a previous version of cyrus? We have exactly the same problem with cyrus 2.3.16 on RHEL. --Frank Elsner Cyrus Home Page: http://www.cyrusimap.org/ List Archives/Info: http://lists.andrew.c

Re: successful create but unsuccessful subscribe

2012-12-13 Thread Dan White
On 12/13/12 11:50 +0100, Kerstin Espey wrote: > >Hi List, > >we see a strange behaviour in our dev cyrus murder environment which we >can't explain. > >We run cyrus 2.4 on ubuntu server. What specific release are you using? Could you provide a sanitized copy of the configuration on your frontend,

successful create but unsuccessful subscribe

2012-12-13 Thread Kerstin Espey
Hi List, we see a strange behaviour in our dev cyrus murder environment which we can't explain. We run cyrus 2.4 on ubuntu server. After successful creation of a new folder, the mailclient tries to subscribe to the new folder, but gets a error message. In thunderbird I can subscribe to the new