Bug 1332098

Summary: /etc/logrotate.d/argus from argus-3.0.8-4.fc23.x86_64 causes global default log compression for all logs handled by logrotate and not just the argus log
Product: [Fedora] Fedora Reporter: major <major>
Component: argusAssignee: Gwyn Ciesla <gwync>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: urgent Docs Contact:
Priority: unspecified    
Version: 23CC: gwync, jtfas90, mail
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: argus-3.0.8-6.fc24 argus-3.0.8-6.fc22 argus-3.0.8-6.fc23 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-05-07 11:41:47 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description major 2016-05-02 08:27:31 UTC
The logrotate configuration file, /etc/logrotate.d/argus, from argus-3.0.8-4.fc23.x86_64 has a global "compress" directive that causes logrotate to compress by default all the logs that it handles and not just the argus log. This will adversely affect any logrotation that does not have an explicit "nocompress" directive.

The following line-numbered /etc/logrotate.d/argus shows the global "compress" directive on line 2. This should be moved inside the braces of the section specific to "/var/lib/argus/argus.out" so that non-argus log rotation is not affected.


     1  # logrotate configuration file for package argus
     2  compress
     3
     4  /var/lib/argus/argus.out {
     5      daily
     6      rotate 366
     7      missingok
     8      olddir /var/lib/argus/archive
     9  }


On my computer, this issue affects almost every other log handled by logrotate.

Comment 1 Fedora Update System 2016-05-02 13:47:14 UTC
argus-3.0.8-6.fc22 has been submitted as an update to Fedora 22. https://bodhi.fedoraproject.org/updates/FEDORA-2016-41153ed93e

Comment 2 Fedora Update System 2016-05-02 13:47:21 UTC
argus-3.0.8-6.fc24 has been submitted as an update to Fedora 24. https://bodhi.fedoraproject.org/updates/FEDORA-2016-4bd238027d

Comment 3 Fedora Update System 2016-05-02 13:47:25 UTC
argus-3.0.8-6.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2016-f92332b224

Comment 4 Fedora Update System 2016-05-03 09:25:11 UTC
argus-3.0.8-6.fc22 has been pushed to the Fedora 22 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-41153ed93e

Comment 5 Fedora Update System 2016-05-03 09:26:42 UTC
argus-3.0.8-6.fc23 has been pushed to the Fedora 23 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-f92332b224

Comment 6 Fedora Update System 2016-05-03 11:23:40 UTC
argus-3.0.8-6.fc24 has been pushed to the Fedora 24 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-4bd238027d

Comment 7 Fedora Update System 2016-05-07 11:41:44 UTC
argus-3.0.8-6.fc24 has been pushed to the Fedora 24 stable repository. If problems still persist, please make note of it in this bug report.

Comment 8 Fedora Update System 2016-05-12 07:21:35 UTC
argus-3.0.8-6.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report.

Comment 9 Fedora Update System 2016-05-12 07:30:47 UTC
argus-3.0.8-6.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report.