Hello, Looking at the file radius.log I still have the same error comes up: Error: rlm_radutmp: Logout for NAS localhost 5 port, but no Login record Error: rlm_radutmp: Logout for NAS localhost port 3, but no Login record Error: rlm_radutmp: Logout for NAS localhost Port 4, but no Login record .... Can you tell me what it is and what should be done to avoid this error? Best regards.
Arnaud . wrote:
Looking at the file radius.log I still have the same error comes up:
Error: rlm_radutmp: Logout for NAS localhost 5 port, but no Login record Error: rlm_radutmp: Logout for NAS localhost port 3, but no Login record Error: rlm_radutmp: Logout for NAS localhost Port 4, but no Login record ....
Can you tell me what it is and what should be done to avoid this error?
Fix the NAS so that it sends login records. Or, if you're not using the radutmp module, disable it. Alan DeKok.
How do I know if I use radutmp? When I look at the logs I go into a graphical interface that presents the data in phpmyadmin so I normally use mysql? How do I disable radutmp?
Date: Fri, 11 Jul 2014 10:08:01 -0400 From: aland@deployingradius.com To: freeradius-users@lists.freeradius.org Subject: Re: error log radius.log
Arnaud . wrote:
Looking at the file radius.log I still have the same error comes up:
Error: rlm_radutmp: Logout for NAS localhost 5 port, but no Login record Error: rlm_radutmp: Logout for NAS localhost port 3, but no Login record Error: rlm_radutmp: Logout for NAS localhost Port 4, but no Login record ....
Can you tell me what it is and what should be done to avoid this error?
Fix the NAS so that it sends login records.
Or, if you're not using the radutmp module, disable it.
Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Hi,
How do I know if I use radutmp? When I look at the logs I go into a graphical interface that presents the data in phpmyadmin so I normally use mysql?
look at your config files
How do I disable radutmp?
find the entries that call it in your config files and comment them out - if you read the mailing list archives you'll see this very same topic about a week ago :/ alan
In the "Accounting" section I have this: accounting { detail # daily unix radutmp # sradutmp # main_pool sql # Pgsql-voip } session { radutmp # # See "Simultaneous Use Checking Querie" in sql.conf sql } So I comment "unix" and "radutmp" and that's it? There is nothing to configure in "sql.conf"?
Date: Fri, 11 Jul 2014 15:23:14 +0000 From: A.L.M.Buxey@lboro.ac.uk To: freeradius-users@lists.freeradius.org Subject: Re: error log radius.log
Hi,
How do I know if I use radutmp? When I look at the logs I go into a graphical interface that presents the data in phpmyadmin so I normally use mysql?
look at your config files
How do I disable radutmp?
find the entries that call it in your config files and comment them out - if you read the mailing list archives you'll see this very same topic about a week ago :/
alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Hi,
So I comment "unix" and "radutmp" and that's it? There is nothing to configure in "sql.conf"?
have a look in sql.conf - see if theres anything you might even think is related to radutmp if you run in full debug mode you will see the modules being called...where they get called and what they do to/with the RADIUS datagram. alan
participants (3)
-
A.L.M.Buxey@lboro.ac.uk -
Alan DeKok -
Arnaud .