Freeradius 2.1.9 stop working
Thanks Alan. Then if it is a bug I will have to upgrade? or do you have a patch? you send me the link for GIT.freeradius.org but what must I do to correct this problem? For the log rotate I will add kill -HUP `cat /var/run/radiusd/radiusd.pid` in postrotate. Like this : /var/log/radius/radius.log { daily rotate 4 create missingok postrotate kill -HUP `cat /var/run/radiusd/radiusd.pid` compress } Must I put this KILL -HUP for each log to rotate? (/var/log/radius/radacct/*/detail, /var/log/radius/checkrad.log, ...) or only for radius.log ? Thanks Eric Bellière -----Original Message----- From: freeradius-users-bounces+eric.belliere=mail.mobistar.be@lists.freeradius.org [mailto:freeradius-users-bounces+eric.belliere=mail.mobistar.be@lists.freera dius.org] On Behalf Of freeradius-users-request@lists.freeradius.org Sent: Tuesday 3 August 2010 12:00 To: freeradius-users@lists.freeradius.org Subject: Freeradius-Users Digest, Vol 64, Issue 7 Send Freeradius-Users mailing list submissions to freeradius-users@lists.freeradius.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.freeradius.org/mailman/listinfo/freeradius-users or, via email, send a message with subject or body 'help' to freeradius-users-request@lists.freeradius.org You can reach the person managing the list at freeradius-users-owner@lists.freeradius.org When replying, please edit your Subject line so it is more specific than "Re: Contents of Freeradius-Users digest..." Today's Topics: 1. Re: Freeradius 2.1.9 stop working (Alan DeKok) 2. Re: Freeradius/Samba Client rejected our response (Alan DeKok) ---------------------------------------------------------------------- Message: 1 Date: Tue, 03 Aug 2010 11:43:34 +0200 From: Alan DeKok <aland@deployingradius.com> Subject: Re: Freeradius 2.1.9 stop working To: FreeRadius users mailing list <freeradius-users@lists.freeradius.org> Message-ID: <4C57E4C6.8060102@deployingradius.com> Content-Type: text/plain; charset=ISO-8859-1 BELLIERE Eric wrote:
My problem is that for unknow reason the radiusd process stopped alone this make a problem for us.
The Both Radiuses are doing the same. Sometimes the radiusd is no more working and I need to restart it with /etc/init.d/radiusd start
It might be bug #35. Try using the v2.1.x branch from http://git.freeradius.org.
I have another problem : When the logrotate is doing his job then the log radius.log stay empty and I need to restart or kill -HUP the radiusd process.
That's how log rotation should work: change the log file, and HUP the server. The previous behavior was non-standard for Unix daemons, and therefore wrong. Alan DeKok. ------------------------------ Message: 2 Date: Tue, 03 Aug 2010 11:53:53 +0200 From: Alan DeKok <aland@deployingradius.com> Subject: Re: Freeradius/Samba Client rejected our response To: FreeRadius users mailing list <freeradius-users@lists.freeradius.org> Message-ID: <4C57E731.7060300@deployingradius.com> Content-Type: text/plain; charset=windows-1252 Lionne Stangier wrote:
Hi,
I have some problem problems with the authentication and need help.
The authentication fail at the authenticate part, while doing peap. The ntlm_auth success, I don?t understand the failure. Why do the client rejected the response?
It's a Samba bug. https://bugzilla.samba.org/show_bug.cgi?id=6563 There was a message yesterday about this issue. Alan DeKok. ------------------------------ - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html End of Freeradius-Users Digest, Vol 64, Issue 7 ***********************************************
BELLIERE Eric wrote:
Then if it is a bug I will have to upgrade? or do you have a patch? you send me the link for GIT.freeradius.org but what must I do to correct this problem?
Try using the v2.1.x branch from http://git.freeradius.org. i.e. download it and install it. The instructions are on that web page. Go read them.
For the log rotate I will add kill -HUP `cat /var/run/radiusd/radiusd.pid` in postrotate. Like this : /var/log/radius/radius.log { daily rotate 4 create missingok postrotate kill -HUP `cat /var/run/radiusd/radiusd.pid` compress }
Must I put this KILL -HUP for each log to rotate? (/var/log/radius/radacct/*/detail, /var/log/radius/checkrad.log, ...) or only for radius.log ?
Only for radius.log. Alan DeKok.
participants (2)
-
Alan DeKok -
BELLIERE Eric