Re: Virtual Server Pool Problem
Call radmin with correct arguments from PERL with a system call? alan
Alan Buxey wrote
Call radmin with correct arguments from PERL with a system call?
Yes, I just wanted to figure it if it was possible with unlang. Thanks. It seems Ill have to do it this way. Also would manually declaring a home_server dead be of best practices? Pros/Cons? Thanks, Manny ----- Test. -- View this message in context: http://freeradius.1045715.n5.nabble.com/Virtual-Server-Pool-Problem-tp571361... Sent from the FreeRadius - User mailing list archive at Nabble.com.
Alan Buxey wrote
Call radmin with correct arguments from PERL with a system call?
So I tried executing the radmin system call using Perl but the server seems to hang on the system call. I then try to authenticate and the server never attempts to respond to the requests. Is there a reason for this? Any pointer as to what can cause the system call from within my Perl module's post auth function to hang? Thanks, Manny ----- Test. -- View this message in context: http://freeradius.1045715.n5.nabble.com/Virtual-Server-Pool-Problem-tp571361... Sent from the FreeRadius - User mailing list archive at Nabble.com.
Alan Buxey wrote
Call radmin with correct arguments from PERL with a system call?
I tried running a system call to radmin to set the home server dead but it seems to cause the server to hang on the system call. The call is being made from post auth function in the Perl module. I read that Exec-Program-Wait can call a script but in my case I have make this system call from within Perl. Any ideas as to what can cause the system call to fail or how I can run a command using Perl? Also, any other request after the execution of the system call is never processed since the server hangs on the call. Thanks, Manny ----- Test. -- View this message in context: http://freeradius.1045715.n5.nabble.com/Virtual-Server-Pool-Problem-tp571361... Sent from the FreeRadius - User mailing list archive at Nabble.com.
participants (3)
-
Alan Buxey -
Alan DeKok -
manny