hi,

i'm installing freeradius-2.0.0 and seeing the following when i try to start radiusd:

Starting RADIUS server: radiusd: Error: Unknown syslog chosen but no facility spedified


relevant lines from radiusd.conf:

logdir = ${localstatedir}/log/radius
log_destination = syslog
log {
        syslog_facility = daemon
        file = ${logdir}/radius.log
        stripped_names = no
        auth = yes
        auth_badpass = no
        auth_goodpass = no
}


i claim that logging to syslog worked fine under 2.0.0-pre2, using the following radiusd.conf lines:

logdir = ${localstatedir}/log/radius
log_file = ${logdir}/radius.log
log_destination = syslog
log {
        syslog_facility = daemon
}
log_stripped_names = no
log_auth = yes
log_auth_badpass = no
log_auth_goodpass = no


insights?

--sk

stuart kendrick
fhcrc

P.S. spedified ==> specified
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to