Bug 752343 - logrotate.d/ike incorrect
Summary: logrotate.d/ike incorrect
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: ike
Version: 16
Hardware: x86_64
OS: Linux
unspecified
low
Target Milestone: ---
Assignee: Andrew Colin Kissa
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-11-09 08:56 UTC by Sebastian Trebitz
Modified: 2011-12-05 20:00 UTC (History)
1 user (show)

Fixed In Version: ike-2.1.7-6.el5
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-11-29 00:11:48 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.