But anyway,<br><br>Why we need this logrotate.d script for freeradius at all? :<br><br>/var/log/freeradius/*.log {<br>        weekly<br>        rotate 52<br>        compress<br>        delaycompress<br>        notifempty<br>
        missingok<br>        postrotate<br>#                /etc/init.d/freeradius reload > /dev/null<br>                /etc/init.d/freeradius restart > /dev/null<br>        endscript<br>}<br><br><br><div class="gmail_quote">
On Thu, Dec 6, 2012 at 12:58 PM, substance SUBSTANCE <span dir="ltr"><<a href="mailto:substancid@gmail.com" target="_blank">substancid@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Michael,<br><br>Thank you for the information.<br><br>Yes there is a row like this: <br><br>/etc/init.d/freeradius reload > /dev/null<br><br>I will comment this and replace with the new one:<br><br>/etc/init.d/freeradius restart > /dev/null<br>

<br>I hope that this will work. <br><div class="HOEnZb"><div class="h5"><br><div class="gmail_quote">On Thu, Dec 6, 2012 at 10:40 AM, Michael Weissenbacher <span dir="ltr"><<a href="mailto:mw@dermichi.com" target="_blank">mw@dermichi.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>substance SUBSTANCE wrote:<br>
> Why FreeRADIUS receives that HUP signal? Can I disable it , or should I<br>
> update FreeRADIUS software?<br>
</div>I had the same problem. This version of Freeradius should not be HUP'ed<br>
it seems. I found this info by searching the archives.<br>
Problem is that Ubuntu and Debian do that by default once a day in<br>
/etc/logrotate.d/freeradius. You should be fine by replacing<br>
"/etc/init.d/freeradius reload" with "etc/init.d/freeradius restart" in<br>
that file. Disclaimer: untested by me.<br>
In my case i upgraded to a more recent version. But this if far more hassle.<br>
<br>
hth,<br>
Michael<br>
-<br>
List info/subscribe/unsubscribe? See <a href="http://www.freeradius.org/list/users.html" target="_blank">http://www.freeradius.org/list/users.html</a><br>
</blockquote></div><br>
</div></div></blockquote></div><br>