29 Apr
2022
29 Apr
'22
5:03 a.m.
On 29/04/2022 09:18, Can Paçacı wrote:
Too many the following logs started to come from our radius servers (version 3.0.20). db is external and PostgreSql-12. What does this mean? Is it database problem or anything else? What can we do? There is no auth. and acct. problem on the FR server observed.
WARNING: Module rlm_sql became unblocked
Ignoring duplicate packet from client 34Acibh01 port 1812 - ID: 129 due to unfinished request in component session module sql
The database is responding too slowly. The NAS doesn't get a response in time so sends a duplicate request, which FreeRADIUS ignores because it is already waiting for the database to respond on the first request. You need to fix the database. -- Matthew