Bug 4809

Summary: logrotate aborts if it can't find a directory
Product: [Retired] Red Hat Linux Reporter: signal11
Component: logrotateAssignee: Preston Brown <pbrown>
Status: CLOSED NOTABUG QA Contact:
Severity: low 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-09-24 18:22:47 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 signal11 1999-08-31 18:13:32 UTC
Observed a problem with logrotate aborting further
processing when it encounters a non-existant directory
listed in /etc/logrotate.conf.  In my case, I had
reconfigured samba to log information somewhere other than
/var/log/samba, and when logrotate read the samba config
file under /etc/logrotate.d, it borked.  The result is that
any logfiles that would normally be processed after samba
will never be rotated.

Comment 1 Preston Brown 1999-09-24 18:22:59 UTC
you should rectify this through the use of the "missingok" flag for
that particular logrotate component.  Otherwise it will be considered
a fatal error.