I have been trying to setup a bash file to run the hup files, but I can't get it working correctly.
I am running Fedora 11 and Freeradius 2.1.6.

I have the batch file as:
#!/bin/bash
radmin
hup files

What I get when having radius -X running is:

 ... new connection request on command socket.
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 Blalock