I have a problem where I upgraded v1 to v2 of freeradius and now I can only start it with mode radius -X , if I try use script is simply does following. /usr/local/etc/rc.d]# ./rc.radiusd start Starting FreeRADIUS:radiusd: Error: No log destination specified. Radius Any advise?
I have a problem where I upgraded v1 to v2 of freeradius and now I can only start it with mode radius -X , if I try use script is simply does following.
/usr/local/etc/rc.d]# ./rc.radiusd start Starting FreeRADIUS:radiusd: Error: No log destination specified. Radius
Any advise?
FYI - I have now made a startup script to the following. /usr/local/sbin/radiusd -X & > /dev/null 2>&1 To Run Freeradius as this is a production machine.
Marcel Grandemange wrote:
I have a problem where I upgraded v1 to v2 of freeradius and now I can only start it with mode radius –X , if I try use script is simply does following…
/usr/local/etc/rc.d]# ./rc.radiusd start
Starting FreeRADIUS:radiusd: Error: No log destination specified.
Look at the *default* radiusd.conf, section "log", configuration "destination". Set that in the edited radiusd.conf. Alan DeKok.
participants (2)
-
Alan DeKok -
Marcel Grandemange