1 Aug
2019
1 Aug
'19
7:38 a.m.
On Aug 1, 2019, at 7:36 AM, Sharma, Nitin via Freeradius-Users <freeradius-users@lists.freeradius.org> wrote:
I can see below while running radius in debug mode. Not sure if that’s the case.
``` # Loading module "unix" from file /etc/raddb/mods-enabled/unix unix { radwtmp = "NULL" } ```
Yes, that's the problem. Someone edited the default configuration and broke it. Don't do that. If you want to disable logging to radwtmp, just delete the "unix" module from the precct / accounting sections. Alan DeKok.