MySQL Logging and radacct directory
I'm currently running FreeRADIUS in this setup: Unix authentication with logging to mysql for accounting. What I'm wondering is, I'm currently seeing the occasional message like this: Tue Oct 11 10:06:32 2005 : Error: rlm_radutmp: Logout for NAS sb-ent2 port 24, but no Login record What I'm wondering is, why, if I'm logging accounting to MySQL, are entries showing up in /var/log/radius/radacct/? Shouldn't I be avoiding those entries by logging to mysql? Any thoughts are appriciated, if you need debug, I will get that. Thanks, Curt LeCaptain
Failed authentications cause that On Tue, 2005-10-11 at 09:11, Curt LeCaptain wrote:
I'm currently running FreeRADIUS in this setup:
Unix authentication with logging to mysql for accounting.
What I'm wondering is, I'm currently seeing the occasional message like this:
Tue Oct 11 10:06:32 2005 : Error: rlm_radutmp: Logout for NAS sb-ent2 port 24, but no Login record
What I'm wondering is, why, if I'm logging accounting to MySQL, are entries showing up in /var/log/radius/radacct/? Shouldn't I be avoiding those entries by logging to mysql?
Any thoughts are appriciated, if you need debug, I will get that.
Thanks, Curt LeCaptain
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
I'm not so sure that's the case, as I'm not seeing failed login attempts in my log, and I do have it set to log those attempts. Not saying I don't believe you, my log just isn't showing it that way.
On 10/11/2005 at 10:57:52 am, in message <1129046272.24645.2.camel@grady.lanl.gov>, klg@lanl.gov wrote: Failed authentications cause that
On Tue, 2005-10-11 at 09:11, Curt LeCaptain wrote:
I'm currently running FreeRADIUS in this setup:
Unix authentication with logging to mysql for accounting.
What I'm wondering is, I'm currently seeing the occasional message like this:
Tue Oct 11 10:06:32 2005 : Error: rlm_radutmp: Logout for NAS sb-ent2 port 24, but no Login record
What I'm wondering is, why, if I'm logging accounting to MySQL, are entries showing up in /var/log/radius/radacct/? Shouldn't I be avoiding those entries by logging to mysql?
Any thoughts are appriciated, if you need debug, I will get that.
Thanks, Curt LeCaptain
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
"Curt LeCaptain" <lecaptainc@infinitytechnology.com> wrote:
What I'm wondering is, why, if I'm logging accounting to MySQL, are entries showing up in /var/log/radius/radacct/?
Because you told it to. The "radiusd.conf" file still contains references to radutmp.
Shouldn't I be avoiding those entries by logging to mysql?
Logging to MySQL is *additive*, because you *added* SQL entries to "radiusd.conf". Delete the "radutmp" entries, and you will delete all log messages coming from radutmp. Alan DeKok.
participants (3)
-
Alan DeKok -
Curt LeCaptain -
Kenneth Grady