On Aug 9, 2019, at 7:25 AM, Milan Nikolic <gen2brain@gmail.com> wrote:
I did this:
[root@node2 idbox]# cat etc/raddb/radiusd.conf | grep debug_level debug_level = 0 [root@node2 idbox]# radiusd -f -X -d etc/raddb/ > /tmp/radius.log
Which adds the "Debug :" headers. That's why we say "radiusd -X", and not anything else. If you want to dump it to a file, do: $ script debug.txt $ radiusd -X ... $ exit and then send "debug.txt". Note no "-f" is needed. No "-d /etc/raddb" is needed.
Snapshot is from two weeks ago, I also noticed radclient now print Debug lines, and detail logs for accounting messages now contain this line https://github.com/FreeRADIUS/freeradius-server/blob/master/src/modules/prot... , i.e."No accounting section found..." , probably related to some recent changes.
If only there was some kind of debug log you could post which shows the actual error. Oh well. I guess it's a mystery. Alan DeKok.