29 Apr
2015
29 Apr
'15
3:42 a.m.
See "panic_action" in radiusd.conf. You can get panic logs without running "radiusd -X". PLEASE first install the debugging symbols, so that the gdb logs are useful.
You probably want to set:
panic_action = "gdb -silent -x ${raddbdir}/panic.gdb %e %p > ${logdir}/gdb-${name}-%p.log 2>&1"
I've got the gdb log. But how to install the debugging symbols? Fu