Bug 77619

Summary: the bad configration of /etc/logrotate.d.mailman
Product: [Retired] Red Hat Linux Reporter: Need Real Name <naoki>
Component: logrotateAssignee: Elliot Lee <sopwith>
Status: CLOSED DUPLICATE QA Contact: Jay Turner <jturner>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.3CC: srevivo
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-11-11 03:12:38 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 Need Real Name 2002-11-11 03:12:32 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.79 [ja/[Vine,RedHat]] (X11; U; Linux 2.4.18-3 i686)

Description of problem:
logrotate become bery heavy and slolyer.
day after day.

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1./etc/logrotate.d/mailman
is wrong
2.make lot files in /var/log/mailman 
3.become large log in /var/lib/logrotate.status
	

Actual Results:  install redhat full.
and pass 3month

Additional info:

/etc/logrotate.d/mailman
***wrong 
/var/log/mailman/* {
    missingok
}
*****good
/var/log/mailman/error {
    missingok
}
*****end 
and do
# rm /var/lib/logrotate.status
and 

# rm -rf /var/log/mailman
# mkdir /var/log/mailman
# chown root.mailman /var/log/mailman

Comment 1 Elliot Lee 2002-12-10 18:05:06 UTC

*** This bug has been marked as a duplicate of 68917 ***