Actions
Bug #16679
openFreeRadius dosn't send logs to syslog
Status:
Confirmed
Priority:
Normal
Assignee:
-
Category:
FreeRADIUS
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Affected Version:
Affected Plus Version:
Affected Architecture:
Description
Tested on
25.11.1-RELEASE (amd64) built on Tue Jan 27 23:33:00 MSK 2026 FreeBSD 16.0-CURRENT
Package version 0.16.1
Despite the /usr/local/etc/raddb/radiusd.conf has
log {
destination = syslog
syslog_facility = local0
colourise = yes
file = ${logdir}/radius.log
syslog_facility = daemon
stripped_names = yes
auth = yes
auth_badpass = yes
auth_goodpass = yes
msg_goodpass = ""
msg_badpass = ""
msg_denied = "You are already logged in - access denied"
}
The log doesn't occur in the syslog. The logging of FreeRadius works if it is pointed to use /var/log/radius.log
Updated by Danilo Zrenjanin about 7 hours ago
- Status changed from New to Confirmed
I’m able to reproduce the same behavior on the same release. It does appear to be a regression, since this worked as expected in earlier versions.
Actions