over 30 radiusd processes - more information

Alan Buxey A.L.M.Buxey at lboro.ac.uk
Sun Oct 18 23:29:41 CEST 2009


Hi,

> 1) Could bad accounting packets cause the radiusd process to EXIT?
> 2) Could bad accounting packets result in hung child processes (as seen 
> in the gdb output after the radius log file)?

I'd say yes. we ensure that bad packets dont hit our accounting servers eg

accounting {
        
	#  call SQL accouting function only if session-time is not zero
        if (Acct-Session-Time != 0) {
                sql
        }
        else {
                ok
        }

}

alan



More information about the Freeradius-Users mailing list