Bug 752343

Summary: logrotate.d/ike incorrect
Product: [Fedora] Fedora Reporter: Sebastian Trebitz <sebastian>
Component: ikeAssignee: Andrew Colin Kissa <andrew>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: unspecified    
Version: 16CC: andrew
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: ike-2.1.7-6.el5 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-11-29 00:11:48 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Sebastian Trebitz 2011-11-09 08:56:15 UTC
The logrotate configuration file shipped by the package 'ike' is not correctly configured.

Current configuration file as shipped in ike-2.1.7-4.fc16.x86_64:

$ cat /etc/logrotate.d/ike
/var/log/%{name}/*.log {
       weekly
       rotate 10
       copytruncate
       delaycompress
       compress
       notifempty
       missingok
}

The logfiles are stored in the folder /var/log/iked which is owned by the same package.

Logrotate tries to rotate files in a folder which does not exist; /var/log/ike instead of /var/log/iked.

The logrotate configuration file should either be renamed to /etc/logrotate.d/iked or the correct path must be specified in that file.

Comment 1 Fedora Update System 2011-11-20 06:15:22 UTC
ike-2.1.7-5.fc16 has been submitted as an update for Fedora 16.
https://admin.fedoraproject.org/updates/ike-2.1.7-5.fc16

Comment 2 Fedora Update System 2011-11-20 06:17:42 UTC
ike-2.1.7-5.fc15 has been submitted as an update for Fedora 15.
https://admin.fedoraproject.org/updates/ike-2.1.7-5.fc15

Comment 3 Fedora Update System 2011-11-20 06:33:24 UTC
ike-2.1.7-6.el5 has been submitted as an update for Fedora EPEL 5.
https://admin.fedoraproject.org/updates/ike-2.1.7-6.el5

Comment 4 Fedora Update System 2011-11-20 20:19:47 UTC
Package ike-2.1.7-6.el5:
* should fix your issue,
* was pushed to the Fedora EPEL 5 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=epel-testing ike-2.1.7-6.el5'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2011-5046/ike-2.1.7-6.el5
then log in and leave karma (feedback).

Comment 5 Fedora Update System 2011-11-29 00:11:48 UTC
ike-2.1.7-5.fc16 has been pushed to the Fedora 16 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 6 Fedora Update System 2011-11-29 00:22:57 UTC
ike-2.1.7-5.fc15 has been pushed to the Fedora 15 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 7 Fedora Update System 2011-12-05 20:00:10 UTC
ike-2.1.7-6.el5 has been pushed to the Fedora EPEL 5 stable repository.  If problems still persist, please make note of it in this bug report.