RE: oracle

2008-11-17 Thread Ryan Melendez
Oracle stored procedures have worked fine for me. Thanks, Ryan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] org] On Behalf Of Alexandre Chapellon Sent: Monday, November 17, 2008 7:33 PM To: FreeRadius users mailing list Subject: oracle Does anyone already used

Re: radiusd deadlock on recvfrom on port 1814

2007-11-06 Thread Ryan Melendez
I haven't figured out what port 1814 is actually used for. Is there anything I could do to disable the proxy port on one or both of the servers? What would I loose? The ability to send packets to other servers. 1814 is used when FreeRADIUS is acting as a RADIUS client (i.e. proxy).

Re: radiusd deadlock on recvfrom on port 1814

2007-11-02 Thread Ryan Melendez
On Fri, 2007-11-02 at 14:33 +0100, Alan DeKok wrote: Ryan Melendez wrote: I'm not positive that select is lying about data being available. It could be that there is data when select is called, but _something_ out of line grabs it before recvfrom() can get to it. Like what

Re: radiusd deadlock on recvfrom on port 1814

2007-10-31 Thread Ryan Melendez
On Wed, 2007-10-31 at 08:13 +0100, Alan DeKok wrote: Ryan Melendez wrote: recvfrom() blocks on datagram sockets just like any other type of socket unless it gets a S0_RCVTIMEO or the O_NONBLOCK is set (in which case you would receive an error). Hmm... I guess I hadn't run

Re: radiusd deadlock on recvfrom on port 1814

2007-10-30 Thread Ryan Melendez
On Thu, 2007-10-18 at 01:10 +0200, Alan DeKok wrote: Ryan Melendez wrote: I've had FreeRADIUS Version 1.1.0 hang twice recently. The core dumps are very similar in that it appears that main is waiting on some stuff from port 1814. Honestly I don't know what 1814 is really for (proxy

radiusd deadlock on recvfrom on port 1814

2007-10-17 Thread Ryan Melendez
Hey, I've had FreeRADIUS Version 1.1.0 hang twice recently. The core dumps are very similar in that it appears that main is waiting on some stuff from port 1814. Honestly I don't know what 1814 is really for (proxy port?) but it seems as if fd_isset says so we should expect some data on that

identify dial-up test session

2006-11-15 Thread Ryan Melendez
Hello, I would like to identify a ppp session as a test session by somehow marking the accounting records. I've considered overloading the username sent by pppd to include a .test and alter the 'Service-Type' based on the suffix. I'd like to be able to somehow pass an Attribute from

modcall[authorize] after Access-Accept

2006-06-07 Thread Ryan Melendez
Hello, I have both the realm and sql modules in my authorize section. After freeradius receives an Access-Accept it processes the authorize section. It is not clear to me why, but I assume this is intentional based on debug messages: Processing the authorize section of radiusd.conf modcall:

rlm_eap_mschapv2: out of memory

2006-06-02 Thread Ryan Melendez
Title: rlm_eap_mschapv2: out of memory Can someone please tell me how I might fix this? Processing the authenticate section of radiusd.conf modcall: entering group authenticate for request 20 rlm_eap: EAP Identity rlm_eap: processing type mschapv2 rlm_eap_mschapv2: out of memory rlm_eap:

RE: rlm_eap_mschapv2: out of memory

2006-06-02 Thread Ryan Melendez
mailing list Subject: Re: rlm_eap_mschapv2: out of memory Ryan Melendez [EMAIL PROTECTED] wrote: Can someone please tell me how I might fix this? ... rlm_eap_mschapv2: out of memory rlm_eap: Default EAP type mschapv2 failed in initiate From looking at the source, it happens when

no sql log for proxied Accounting

2006-03-30 Thread Ryan Melendez
Hello, I'm trying to configure freeradius to only sql log Accounting packets that are not proxied. I see the note in the config file that reads accounting requests which are proxied are also logged in the detail file. That is fine, but I can't have it log to sql. In general I would only like

Accounting-Response packet with invalid signature!

2006-03-21 Thread Ryan Melendez
Hello, I am getting Accounting-Response packets from one particular NAS with an invalid signature. I verified the shared secret is correct. Radiusd is configured to proxy Accounting-Request packets the following way. proxy server { synchronous = no retry_delay = 10

RE: dictionary.cablelabs[168]: dict_addvalue: value name too long

2006-02-20 Thread Ryan Melendez
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] org] On Behalf Of Alan DeKok Sent: Thursday, February 16, 2006 4:24 PM To: FreeRadius users mailing list Subject: Re: dictionary.cablelabs[168]: dict_addvalue: value name too long Ryan Melendez [EMAIL PROTECTED] wrote: I am using

dictionary.cablelabs[168]: dict_addvalue: value name too long

2006-02-16 Thread Ryan Melendez
Title: dictionary.cablelabs[168]: dict_addvalue: value name too long Hello, In order to correctly link to libssl.so.0.9.7 and libcrypto.so.0.9.7 at run time. I set LDFLAGS=-R/usr/local/openssl-0.9.7/lib at compile time. When I execute the bin I get the following error: Thu Feb 16 18:39:40

RE: dictionary.cablelabs[168]: dict_addvalue: value name too long

2006-02-16 Thread Ryan Melendez
: value name too long Ryan Melendez [EMAIL PROTECTED] wrote: Thu Feb 16 18:39:40 2006 : Error: Errors reading dictionary: dict_init: //usr/local/share/freeradius/dictionary.cablelabs[168]: dict_addvalue: value name too long The only way you get that error is if you're running an old version

--with-rlm-sql-lib-dir, --with-rlm-sql-include-dir (1.1.0)

2006-02-13 Thread Ryan Melendez
Hello, Is it possible to specify multiple lib and include directories with a ./configure option? Can I specify different directories via ./configure for the runtime linker? (i.e ld-R/path/) I've tried these options, but it hasn't worked: 1) Double Options --with-rlm-sql-lib-dir=/path/is/good