30 Apr
2012
30 Apr
'12
10:32 a.m.
newuse@qip.ru wrote:
Hi all, something strange: I am trying to setup newsyslog to rotate logs of FreeRADIUS 2.1.11 my setup string is looking like [code] /var/log/radius.log freeradius:freeradius 644 7 5 * Z [/code] but after rotation no logs are writing to /var/log/radius.log until restarting freeradius
You need to HUP the server to get it to re-open the logs. This is normal daemon behavior. Alan DeKok.