On Aug 9, 2023, at 11:11 AM, Gerald Vogt <vogt@spamcop.net> wrote:
For whatever reason "raddebug" doesn't work on our new radius servers. On the old ones I could simply run "raddebug" or "raddebug -t 0" to capture the current debug logs.
On the new one it shows nothing. It simply runs without any output.
Running freeradius-3.2.3-1.el9.x86_64 on AlmaLinux 9.
All the prerequisites mentioned in the raddebug(8) are met: * radmin is in the path. * I start raddebug as root thus permissions shouldn't matter. * control socket is configured in mode rw and is accessible. * It creates a file like "/var/log/radius/radmin.debug.101128" which remains empty as well. * I don't run multiple raddebug processes.
So I don't understand why it's not working...
If I had to guess, it would be some kind of SELinux thing, or other "security" permissions thing. Alan DeKok.