Hi,
On Thu, Jun 23, 2011 at 12:48 AM, John Dennis <jdennis@redhat.com> wrote:
freeradius-2.1.11 RPM packages for Fedora 14 and Fedora 15 have been pushed into their respective *testing* repos. It may take a while for them to hit the mirrors.
To upgrade via yum you will need to enable the testing repo, e.g.
yum --enablerepo=fedora-updates-testing upgrade freeradius
I checked F14's rpm from http://koji.fedoraproject.org/koji/buildinfo?buildID=249881, and /etc/logrotate.d/radiusd still contains entries like this
/var/log/radius/radius.log { monthly rotate 4 create missingok compress }
Shouldn't there be a "kill -HUP" there somewere?
Relevant Debian bugreport (as reference): http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=602815
HUP or a full service restart yes - as the new version keeps writing to the old handle....so your eg radius.log.50 file is HUGE but radius.log is 0k ;-) alan