Re: SIGTERM somewhere in SQL accounting (using MySQL)

2003-02-24 Thread Chris Parker
At 11:26 AM 2/24/2003 -0500, Derrik Pates wrote: For some reason, I've started to see FreeRADIUS die of a SIGTERM somewhere in its SQL accounting code. It's going something like this: radius_xlat: 'SELECT RadAcctId, AcctSessionId, UserName, NASIPAddress, NASPortId, FramedIPAddress,

Re: SIGTERM somewhere in SQL accounting (using MySQL)

2003-02-24 Thread Derrik Pates
On Mon, Feb 24, 2003 at 10:40:13AM -0600, Chris Parker wrote: Use GDB it's much handier at finding the cause of the sigterm than strace. Actually, it pointed me in the right direction anyway - the checkrad script tried talking to the RAS server via SNMP, and got no response, and died of

Re: SIGTERM somewhere in SQL accounting (using MySQL)

2003-02-24 Thread Alan DeKok
[EMAIL PROTECTED] (Derrik Pates) wrote: Actually, it pointed me in the right direction anyway - the checkrad script tried talking to the RAS server via SNMP, and got no response, and died of SIGTERM, for whatever reason knocking radiusd over with it. Anyone have any insight on that? There

Accounting using mySQL

2002-02-11 Thread Andrew Kelaidis
I am using freeRADIUS snapshot-20020128 and mySQL module for the accounting. The module stores only the start/stop requests. I want to store bad password attempts or double logins also. Any ideas? Thanks for your time. _ Send and

Re: Accounting using mySQL

2002-02-11 Thread Alan DeKok
Andrew Kelaidis [EMAIL PROTECTED] wrote: The module stores only the start/stop requests. I want to store bad password attempts or double logins also. Any ideas? I don't think that you can right now. But it should be possible, soon. As always, suggestions patches are welcome. Alan

Re: Accounting using mySQL

2002-02-11 Thread Kostas Kalevras
On Sat, 9 Feb 2002, Andrew Kelaidis wrote: I am using freeRADIUS snapshot-20020128 and mySQL module for the accounting. The module stores only the start/stop requests. I want to store bad password attempts or double logins also. Any ideas? Thanks for your time.

Accounting using mySQL

2002-02-08 Thread Andrew Kelaidis
I am using freeRADIUS snapshot-20020128 and mySQL module for the accounting. The module stores only the start/stop requests. I want to store bad password attempts or double logins also. Any ideas? Thanks for your time. _ Send and

Re: Accounting using mySQL

2002-02-08 Thread Alan DeKok
Andrew Kelaidis [EMAIL PROTECTED] wrote: The module stores only the start/stop requests. I want to store bad password attempts or double logins also. Any ideas? I don't think that you can right now. But it should be possible, soon. As always, suggestions patches are welcome. Alan