KatsuroKurosaki wrote:
I mean: while debugging ( /freeradius -X/ ) I have Server A as primary and server B as secondary (or back-up, fail-over,...). Then: I do a login process, and Server A is running, I'm logged in with no problems, and suddently server A fails (stopping the service). Then when I send the logout request, server A is dead, then the process is done by server B. But what I see on debug screen on server B, when I logout is this:
Because the login record hasn't been sent from A to B.
/[radutmp] expand: /var/log/freeradius/radutmp -> /var/log/freeradius/radutmp [radutmp] expand: %{User-Name} -> pruebas rlm_radutmp: Logout for NAS SurfLabs Phys port 2151677953, *but no Login record* ++[radutmp] returns ok/
And what *problem* does this create? If the answer is "none", then ignore it. If you're not using radutmp, then delete it from raddb/sites-enabled/default, and the problem will go away. Alan DeKok.