Radiusd -X start vs Radiusd start
Hi evr, I'm currently experimenting on freeradius 1.1.6 (on rhl3) my setup seams to be working fine except a little bug ! I'm using a software to monitor freeradius from the outside this soft is called (Whistle Blower running on a mac) This soft attempt to validate a user called Whistle Blower and freeradius must send a deny packet ! When I : radiusd -X start the process work fine When I : radiusd start the process times out ??? Any suggestions Thanks _________________________________________________________________ Envoie un sourire, fais rire, amuse-toi! Employez-le maintenant! http://www.emoticonesgratuites.ca/?icid=EMFRCA120
Hi,
Hi evr,
I'm currently experimenting on freeradius 1.1.6 (on rhl3) my setup seams to be working fine except a little bug !
I'm using a software to monitor freeradius from the outside this soft is called (Whistle Blower running on a mac)
This soft attempt to validate a user called Whistle Blower and freeradius must send a deny packet !
When I : radiusd -X start the process work fine
When I : radiusd start the process times out ???
permissions. when run with '-X' the server runs with high priv. when run without -X, then the server runs as whoever you configured in radiusd.conf (usually 'radiusd') thus it may not be able to write to log files or read config files etc. check the permissions and ownership of eg log files, config files and the process PID file. radius -x (small x) will run in small debug mode and can highlight this issue alan
J-P Raymond wrote:
This soft attempt to validate a user called Whistle Blower and freeradius must send a deny packet !
When I : radiusd -X start the process work fine
When I : radiusd start the process times out ???
Set "reject_delay = 0". It's fixed in 2.0-pre, but it should also be fixed in 1.x. Alan DeKok.
Set "reject_delay" = 0 was my problem ! Thanks for your answer Alan
Date: Sat, 3 Nov 2007 00:35:14 +0100start vs Radiusd start> > > > When I : radiusd -X start the process work fine> > > > When I : radiusd start the process times out ???> > Set "reject_delay = 0".> > It's fixed in 2.0-pre, but it should also be fixed in 1.x.> > Alan DeKok.> -> List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Envoie un sourire, fais rire, amuse-toi! Employez-le maintenant! http://www.emoticonesgratuites.ca/?icid=EMFRCA120
participants (3)
-
A.L.M.Buxey@lboro.ac.uk -
Alan DeKok -
J-P Raymond