Nick Harney via Freeradius-Users <freeradius-users@lists.freeradius.org> writes:
I enabled the module, however I am getting the following error when starting the FreeRadius server: Failed to parse “detail_coa.accounting”
There are pretty clear instructions given in raddb/sites-available/coa-relay: # In addition to configuring and activating this site, a detail # writer module must be configured in mods-enabled: # # detail detail_coa { # filename = ${radacctdir}/detail_coa # escape_filenames = no # permissions = 0600 # header = "%t" # locking = yes # } # Did you do that?
I have the detail module enabled in sites-available/.
This makes no sense whatsoever. "detail" != "detail_coa" "available" != "enabled" "sites" != "mods" Bjørn