Bug 3548

Summary: Root gets logrotate warnings if Apache isn't running
Product: [Retired] Red Hat Linux Reporter: Brian Ryner <bryner>
Component: apacheAssignee: David Lawrence <dkl>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 1999-08-27 16:04:13 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 Brian Ryner 1999-06-17 22:05:57 UTC
If apache is installed but not running all the time, root
receives logrotate errors  reading:

httpd: no process killed

This is a result of the command:

/usr/bin/killall -HUP httpd

in /etc/logrotate.d/apache.  The warning should be able to
be suppressed by adding the -q option to killall.

The same modification can be made to the other files in
/etc/logrotate.d/.

Comment 1 Preston Brown 1999-08-27 16:04:59 UTC
this has been implemented in the next release.