Error: Dropping conflicting packet due to unfinished request

2005-04-04 Thread Juan Nin
Hi! I'm running freeradius 1.0.1, for authentication and accounting under Fedora Core 2. This radius receives about 5 or 6 new calls per minute using a simple authentiaction method, using MySQL as backend for registering the calls. Every day I'm seeing this error logs on my radius.log file:

Re: Error: Dropping conflicting packet due to unfinished request

2005-04-07 Thread Juan Nin
On Apr 4, 2005 10:14 PM, Alan DeKok [EMAIL PROTECTED] wrote: Mon Apr 4 12:15:58 2005 : Error: Dropping conflicting packet from client XXX:1645 - ID: 103 due to unfinished request 221 Your database is too slow, or your NAS is too fast. mmhhh, database seems ok, I'm not having

Re: Error: Dropping conflicting packet due to unfinished request

2005-04-07 Thread Juan Nin
Alan DeKok wrote: also, another issue that worries me is that if I change my authentication method on /etc/raddb/users so as to be the following: Ah... That's a bug in the run external program code. It's fixed in the latest CVS snapshot. oh!!! well, I think it's a bit good news then :P For

Re: Error: Dropping conflicting packet due to unfinished request

2005-04-07 Thread Juan Nin
Dustin Doris wrote: If its suitable to change the authentication method to test a php script, then its definately suitable to run in debug mode. I run in debug mode in production whenever there is an issue. If you're fast in killing the pid and starting in debug mode, then you won't lose any

Re: Error: Dropping conflicting packet due to unfinished request

2005-04-08 Thread Juan Nin
Alan DeKok wrote: if so, any idea on aprox. realesa date for 1.0.3? :) Some time in the future. I really need to execute an external script I have another radius running freeradius-0.9.3 on other server which is executing external scripts, so I guess the bug wasn't present on previous

freeradius version and rlm_exec

2005-04-21 Thread Juan Nin
Hi! On a previous thread, some weeks ago, I said I was having problems when using Exec-Program-Wait on my users file, that it apparently made my radius have timeouts when authenticating, and I was told there was a bug on it, and that it was fixed on CVS. I'm about to upgrade that radius server,

character encoding after upgrade

2005-04-21 Thread Juan Nin
Hi again.. First thanks to Alan, and sorry if my previous question had been already asked Now, I downloaded the 1.0.x branch from CVS, compiled it and configured it exactly like I had the 1.0.1 running with mysql for accounting. Killed the 1.0.1 and started the new one, and the braces

replicating accounting logs to remote radius server

2005-04-28 Thread Juan Nin
Hi! I using freeradius for authentication and accounting. I´m going to use some new realms, where incomming calls with those realms, apart from being logged on my radius, will have to be replicated to another radius server. I made some tests with proxying with a test radius server, and

Re: Error: Dropping conflicting packet from client ...

2005-05-02 Thread Juan Nin
Abdul Lateef wrote: [...] Mon May 2 12:34:44 2005 : Error: Dropping conflicting packet from client 212.100.235.227:1812 - ID: 11 due to unfinished request 2064 [...] heheh.. it seems you read my e-mail from last month: http://lists.freeradius.org/archives/freeradius-users/2005/04/frm00119.html

Re: Error: Dropping conflicting packet due to unfinished request

2005-05-17 Thread Juan Nin
Dustin Doris wrote: I run freeradius server (1.0.2) with ldap support in a debian sarge server. Last days I'm having the error message Error: Dropping conflicting packet due to unfinished request a lot of times and the server dies too frequently. [...] Perhaps your ldap server might be

Sending Session-Timeout on Exec-Program-Wait

2005-05-24 Thread Juan Nin
Hi, I'm using Exec-Program-Wait for user validation. On some cases, I want to send back the Session-Timeout According to what I've seen, on the script I execute on Exec-Program-Wait, I can send back this value like this: print Session-Timeout=$timeout\n; exit 0; # Grant Access Now, on this

radclient: received response to request we did not send.

2005-06-02 Thread Juan Nin
Hi, I'm trying to use radclient in order to disconnect users, with the following PHP script: ? $framed_ip = 'xxx.xxx.xxx.xxx'; $cisco_ip='aaa.aaa.aaa.aaa'; popen(/bin/echo 'Framed-IP-Address=$framed_ip' | /home/radius/bin/radclient -d /home/radius/etc/raddb/ -x $cisco_ip disconnect secret,

radclient: received response to request we did not send.

2005-06-03 Thread Juan Nin
Alan, Sorry I don't reply to your original mail, but I received it at home, and now I'm at work. My problem was I was receiving this error: # /bin/echo 'Framed-IP-Address=192.168.1.197' | /home/radius/bin/radclient -d /home/radius/etc/raddb/ -x aaa.aaa.aaa.aaa disconnect secret Sending