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.