Greetings experts. I got an radius service running on my server that stores detail account logs in files and to MySQL. Since this is redundant I would like do disable the detail log files. Searching through the internet I've found many questions about disabling detail log files but most people said the suggested configuration was mostly unsuccessful. How could I disable this logs? Server config: - Debian 5 - FreeRADIUS v. 2.1.10 -- Att.* ***
Luis H. Forchesatto wrote:
I got an radius service running on my server that stores detail account logs in files and to MySQL. Since this is redundant I would like do disable the detail log files. Searching through the internet I've found many questions about disabling detail log files but most people said the suggested configuration was mostly unsuccessful.
How could I disable this logs?
Read raddb/sites-available/default. Look for the word "detail".
Server config: - Debian 5 - FreeRADIUS v. 2.1.10
Upgrade to 2.2.0. Alan DeKok.
Commenting the detail log parameters in raddb/sites-available/default. will stop logging? Why upgrade to 2.2? 2012/10/1 Alan DeKok <aland@deployingradius.com>
Luis H. Forchesatto wrote:
I got an radius service running on my server that stores detail account logs in files and to MySQL. Since this is redundant I would like do disable the detail log files. Searching through the internet I've found many questions about disabling detail log files but most people said the suggested configuration was mostly unsuccessful.
How could I disable this logs?
Read raddb/sites-available/default.
Look for the word "detail".
Server config: - Debian 5 - FreeRADIUS v. 2.1.10
Upgrade to 2.2.0.
Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
-- Att.* ***
On Mon, Oct 1, 2012 at 8:56 PM, Luis H. Forchesatto <luisforchesatto@gmail.com> wrote:
Commenting the detail log parameters in raddb/sites-available/default. will stop logging?
Did you think the author of the software you're using would lie?
Why upgrade to 2.2?
(1) whenever you're having problem and ask in open-source list, it's nice to try upgrade to latest version first, just in case the problem/bug is already fixed in the latest version (2) http://freeradius.org/security.html . Although IIRC debian has backported the fix (check your version's changelog to be sure) (3) upgrading isn't hard. See http://wiki.freeradius.org/building/Build#Building-Debian-packages or https://launchpad.net/~freeradius/+archive/stable -- Fajar
Hi,
Commenting the detail log parameters in raddb/sites-available/default. will stop logging?
why question the advice? especially when that advice has been given by the lead developer of the software you are using. thats just madness and quite rude. its like you are doubting the advice given...in which case why email in the first place? :( in summary, the 'detail' line in the server config is what calls the 'detail' module..which is what spews out all those files you no longer want. so yes. comment it out and restart the server.
Why upgrade to 2.2?
security vulnerability foremost. bugs secondly. third for any further support ;-) alan
Hi Fajar. I think you misunderstood my question, or maybe I was unclear... I have not seen the author of the response so I though it was an user like you and me posting and I just wanted to confirm the modification would resolve my question before apply it. Sorry but I'm also not reporting a bug or problema, I'm just asking "how I do this?". Alan Thanks for the reply, I will check the config file and arrange the upgrade of the software. Sorry for anything. Att. 2012/10/1 alan buxey <A.L.M.Buxey@lboro.ac.uk>
Hi,
Commenting the detail log parameters in raddb/sites-available/default. will stop logging?
why question the advice? especially when that advice has been given by the lead developer of the software you are using. thats just madness and quite rude. its like you are doubting the advice given...in which case why email in the first place? :(
in summary, the 'detail' line in the server config is what calls the 'detail' module..which is what spews out all those files you no longer want. so yes. comment it out and restart the server.
Why upgrade to 2.2?
security vulnerability foremost. bugs secondly. third for any further support ;-)
alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
-- Att.* ***
participants (4)
-
alan buxey -
Alan DeKok -
Fajar A. Nugraha -
Luis H. Forchesatto