Re: Permanent mysql connection in mod_perl

2010-04-07 Thread Apostolos Pantsiopoulos
=rasana@lists.freeradius.org] On Behalf Of Apostolos Pantsiopoulos Sent: Wednesday, April 07, 2010 13:37 To: freeradius-users@lists.freeradius.org Subject: Re: Permanent mysql connection in mod_perl Have a look at the CLONE special function in rlm_perl documentation. Initiate your db connections

Re: Permanent mysql connection in mod_perl

2010-04-07 Thread Apostolos Pantsiopoulos
Have a look at the CLONE special function in rlm_perl documentation. Initiate your db connections in that function. -- --- Apostolos Pantsiopoulos Kinetix Tele.com R & D email: r...@kinetix.gr --- On 7/4/2010 1

Re: rlm_perl behavior

2010-03-03 Thread Apostolos Pantsiopoulos
I think yes. In my current config (2.1.8) it works fine. -- --- Apostolos Pantsiopoulos Kinetix Tele.com R & D email: r...@kinetix.gr --- On 3/3/2010 4:26 μμ, Alexandr Kovalenko wrote: On Wed, Apr 22, 2009 at 1

Re: Centos 5.3 problem [SOLVED]

2009-04-23 Thread Apostolos Pantsiopoulos
It was a cifs problem. The script was being shared by a samba server and after the upgrade I got : Setuid/gid script is writable by world. And this made radius to fail. I moved the script locally and it works. Apostolos Pantsiopoulos wrote: I was running freeradius 2.0.5 on my Centos 5.2 server

Centos 5.3 problem

2009-04-23 Thread Apostolos Pantsiopoulos
ta::Dumper that needs to be recompiled. I have done everything that the mailing list suggested but the problem persists. Any ideas -- --- Apostolos Pantsiopoulos Kinetix Tele.com R & D email: r...@kinetix.gr -

Re: rlm_perl behavior

2009-04-22 Thread Apostolos Pantsiopoulos
s designed to fix this 2.1.4 issue on it. -- Dan Meyers Network Specialist, Lancaster University E-Mail: d.mey...@lancaster.ac.uk - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html -- --- Apostolos Pantsiopoulos Kinetix

Re: rlm_perl behavior

2009-04-16 Thread Apostolos Pantsiopoulos
_once. I hope this implementation will satisfy Borislav too. Will he be able to instantiate different perl scripts for different needs? So, when do I start testing :) Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html -- -

Re: rlm_perl behavior

2009-04-16 Thread Apostolos Pantsiopoulos
the perl clones will not be controlled by the perl.conf (as in 2.0.x) but from the max_servers directive in radiusd.conf, right? I am ready for testing whenever you have a patch ready. Alan DeKok wrote: Apostolos Pantsiopoulos wrote: I understand that there may some benefits in the current

Re: rlm_perl behavior

2009-04-15 Thread Apostolos Pantsiopoulos
ases. This all ended with this crippling- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html -- ------- Apostolos Pantsiopoulos Kinetix Tele.com R & D email: r...@kinetix.gr --- - List in

Re: rlm_perl behavior

2009-04-07 Thread Apostolos Pantsiopoulos
Alan DeKok wrote: Apostolos Pantsiopoulos wrote: I noticed that the following directives : ... for perl were not present in the file after the compiling. Are these directives obsolete? Yes. The server already has a thread management system. Adding another one for Perl is unnecessary

Re: rlm_perl behavior

2009-04-07 Thread Apostolos Pantsiopoulos
Alan DeKok wrote: Apostolos Pantsiopoulos wrote: I noticed that the following directives : ... for perl were not present in the file after the compiling. Are these directives obsolete? Yes. The server already has a thread management system. Adding another one for Perl is unnecessary

rlm_perl behavior

2009-04-02 Thread Apostolos Pantsiopoulos
. -- --- Apostolos Pantsiopoulos Kinetix Tele.com R & D email: r...@kinetix.gr --- - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: FreeRadius client

2009-02-13 Thread Apostolos Pantsiopoulos
od. Alan DeKok wrote: Apostolos Pantsiopoulos wrote: Hi, Does the FreeRadius Client 1.1.6 compile under windows? No. As always, patches are welcome. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/

FreeRadius client

2009-02-13 Thread Apostolos Pantsiopoulos
Hi, Does the FreeRadius Client 1.1.6 compile under windows? Regards, -- --- Apostolos Pantsiopoulos Kinetix Tele.com R & D email: r...@kinetix.gr --- - List info/subscribe/unsubscribe? See

Re: How to load the freeswitch dictionary

2009-01-26 Thread Apostolos Pantsiopoulos
ob. Le 26.01.2009 08:28, Apostolos Pantsiopoulos a écrit : Hi, I was trying to load the freeswitch dictionary (see attachment) in freeradius and I am getting the following error : "Errors reading dictionary: dict_init: /usr/local/share/freeradius/dictionary.freeswitch[257]: unknown

How to load the freeswitch dictionary

2009-01-26 Thread Apostolos Pantsiopoulos
tionary in freeradius? And how do I obtain it (if not from the freeswitch tarball itself)? -- ------- Apostolos Pantsiopoulos Kinetix Tele.com R & D email: r...@kinetix.gr --- # # Updated 97/06/13 to livingston-radius

rlm_perl - authorize - authenticate issue

2008-04-18 Thread Apostolos Pantsiopoulos
PLA01/1//d//d/xxx.xxx.xxx.xxx:1720" Cisco-Command-Code += "MLPAMPLA02/1//d//d/yyy.yyy.yyy.yyy:1720" Finished request 0 -- --- Apostolos Pantsiopoulos Kinetix Tele.com Support Center email: [EMAIL PROTECTED], [EMAIL PROTECTED] Tel

Re: [Fwd: Re: rlm_perl (threads) performance question]

2007-10-16 Thread Apostolos Pantsiopoulos
First of all thanks for your prompt replies Alan DeKok wrote: Apostolos Pantsiopoulos wrote: I did that. Actually it was the first thing I did. I got the same result. Also, the server does a LOT more than just running Perl. You are measuring the time taken to run your Perl scripts

[Fwd: Re: rlm_perl (threads) performance question]

2007-10-16 Thread Apostolos Pantsiopoulos
Alan DeKok wrote: Apostolos Pantsiopoulos wrote: I am using the rlm_perl module for accounting purposes. ... The results I get (after 2-3 k requests) are these : Mean time for acct start : 0.005 secs Mean time for acct stop : 0.01 secs Since there is a 1:1 ratio of start/stop

rlm_perl (threads) performance question

2007-10-16 Thread Apostolos Pantsiopoulos
y=define Any help would be appreciated. -- --- Apostolos Pantsiopoulos Kinetix Tele.com Support Center email: [EMAIL PROTECTED], [EMAIL PROTECTED] Tel. & Fax: +30 2310556134 Mobile : +30 6937069097 MSN : [EMAIL PROTECTED] WWW: http://www.kinetix.gr/

Proxy + LOCAL - Is it possible?

2007-05-15 Thread Apostolos Pantsiopoulos
use both systems simultaneously until I am sure that the new one behaves as expected. Regards, -- --- Apostolos Pantsiopoulos Kinetix Tele.com Support Center email: [EMAIL PROTECTED], [EMAIL PROTECTED] Tel. & Fax: +30 2310556134 Mobile : +30 6937069097