Re: What does FR 2.2.2 fix?

2013-10-07 Thread Stefan Winter
Hi, > clarification/agreement from Stefan or others? tried the newest GIT this morning and the proxy issues were gone. I haven't seen your "Internal sanity check failed" just yet (and am not looking forward to it :-/ ). Stefan > > alan > - > List info/subscribe/unsubscribe? See http://www.fre

Re: What does FR 2.2.2 fix?

2013-10-07 Thread Alan DeKok
a.l.m.bu...@lboro.ac.uk wrote: > now its monday AM and the load has gone back to higher levels > the server is freaking out and freezing witht he last message in > the log being > > > Mon Oct 7 07:50:28 2013 : Error: [event.c:2318] Internal sanity check failed At least that's clearer. It

Re: What does FR 2.2.2 fix?

2013-10-07 Thread A . L . M . Buxey
Hi, > If everyone's in favor, I'll release 2.2.2 on Monday. hold request now its monday AM and the load has gone back to higher levels the server is freaking out and freezing witht he last message in the log being Mon Oct 7 07:50:28 2013 : Error: [event.c:2318] Internal sanity check faile

Re: What does FR 2.2.2 fix?

2013-10-06 Thread Alan DeKok
a.l.m.bu...@lboro.ac.uk wrote: > interesting..the culprit may have been found. put HEAD onto server this > afternoon... > the logs had plenty of messages but look ... > no 'bad logs' since that restart logged. Good. It's the problem I thought it was, but the earlier fixes weren't complete

Re: What does FR 2.2.2 fix?

2013-10-06 Thread A . L . M . Buxey
Hi, > More debug output would help. The last patch came from output sent by > Stefan. The patch seems to help. But there's an underlying issue which is > harder to debug. It looks like a Linux specific IPv6 problem. I don't see > any issue with v4. interesting..the culprit may have b

Re: What does FR 2.2.2 fix?

2013-10-04 Thread Alan DeKok
More debug output would help. The last patch came from output sent by Stefan. The patch seems to help. But there's an underlying issue which is harder to debug. It looks like a Linux specific IPv6 problem. I don't see any issue with v4. Alan DeKok. On 2013-10-04, at 9:41 AM, a.l.m.bu..

Re: What does FR 2.2.2 fix?

2013-10-04 Thread Arran Cudbard-Bell
On 4 Oct 2013, at 17:43, Alan Buxey wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Some things started acting differently in 2.2.1 compared to previous releases > of 2.x > > 2.2.2 should revert that so things behave the same - so far that seems to be > true but we are still s

Re: What does FR 2.2.2 fix?

2013-10-04 Thread Alan Buxey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Some things started acting differently in 2.2.1 compared to previous releases of 2.x 2.2.2 should revert that so things behave the same - so far that seems to be true but we are still seeing stalled module in core messages that we did not see wit

Re: What does FR 2.2.2 fix?

2013-10-04 Thread John Dennis
On 10/04/2013 06:53 AM, a.l.m.bu...@lboro.ac.uk wrote: > a couple of logic issues that meant case/switch and if() worked different > to 2.x - thats been fixed. I need a clarification. Do you mean worked differently ONLY IN 2.2.1? But 2.2.2 is 100% logic consistent with all 2.x, except 2.2.1? -

Re: What does FR 2.2.2 fix?

2013-10-04 Thread A . L . M . Buxey
Hi early report :( 2.2.2 HEAD still showing: Fri Oct 4 13:20:43 2013 : Info: WARNING: Child is hung for request 3767589 in component module . Fri Oct 4 13:20:45 2013 : Info: WARNING: Child is hung for request 3767589 in component module . Fri Oct 4 13:20:47 2013 : Info: WARNING: Child is

Re: What does FR 2.2.2 fix?

2013-10-04 Thread Alex Sharaz
Woah! that's getting g to be lots of beer. I'll run it on one of my outward facing servers. Point me at something I can build and run A On 4 Oct 2013, at 14:33, a.l.m.bu...@lboro.ac.uk wrote: > Hi, > >> If I asked particularly nicely, and promised you a beer at the next >> networkshop >> we

Re: What does FR 2.2.2 fix?

2013-10-04 Thread A . L . M . Buxey
Hi, > If I asked particularly nicely, and promised you a beer at the next > networkshop > we were both in attendance at, would you be willing to try git head? I'll take the beer - am running HEAD since last night on one server :-) (as I said to Alan, i'll report at end of day) alan - List info/

Re: What does FR 2.2.2 fix?

2013-10-04 Thread Jonathan Gazeley
On 04/10/13 13:46, Arran Cudbard-Bell wrote: If I asked particularly nicely, and promised you a beer at the next networkshop we were both in attendance at, would you be willing to try git head? I'll roll a v2.2.2_rc0 if it sweetens the deal any? It'd just be really good to know that that particu

Re: What does FR 2.2.2 fix?

2013-10-04 Thread Arran Cudbard-Bell
On 4 Oct 2013, at 12:00, Alex Sharaz wrote: > Hmm > like these then? > > Fri Oct 4 11:24:12 2013 : Info: WARNING: Child is hung for request 17630 in > com > ponent module . > Fri Oct 4 11:24:13 2013 : Info: WARNING: Child is hung for request 17635 in > com > ponent module . > Fri Oct 4 1

RE: What does FR 2.2.2 fix?

2013-10-04 Thread stefan.paetow
Yep, those are the ones. :-) Stefan > Hmm > like these then? > > Fri Oct 4 11:24:12 2013 : Info: WARNING: Child is hung for request > 17630 in com ponent module . > Fri Oct 4 11:24:13 2013 : Info: WARNING: Child is hung for request > 17635 in com ponent module . > Fri Oct 4 11:24:14 2013 :

Re: What does FR 2.2.2 fix?

2013-10-04 Thread Alex Sharaz
Hmm like these then? Fri Oct 4 11:24:12 2013 : Info: WARNING: Child is hung for request 17630 in com ponent module . Fri Oct 4 11:24:13 2013 : Info: WARNING: Child is hung for request 17635 in com ponent module . Fri Oct 4 11:24:14 2013 : Info: WARNING: Child is hung for request 17634 in com

Re: What does FR 2.2.2 fix?

2013-10-04 Thread A . L . M . Buxey
Hi, a couple of logic issues that meant case/switch and if() worked different to 2.x - thats been fixed. ..and an issue if your server does a lot of proxying work - in which worker threads arent dealt with properly - your log file will be full of and messages if you are being hit. this *MIGHT* b

Re: What does FR 2.2.2 fix?

2013-10-04 Thread Alex Sharaz
On 4 Oct 2013, at 10:37, Arran Cudbard-Bell wrote: > > On 4 Oct 2013, at 10:19, Alex Sharaz wrote: > >> Hi, >> Yesterday caught an email about the release of FR 2.2.2 on Monday to "fix a >> proxy problem". As I've just migrated 2 of my servers from 2.2.0 to 2.2.1 >> the sudden release of 2.

Re: What does FR 2.2.2 fix?

2013-10-04 Thread Arran Cudbard-Bell
On 4 Oct 2013, at 10:19, Alex Sharaz wrote: > Hi, > Yesterday caught an email about the release of FR 2.2.2 on Monday to "fix a > proxy problem". As I've just migrated 2 of my servers from 2.2.0 to 2.2.1 the > sudden release of 2.2.2 sounds important. What does 2.2.2 fix? Issue with workers