This is the output of systemctl list-timers It does not appear that logrotate.time is running. Is there a workaround for the bug you mentioned (as in do I just have to add the timer back in)? www1:~ # systemctl list-timers NEXT LEFT UNIT ACTIVATES Wed 2016-06-29 13:03:26 BST 23h left systemd-tmpfiles-clean.timer systemd-tmpfiles-clean.service n/a n/a systemd-readahead-done.timer systemd-readahead-done.service 2 timers listed. Pass --all to see loaded but inactive timers, too. On 22 June 2016 at 14:42, Greg Freemyer <greg.freemyer@gmail.com> wrote:
=== to verify logrotate is active === Is the logrotate timer active?
systemctl list-timers
If not:
systemctl enable logrotate.timer # enables at boot time systemctl start logrotate.timer # and start it now
Should now be active:
systemctl list-timers (now lists logrotate.timer) ============================================
No idea about logs. Whatever the default is for apache 2.4 on opensuse 42.1
Paul,
I actually wanted you to run "systemctl list-timers" and confirm logrotate.timer is in the list.
There is a known bug that causes it to disappear, so defaults mean nothing.
As a consequence, my Apache server became unstable, just like yours is.
Greg -- Greg Freemyer www.IntelligentAvatar.net -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org