hi I am using the freeradius(compiled from source 1.0.5) for aaa of voip systems. how I can add radiusd to system's service list? I want run this program as service because after logging off , the radiusd will be killed. who knows, may be another problems. let me know, thanks Pezhman __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
Pezhman Lali <pezhman_lali@yahoo.com> wrote:
I am using the freeradius(compiled from source 1.0.5)
Upgrade to 1.1.2. http://www.freeradius.org/security.html Alan DeKok.
On Thu 08 Jun 2006 19:34, Pezhman Lali wrote:
hi I am using the freeradius(compiled from source 1.0.5) for aaa of voip systems. how I can add radiusd to system's service list? I want run this program as service because after logging off , the radiusd will be killed. who knows, may be another problems. let me know,
You need to write a startup script for you operating system. As you dont specify what that is, its a bit difficult for us to help you further. In future you should post questions like this to the users mailing list. -- Peter Nixon http://www.peternixon.net/ PGP Key: http://www.peternixon.net/public.asc
Hello,
I am using the freeradius(compiled from source 1.0.5) for aaa of voip systems. how I can add radiusd to system's service list? I want run this program as service because after logging off , the radiusd will be killed. who knows, may be another problems.
Uh. Merely asking a question like this shows that you lack a certain knowledge of how Linux/Unix operating systems work. You may want to read a book about your distribution / operating system to get a little more insight. The incredibly short exec summary of what to do is: 1. write an init script 2. add this init script to the default runlevel Anyway, it should only be killed if you start it with debugging options. Just invoking radiusd without any options should be enough to have it run in the background until next reboot. To have it always start upon boot, well, write that init script. Or get one from somewhere; depending on your OS, it likely already exists. FreeRADIUS even ships with a rather generic one, I believe. -- Stefan WINTER Fondation RESTENA - Réseau Téléinformatique de l'Education Nationale et de la Recherche - Ingénieur de recherche 6, rue Richard Coudenhove-Kalergi L-1359 Luxembourg
Oh, and I forgot: this is a USAGE question, not a development one. Use the -users mailing list instead, please. -- Stefan WINTER Fondation RESTENA - Réseau Téléinformatique de l'Education Nationale et de la Recherche - Ingénieur de recherche 6, rue Richard Coudenhove-Kalergi L-1359 Luxembourg
participants (4)
-
Alan DeKok -
Peter Nixon -
Pezhman Lali -
Stefan Winter