Hi, is there a patch for this bug? thx "Chris A. Kalin" <[EMAIL PROTECTED]> wrote: > OK, well, thanks to Randy and others, the Simultaneous-Use in MySQL is > working like a charm - except for one thing.
If that works, then it should be committed, so others can test it, too. > Under no circumstances can I seem to get the checkrad script to > automatically run. I can run it manually and get the results I > expect, but RADIUS cannot seem to run it. I've triple checked my > paths to checkrad, and made sure everything is OK in naslist and > naspasswd. Running the server in debug mode reveals that the > simul_verify_query is being run, so it's getting to that point in > the code. Hmm... is the rad_check_ts() function being called? See 'src/main/session.c'. Add debugging/logging messages there, so wee when/why it doesn't fork checkrad. On another note, the fork() is wrong, too, as pthreads have problems with signals. I'm in the process of trying to fix the problem, and hope to have a patch this week. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
