Bug 462658 - Kerberos server log does not get rotated
Summary: Kerberos server log does not get rotated
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 5
Classification: Red Hat
Component: krb5
Version: 5.2
Hardware: All
OS: Linux
medium
low
Target Milestone: rc
: ---
Assignee: Nalin Dahyabhai
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks: 630968
TreeView+ depends on / blocked
 
Reported: 2008-09-17 22:47 UTC by Kyle Powell
Modified: 2016-01-22 17:07 UTC (History)
3 users (show)

Fixed In Version: krb5-1.6.1-45.el5
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 630968 (view as bug list)
Environment:
Last Closed: 2011-01-13 23:32:55 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2011:0098 0 normal SHIPPED_LIVE krb5 bug fix and enhancement update 2011-01-12 17:39:25 UTC

Description Kyle Powell 2008-09-17 22:47:08 UTC
Description of problem:

krb5-server package does not contain a /etc/logrotate.d/krb5kdc file to instruct logrotate to rotate /var/log/krb5kdc.log. Consequently, the kerberos server log never gets rotated, it simply keeps growing.

Version-Release number of selected component (if applicable):
krb5-server-1.6.1-25.el5

Additional info:

Proposed /etc/logrotate.d/krb5kdc:

/var/log/krb5kdc.log {
    missingok
    monthly
    rotate 12
    postrotate
        /sbin/service krb5kdc reload 2> /dev/null > /dev/null || true
    endscript
}

Comment 5 errata-xmlrpc 2011-01-13 23:32:55 UTC
An advisory has been issued which should help the problem
described in this bug report. This report is therefore being
closed with a resolution of ERRATA. For more information
on therefore solution and/or where to find the updated files,
please follow the link below. You may reopen this bug report
if the solution does not work for you.

http://rhn.redhat.com/errata/RHBA-2011-0098.html


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