Re: Freeradius start at boot

2009-10-01 Thread Paul Blalock
or if it was by using the radiusd -X command. I should have been logged in as root, but not sure. -- Paul Blalock - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Freeradius start at boot

2009-10-01 Thread Paul Blalock
radiusd is already running on that port. When checking /etc/rc.d/rc3.d I found a file named S88radiusd. I thought that the Address already in use error was supposed to happen if trying to start a second instance of the same service? -- Paul Blalock - List info/subscribe/unsubscribe? See http

Re: Freeradius start at boot

2009-10-01 Thread Paul Blalock
. -- Paul Blalock - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Freeradius start at boot

2009-10-01 Thread Paul Blalock
So are you saying to accomplish what I want, I need to write a system V init script? -- Paul Blalock - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Start Freeradius at boot

2009-09-30 Thread Paul . Blalock
So I went back to a clean install of Fedora 11, followed the instructions on installing freeradius via yum. Then I issued the command: chkconfig --list radiusd (and got the following) radiusd 0:off 1:off 2:off 3:off 4:off 5:off 6:off so i entered sudo chkconfig radiusd on and then I got

Re: Start Freeradius at boot

2009-09-29 Thread Paul . Blalock
I appreciate your insight, and I might have to go with a pre-built package after all. But I did go ahead and issue the commands, and when I run chkconfig --list radiusd This is what I get. radiusd 0:off 1:off 2:on 3:on 4:on 5:on 6:off According to the links that you sent me, this is what it is

Start Freeradius at boot

2009-09-28 Thread Paul . Blalock
Paul Blalock - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Start Freeradius at boot

2009-09-28 Thread Paul . Blalock
Hi, I am trying to get freeradius to start at boot time so that I don't have to log in for it to start up. I saw a previous post that said to “Manually add the links in /etc/rc[0-6].d.” I am not sure what links this is referring to though, so I am at a standstill as to how to do this.

Re: Start Freeradius at boot

2009-09-28 Thread Paul . Blalock
did you install FreeRADIUS via yum and a repository or from source? Downloaded freeradius-server-2.1.7.tar.gz, extracted to home directory, and then ./configure, make, make install. if from the repsository you should have a selectable service with eg the standard Fedora system startup tools -

Creating a bash file to run Hup Files

2009-08-10 Thread Paul Blalock
. Listening on command file /usr/local/var/run/radiusd/radiusd.sock Ready to process requests. ... closing socket command file /usr/local/var/run/radiusd/radiusd.sock Ready to process requests. Also, if I can get this working, I am needing to set it up to run automatically every hour or so. -- Paul

Re: Simple username password text file

2009-08-06 Thread Paul Blalock
On Wed, Aug 05, 2009 at 09:44:55AM -0500, Paul Blalock wrote: Is it possible to have a simplistic username and password setup in freeradius? For example. user, pass user1, pass1 Or is it possible to have the users file point to a file that does this? If not, is it possible to have

Simple username password text file

2009-08-05 Thread Paul Blalock
Is it possible to have a simplistic username and password setup in freeradius? For example. user, pass user1, pass1 Or is it possible to have the users file point to a file that does this? If not, is it possible to have this type of format by using mysql? -- Paul Blalock - List info