> Dear All, > > When i try to start radius service on ubuntu service is fail. How to start > radius service on ubuntu? > > root@123:/etc/init.d# /etc/init.d/freeradius start > * Starting FreeRADIUS daemon freeradius > ...fail! > > 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> > Is there any person help to me? > Thank you. >
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.
root@123:/var/run/freeradius# ps -aux | grep freeradius Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html root 8395 0.0 0.0 5160 1620 pts/0 T 13:48 0:00 nano /etc/freeradius/radiusd.conf root 8641 0.0 0.0 4368 812 pts/0 S+ 14:05 0:00 grep --color=auto freeradius root@123:/var/run/freeradius# On Thu, May 17, 2012 at 1:59 PM, Alan DeKok <aland@deployingradius.com>wrote:
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. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Baris Genc wrote:
root@123:/var/run/freeradius# ps -aux | grep freeradius Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html root 8395 0.0 0.0 5160 1620 pts/0 T 13:48 0:00 nano /etc/freeradius/radiusd.conf root 8641 0.0 0.0 4368 812 pts/0 S+ 14:05 0:00 grep --color=auto freeradius root@123:/var/run/freeradius#
Since you didn't do what I said, you're clearly not interested in solving the problem. This is a system administration problem. It is NOT related to FreeRADIUS. You have no idea how to run or debug the system you're using. Alan DeKok.
If you installed Ubuntu with default options you likely don't have permission to access those files. Try sudo freeradius -X or sudo su before running that sort of daemon. David -----Original Message----- From: freeradius-users-bounces+davidp=wirelessconnections.net@lists.freeradius.org [mailto:freeradius-users-bounces+davidp=wirelessconnections.net@lists.freera dius.org] On Behalf Of Alan DeKok Sent: Thursday, May 17, 2012 6:59 AM To: FreeRadius users mailing list Subject: Re: freeradius service doest start 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. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
On Thu, May 17, 2012 at 1:21 PM, David Peterson <davidp@wirelessconnections.net> wrote:
If you installed Ubuntu with default options you likely don't have permission to access those files. Try sudo freeradius -X or sudo su before running that sort of daemon.
It's an ubuntu thing... Try running freeradiusd -X instead of radiusd. Yes - they changed the name of the binary... Peeves me off too. -- Regards, Chris Knipe
hi Radius is running after i maked reinstallation. Thank you for everything On Thu, May 17, 2012 at 2:34 PM, Chris Knipe <savage@savage.za.org> wrote:
On Thu, May 17, 2012 at 1:21 PM, David Peterson <davidp@wirelessconnections.net> wrote:
If you installed Ubuntu with default options you likely don't have permission to access those files. Try sudo freeradius -X or sudo su before running that sort of daemon.
It's an ubuntu thing...
Try running freeradiusd -X instead of radiusd.
Yes - they changed the name of the binary... Peeves me off too.
--
Regards, Chris Knipe - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (4)
-
Alan DeKok -
Baris Genc -
Chris Knipe -
David Peterson