Fedora Account System
Red Hat Associate
Red Hat Customer
+++ This bug was initially created as a clone of Bug #790345 +++ Description of problem: flumotion's logrotate.d file needs to set "su root flumotion" to suppress logrotate errors like: error: skipping "/var/log/flumotion/*.log" because parent directory has insecure permissions (It's world writable or writable by group which is not "root") Set "su" directive in config file to tell logrotate which user/group should be used for rotation. Trivial patch against current git is: diff --git a/doc/redhat/flumotion.logrotate b/doc/redhat/flumotion.logrotate index 4d5e566..e83b940 100644 --- a/doc/redhat/flumotion.logrotate +++ b/doc/redhat/flumotion.logrotate @@ -2,6 +2,7 @@ missingok notifempty sharedscripts + su root flumotion postrotate find /var/run/flumotion -type f -print | while read f; do /usr/bin/kill -HUP `cat $f 2>/dev/null` 2>/dev/null || true Reported upstream as https://code.flumotion.com/trac/ticket/1539 Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. Install flumotion 2. Run /etc/cron.daily/logrotate --- Additional comment from Fedora End Of Life on 2013-04-03 13:52:04 EDT --- This bug appears to have been reported against 'rawhide' during the Fedora 19 development cycle. Changing version to '19'. (As we did not run this process for some time, it could affect also pre-Fedora 19 development cycle bugs. We are very sorry. It will help us with cleanup during Fedora 19 End Of Life. Thank you.) More information and reason for this action is here: https://fedoraproject.org/wiki/BugZappers/HouseKeeping/Fedora19
*** This bug has been marked as a duplicate of bug 790345 ***