17 May
2012
17 May
'12
6:59 a.m.
Baris Genc wrote:
When i try to start radius service on ubuntu service is fail. How to start radius service on ubuntu?
See the ubuntu documentation for how to start / stop services.
root@123:/etc/init.d# /etc/init.d/freeradius start * Starting FreeRADIUS daemon freeradius ...fail!
Because it's probably already running.
root@123:/etc/init.d# /etc/init.d/freeradius reload * Reloading FreeRADIUS daemon freeradius * /var/run/freeradius/freeradius.pid not found... ...done.
root@123:/# radiusd -X The program 'radiusd' can be found in the following packages: * radiusd-livingston * yardradius Try: apt-get install <selected package>
Or, try using "freeradius". It's packaged as that on ubuntu. Alan DeKok.