[EMAIL PROTECTED] wrote:
> After installing the packages, I decided to test if the deamon
> "radiusd" can start simly by invoking its startup script "rc.radiusd"
> with the following option "start"
> 
> But here is the message I got:
> 
> othello:/etc/rc.d# ./rc.radiusd start
> ./rc.radiusd: /usr/local/radius/var/log/radius/radutmp: No such file or
> directory

  You've got to create the directory that it lives in, the server
won't do that.

  Or, edit radiusd.conf to point the configuration items at the
directories where you want the files to live.

> Starting Freeradius server: radwatch./rc.radiusd: start-stop-daemon: command not
> found
>  radiusd.

  You don't have the directory of the radius server in your PATH.
This is a standard Unix system administration problem.

  But the default 'rc.radiusd' file points to the radius binary which
is built with 'make;make install'.  If it isn't there, then something
went wrong.

> I have to say that this first startup considers the default config files
> produce by the "make install" process.

  Yes.
 
> To manage this configuration, could someone direct me with some
> helps with a step by step procedure?
> 
> In my point of view:
> 
> i) installation
> ii) edit radiusd.conf
> iii) edit users file

  iv) create any necessary directories.

> Last, does I need special hardware to implement FreeRADIUS
> in my Linux box ?

  No.  It would help to have a NAS, though.  But that isn't hardware
for your Linux box.

  Alan DeKok.

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to