Bug 555981 - Incorrect logrotate method
Summary: Incorrect logrotate method
Keywords:
Status: CLOSED DUPLICATE of bug 221073
Alias: None
Product: Fedora
Classification: Fedora
Component: httpd
Version: 13
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Joe Orton
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-01-16 07:44 UTC by JW
Modified: 2010-07-09 12:45 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-07-09 12:45:33 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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 ***


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