Hi I searched throw Internet and all I found was similar questions without detailed answer. :( FR1.1.7 and MT as a NAS. I constantly receive these error logs. I'm using Mysql as a database and AcctUniqueId has unique attribute so as I can see during debugging process, mysql rejects duplicated AcctUniqueId. Is there any chance to figure out why NAS send this trash?
Mon Jul 21 22:10:07 2008 : Info: rlm_radutmp: Login entry for NAS private-network port 26190 duplicate Mon Jul 21 22:10:07 2008 : Error: rlm_sql (sql): Couldn't insert SQL accounting START record - Duplicate entry '25e543b830223c20' for key 2 Mon Jul 21 22:10:39 2008 : Error: Dropping conflicting packet from client private-network:50188 - ID: 161 due to unfinished request 7165
Marinko Tarlac wrote:
I searched throw Internet and all I found was similar questions without detailed answer. :(
The answer is the same, as always: The NAS is sending duplicate records.
Mon Jul 21 22:10:39 2008 : Error: Dropping conflicting packet from client private-network:50188 - ID: 161 due to unfinished request 7165
That's likely the source of the problem. Your system is too slow to handle the RADIUS traffic. It's usually because you haven't indexed the database. Alan DeKok.
participants (2)
-
Alan DeKok -
Marinko Tarlac