Where can i find the patch as the 2.x.x checkout doesnt contain it yet<br><br>On Friday, November 21, 2014, Alan DeKok <<a href="mailto:aland@deployingradius.com">aland@deployingradius.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Jonathan wrote:<br>
> The problem we are having is that whenever a radius proxy server<br>
> (outside of our control: eduroam national home server) doesn't respond<br>
> in time, we get the following messages blocking freeradius:<br>
><br>
> Fri Nov 21 17:02:07 2014 : Error: Internal sanity check failed for<br>
> child state <= NEW MESSAGE since 2.2.6<br>
<br>
  That means the following has happened:<br>
<br>
- the server proxied a request to a home server<br>
- eventually, the server gives up, and uses Post-Proxy-Type Fail<br>
- while it's running that, the home server replies.<br>
<br>
> Fri Nov 21 17:02:07 2014 : Error: Reply from home server A.B.C.D port<br>
> 1812  - ID: 84 arrived too late for request 11986. Try increasing<br>
> 'retry_delay' or 'max_request_time'<br>
> Fri Nov 21 17:02:18 2014 : Error: WARNING: Unresponsive thread 11986<br>
> for request 0, in component <core> module<br>
> Fri Nov 21 17:02:19 2014 : Info: WARNING: Child is hung for request<br>
> 11986 in component <core> module .<br>
<br>
  That's wrong... it means that the request isn't being processed<br>
through a module, BUT the server core thinks that a thread is still<br>
processing it.<br>
<br>
  Hmm... please try the v2.x.x branch:<br>
<br>
<a href="https://github.com/FreeRADIUS/freeradius-server/archive/v2.x.x.zip" target="_blank">https://github.com/FreeRADIUS/freeradius-server/archive/v2.x.x.zip</a><br>
<br>
  I've found one thing which makes me go "Huh?"<br>
<br>
  Hopefully that should fix it.<br>
<br>
  Alan DeKok.<br>
-<br>
List info/subscribe/unsubscribe? See <a href="http://www.freeradius.org/list/users.html" target="_blank">http://www.freeradius.org/list/users.html</a><br>
</blockquote>