| 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: | argus | Assignee: | Gwyn Ciesla <gwync> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | urgent | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 23 | CC: | 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: | |
argus-3.0.8-6.fc22 has been submitted as an update to Fedora 22. https://bodhi.fedoraproject.org/updates/FEDORA-2016-41153ed93e argus-3.0.8-6.fc24 has been submitted as an update to Fedora 24. https://bodhi.fedoraproject.org/updates/FEDORA-2016-4bd238027d argus-3.0.8-6.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2016-f92332b224 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 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 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 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. 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. 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. |
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.