Craig Campbell wrote: > With the info you need (I hope)... > Breakpoint 2, radius_signal_self (flag=8) at event.c:3733 > 3733 rcode = read(self_pipe[0], buffer, sizeof(buffer));
Hmm... that's with 'flag == 8', not 'flag == 2'. Why is it stopping? It's *supposed* to call that function a lot when the detail file is being read. But the condition when "flag ==2" is the ONLY interesting one. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

