Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1269164 - Logrotate configuration /etc/logrotate.d/roundcubemail is incomplete and should not contain "create"
Summary: Logrotate configuration /etc/logrotate.d/roundcubemail is incomplete and shou...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: roundcubemail
Version: epel7
Hardware: All
OS: All
unspecified
low
Target Milestone: ---
Assignee: Remi Collet
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-10-06 13:40 UTC by Robert Vogelgesang
Modified: 2016-01-13 04:26 UTC (History)
4 users (show)

Fixed In Version: roundcubemail-1.1.4-2.fc23 roundcubemail-1.1.4-2.fc22 roundcubemail-1.1.4-2.el7
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-01-07 19:56:20 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Robert Vogelgesang 2015-10-06 13:40:28 UTC
Description of problem:
The current version of /etc/logrotate.d/roundcubemail rotates only /var/log/roundcubemail/errors, but not the other "standard" log files.

Version-Release number of selected component (if applicable):
roundcubemail-1.1.2-1.el7.noarch


How reproducible:
Always

Steps to Reproduce:
1. Just install the package using yum.
2.
3.

Actual results:
Only /var/log/roundcubemail/errors gets rotated, but not the other logs.

Due to the "create" option, the file gets created after rotation, even if it won't get used anymore.


Expected results:
At least the following files should get rotated, too:

/var/log/roundcubemail/sendmail
/var/log/roundcubemail/session
/var/log/roundcubemail/userlogins

Maybe, it would even make sense to add the following:

/var/log/roundcubemail/imap
/var/log/roundcubemail/ldap
/var/log/roundcubemail/smtp
/var/log/roundcubemail/sql


Additional info:

All "standard" log files should be covered by the packaged logrotate configuration.

Please avoid using the "create" option of logrotate for files that are declared "missingok"; instead, set "nocreate" for all these files.

Comment 1 Remi Collet 2015-12-28 07:51:18 UTC
There  much more files... (sieve, password, imap_session...)

A simpler way will be to use:

/var/log/roundcubemail/*.log {
    ...
}


So : https://github.com/roundcube/roundcubemail/pull/313

I plan to apply this patch in upcoming 1.1.4

Comment 2 Fedora Update System 2015-12-28 08:34:30 UTC
roundcubemail-1.1.4-2.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2015-6e299214b8

Comment 3 Fedora Update System 2015-12-28 08:34:43 UTC
roundcubemail-1.1.4-2.el7 has been submitted as an update to Fedora EPEL 7. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-5538691958

Comment 4 Fedora Update System 2015-12-29 00:25:51 UTC
roundcubemail-1.1.4-2.el7 has been pushed to the Fedora EPEL 7 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-EPEL-2015-5538691958

Comment 5 Fedora Update System 2015-12-29 00:54:54 UTC
roundcubemail-1.1.4-2.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-2015-6e299214b8

Comment 6 Fedora Update System 2015-12-30 20:54:13 UTC
roundcubemail-1.1.4-2.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-2015-431d39fbff

Comment 7 Fedora Update System 2016-01-07 19:56:13 UTC
roundcubemail-1.1.4-2.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report.

Comment 8 Fedora Update System 2016-01-08 03:21:27 UTC
roundcubemail-1.1.4-2.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-01-13 04:26:26 UTC
roundcubemail-1.1.4-2.el7 has been pushed to the Fedora EPEL 7 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.