On Jan 6, 2015, at 4:48 PM, Nick Rogers <ncrogers@gmail.com> wrote:
After sending the first test authentication request, generated by radtest client, radiusd emits a second "Ready to process requests" line and continues to repeat it over and over at will and without delay, until the log filesystem is full. Stopping it requires a kill -9. This seems to happen only when a request is received. The server does not send a response.
I don’t see that in my tests. The debug output you posted also doesn’t show it receiving a packet. So it’s hard to tell what’s going on.
The only thing unusual about my config is that I am using rlm_perl with threaded perl. However the server never seems to enter the rlm_perl module.
It should run the perl module if it receives a request.
I'm hoping someone can help identify if this is actually a bug or something dumb in my configuration, or a problem with my binary?
It looks like the binary is broken. There’s no configuration option which says “misbehave horribly”. Alan DeKok.