You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 7, 2020. It is now read-only.
Expected Behavior
Logrotate should be rotating Uchiwa log files. This was reported and fixed in #765 however the fix has been lost.
Current Behavior
Logrotate currently ignores the Uchiwa config drop-in as it has the wrong mode owner and mode.
Possible Solution
RPM needs to set the logrotate config file as owner by
root:root
and mode0644
. Currently they are set as follows:Steps to Reproduce (for bugs)
logrotate -d /etc/logrotate.conf
produceserror: Ignoring uchiwa because of bad file mode - must be 0644 or 0444.
0644
logrotate -d /etc/logrotate.conf
now producesIgnoring uchiwa because the file owner is wrong (should be root).
root:root
logrotate -d /etc/logrotate.conf
no longer ignores uchiwa configYour Environment
The text was updated successfully, but these errors were encountered: