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...@lists.freeradius.org
[mailto:freeradius-users-bounces+eric.belliere=mail.mobistar...@lists.freera
dius.org] On Behalf Of [email protected]
Sent: Tuesday 3 August 2010 12:00
To: [email protected]
Subject: Freeradius-Users Digest, Vol 64, Issue 7

Send Freeradius-Users mailing list submissions to
        [email protected]

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
        [email protected]

You can reach the person managing the list at
        [email protected]

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 <[email protected]>
Subject: Re: Freeradius 2.1.9 stop working
To: FreeRadius users mailing list
        <[email protected]>
Message-ID: <[email protected]>
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 <[email protected]>
Subject: Re: Freeradius/Samba Client rejected our response
To: FreeRadius users mailing list
        <[email protected]>
Message-ID: <[email protected]>
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
***********************************************

Attachment: smime.p7s
Description: S/MIME cryptographic signature

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to