Re: [Segmentation Fault while proxing Request to home server]

2010-11-19 Thread Thomas Fagart
Hum I don't get it I've got this bug in 2.1.10. This means I should get the latest git ? Thomas Le 19/11/2010 07:43, Alan DeKok a écrit : Thomas Fagart wrote: I've enable develloper mode, now I've got the following output : ... ASSERT FAILED event.c[1181]: We do not have threads, but the

Re: [Segmentation Fault while proxing Request to home server]

2010-11-19 Thread Alan DeKok
Thomas Fagart wrote: Hum I don't get it I've got this bug in 2.1.10. Yes, I know. I've been reading your messages. This means I should get the latest git ? Yes, that's what I ws trying to say. If was fixed in an official release, I would have said that. Instead, I pointed you to the

Re: [Segmentation Fault while proxing Request to home server]

2010-11-18 Thread Влад Власов
Hello Thomas. I have the same problem After installing 2.1.6 version everything worked well . - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: [Segmentation Fault while proxing Request to home server]

2010-11-18 Thread Thomas Fagart
Hello, I've enable develloper mode, now I've got the following output : Finished request 13. Cleaning up request 13 ID 247 with timestamp +136 Going to the next request Waking up in 16.9 seconds. ASSERT FAILED event.c[1181]: We do not have threads, but the request is marked as queued or

Re: [Segmentation Fault while proxing Request to home server]

2010-11-18 Thread Alan DeKok
Thomas Fagart wrote: I've enable develloper mode, now I've got the following output : ... ASSERT FAILED event.c[1181]: We do not have threads, but the request is marked as queued or running in a child thread == NULL Ah, that's easy. It's fixed in git commit 5849d7aa69. See the v2.1.x

[Segmentation Fault while proxing Request to home server]

2010-11-17 Thread Thomas Fagart
Hello, We're having the following authentication scenario for Wimax User Authentication : ASN -- EAP/TTLS --- 2 freeradius used as proxy -- 2 freeradius home server. AAA is fine when both home servers are up,but when one of them or both of them are dead, we're having the following logs

Re: [Segmentation Fault while proxing Request to home server]

2010-11-17 Thread Alan DeKok
Thomas Fagart wrote: ... WARNING: Internal sanity check failed in event handler for request 6: Discarding the request! Segmentation fault And then the proxy radius dies. That's not good. This happens each time at the fifth try while trying to send the request to a dead home server.