Kristina Pfaff-Harris <[EMAIL PROTECTED]> wrote:
> Running 'checkrad cisco (etc)' on a certain of our ciscoes came back with
> "Timeout: No Response from IP address". When called from radiusd, this
> killed the radius daemon completely.
That's confusing as all get out. The code which runs checkrad tries
to kill it if checkrad doesn't respond. But it sends *checkrad* a
TERM signal, and doesn't send one to the RADIUS server.
A short-term solution is to go to the bottom of src/main/session.c,
and delete the 3 lines doing:
kill(pid, SIGTERM);
sleep(1);
kill(pid, SIGKILL);
Alan DeKok.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html