Thanks Alan...
The Errors I'm getting during August:
1) 41.800 Error lines on log
Fri Aug 12 22:54:32 2016 : ERROR: (47435677) detail: ERROR: Couldn't open file /var/log/radius/radacct/81.35.84.203/detail-20160812: Too many different filenames
It only happens form 19:00 or 20:00 until 00:00:04 or so ..
Seems a limitation of Centos 7 ?
>> It's a limitation of FreeRADIUS. You >> shouldn't have 100's of detail files opened. Is it possible to desactivate files, i dont use them i delete every month and i m not using them.. is it safe to desactivate? How can i do it ?
2) 24.981 Error lines on log
Mon Aug 15 17:41:21 2016 : Error: (48439939) Discarding duplicate request from client 0.0.0.0/0 port 60621 - ID: 195 due to delayed response
>> It's not really an error. The user was >> rejected, and that reject is being delayed. >> In the mean time, the client retransmits. >> It can be ignored. But there are lots of errors every minut... is not anyrhing i can do to fix this ? Is it posible to identify wich is the id ? I mean the client who is rejected to know witch router ?
3) 8.545 Errors lines on log
Wed Aug 17 05:57:24 2016 : Error: Received conflicting packet from client 0.0.0.0/0 port 59102 - ID: 8 due to unfinished request. Giving up on old request.
Wich are the keys parameters to identify each request different ?
>> It's RADIUS magic. Don't worry about it. >> The problem is that your database is >> slow. Fix that, and the messages will go >> away. Trust me the database shoudn t be slow... how to identify witch query is not attending database? I have a dedicate server with mariadb and is not really bussie ? I think How to identify whre is the slow?
In my configuration I'm working to identify each hotspot-client with a different nasipaddress but I don't know if it is enough .
>> It may be good enough. Perfect Alan DeKok. Thanks - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
On Aug 18, 2016, at 5:39 PM, oscar <oscar@jofre.com> wrote:
Is it possible to desactivate files, i dont use them i delete every month and i m not using them.. is it safe to desactivate? How can i do it ?
The unused files should get automatically cleaned up. You're probably writing more than 64 detail files at a time, which is generally not recommended.
But there are lots of errors every minut... is not anyrhing i can do to fix this ? Is it posible to identify wich is the id ? I mean the client who is rejected to know witch router ?
Use the v3.0.x branch from git. I've pushed a fix. Or, use 3.0.12 when it (finally) gets released.
The problem is that your database is >> slow. Fix that, and the messages will go >> away.
Trust me the database shoudn t be slow...
I've been doing this for 20 years. Your database is slow.
how to identify witch query is not attending database? I have a dedicate server with mariadb and is not really bussie ? I think How to identify whre is the slow?
See your database documentation. Alan DeKok.
Hi,
Is it possible to desactivate files, i dont use them i delete every month and i m not using them.. is it safe to desactivate? How can i do it ?
yes, if you dont use them, then dont create them - ensure you dont call 'detail' module in the accounting {} section of your server ('default' in sites-enabled by default.....) alan
participants (3)
-
A.L.M.Buxey@lboro.ac.uk -
Alan DeKok -
oscar