On 02/03/2016 03:57 AM, Herwin Weststrate wrote:
It's probably the problem reported at https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=732052. If you just add a radius_deadtime option to the config the bug may disappear.
Thank you. I came across that bug report too. Tried both "0" and "1" for radius_deadtime but it made no difference in my case. I've cloned the code from github and built it using: ./configure --prefix=/usr/local/freeradius-client-git seems to be a problem with read_rc_config() now. It's returning NULL. strace shows radexample doing this: open("/usr/local/freeradius-client-git/etc/radiusclient/radiusclient.conf", O_RDONLY) = 3 That file does exist and is a copy of my production radiusclient.conf. What could be the problem here?