zEitEr
Super Moderator
Hello
It was noticed on the latest Debian release of wheeze, the files /etc/logrotate.d/directadmin and /etc/logrotate.d/exim have wrong permissions 755, that gives error with logrotate:
and the logfiles are skipped during log rotation. To fix it the files should be chmod'ed to 644.
Related discussion can be found: http://forum.directadmin.com/showthread.php?t=49621
And I'd suggest to add
option into
/etc/logrotate.d/webapps
in case if someone has olddir specified
It was noticed on the latest Debian release of wheeze, the files /etc/logrotate.d/directadmin and /etc/logrotate.d/exim have wrong permissions 755, that gives error with logrotate:
Code:
Ignoring directadmin because of bad file mode
and the logfiles are skipped during log rotation. To fix it the files should be chmod'ed to 644.
Related discussion can be found: http://forum.directadmin.com/showthread.php?t=49621
And I'd suggest to add
Code:
nooldir
option into
/etc/logrotate.d/webapps
in case if someone has olddir specified