Palmer J.D.F. wrote:
but if this is part of the 'lets get your RADIUS cert' conversation then it looks like v3 is either doing some extra things...or is just being more verbose than 2.x (and thousands of such things being logged would be annoying)...
Those messages are only produced in debug mode, so that's OK.
I've just tried to use raddebug to capture the debug, but I might have unearthed another problem. Once raddebug times out after 60 second it kills radiusd.
Does the server *die*? The debug log doesn't show that.
Tue Nov 12 13:13:15 2013 : Debug: (162) Waiting for more responses from the home server Tue Nov 12 13:13:15 2013 : Debug: (162) Waiting for more responses from the home server
... This line is then repeated over 1 million times ...
Tue Nov 12 13:13:36 2013 : Debug: (162) Waiting for more responses from the home server
That's not supposed to happen. What is the value of "response_window" for that home server? If it's zero, then that's the problem. Alan DeKok.