Bug 555981

Summary: Incorrect logrotate method
Product: [Fedora] Fedora Reporter: JW <ohtmvyyn>
Component: httpdAssignee: Joe Orton <jorton>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 13CC: jorton, pahan
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: 2010-07-09 12:45:33 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 JW 2010-01-16 07:44:29 UTC
Description of problem:
The method used in /etc/logrotate.d/httpd to start a new log file can result in loss of log entries


Version-Release number of selected component (if applicable):
httpd-2.2.14-1.fc13

How reproducible:
Always

Steps to Reproduce:
1. cat /etc/logrotate.d/httpd
  
Actual results:
Contains: /bin/kill -HUP `cat /var/run/httpd/httpd.pid 2>/dev/null` 2> /dev/null || true

Expected results:
Should contain: /usr/sbin/apachectl graceful || true

Additional info:
graceful is better!

Comment 1 Bug Zapper 2010-03-15 14:01:57 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 13 development cycle.
Changing version to '13'.

More information and reason for this action is here:
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 2 Joe Orton 2010-07-09 12:45:33 UTC

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