Chris Howley wrote: > This is the debug output using the latest release of 2.1.7 from > http://git.freeradius.org/pre.
Arg. There was an idiotic typo in the code. I can't help but feel at least partially responsible. OK... I've put the updated version on the same web site. You don't have to re-configure && re-build. Just copy src/main/event.c from the newer "tar" file to where-ever you had built the previous snapshot of 2.1.7. $ mdkir foo $ cd foo $ wget http://git.freeradius.org/freeradius-server-2.1.7.tar.gz $ tar -zxf freeradius-server-2.1.7.tar.gz $ cd freeradius-server-2.1.7/src/main/ $ cp event.c ~/previous-version/src/main/event.c $ cd ~/previous-version/src/main $ make $ make install And that *should* fix it. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

