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: 'USERNAME' rlm_sql (sql): sql_set_user escaped user --> 'USERNAME' radius_xlat: 'SELECT COUNT(*) FROM radacct WHERE UserName='USERNAME' AND AcctStopTime = 0' rlm_sql (sql): Reserving sql socket id: 1 radius_xlat: 'SELECT RadAcctId, AcctSessionId, UserName, NASIPAddress, NASPortId, FramedIPAddress, CallingStationId, FramedProtocol FROM radacct WHERE UserName='USERNAME' AND AcctStopTime = 0' Terminated I'm running it now with an strace, to see where it's dying more specifically. I'm using the code from a CVS snap from 10 days ago (20030214), if that helps to narrow it down. -- Derrik Pates [EMAIL PROTECTED] [EMAIL PROTECTED] - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
