Bug ID 939921
Summary rsyslog stops working after logrotate until restarted
Classification openSUSE
Product openSUSE 13.1
Version Final
Hardware x86-64
OS openSUSE 13.1
Status NEW
Severity Major
Priority P5 - None
Component Other
Assignee bnc-team-screening@forge.provo.novell.com
Reporter abhayadevs@gmail.com
QA Contact qa-bugs@suse.de
Found By ---
Blocker ---

sometimes, after the logrotate the rsyslog is creating empty /var/log/message
file and stops logging in to it.
Only a service restart resumes the logging.

a quick workaround i found was to add a line in the "logrotate" file in the
/etc/cron.daily.

the patch is following,

<code>
rm -f $TMPF
+/usr/bin/systemctl reload rsyslog.service
exit 0
</code>

i could reproduce this issue by simply running the /etc/cron.daily/logrotate in
command-line !


You are receiving this mail because: