Jeremy Kusnetz <[EMAIL PROTECTED]> wrote: > Nope, didn't work either. As soon as I stopped the process and restarted > with -X, I saw the SQL update statement hit the server.
I'm not sure what to say. I haven't heard of this problem before. There should be NOTHING different in the code path between debugging and non-debugging mode. The ONLY difference is that the debugging option prints out more information. Try adding this line to 'radiusd.conf': debug_level = 0 Start it in non-debugging mode, and then edit the file to: debug_level = 2 Do: kill -hup `cat /var/run/radiusd.pid` You should see debugging messages appear in radiusd.log. If the SQL code works, then it IS a problem with the debugging flag. If not, it's something else. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
