Bug 105495

Summary: zope3 produces errors in logrotate
Product: [openSUSE] SUSE Linux 10.1 Reporter: Andreas Vetter <vetter>
Component: OtherAssignee: Martin Kudlvasr <mkudlvasr>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None CC: asklein
Version: Beta 9   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Andreas Vetter 2005-08-18 13:39:15 UTC
when zope and logrotate are installed, /etc/logrotate.d/zope produces an error
message when logrotate is run:

Aug 17 14:01:46 linux logrotate: error: stat of /var/opt/zope/*/log/*.log
failed: No such file or directory

Solution would be to add a line with
  missingok
in /etc/logrotate.d/zope
Comment 1 Andreas Vetter 2005-08-29 08:34:48 UTC
Still broken in beta 3.
Comment 2 Martin Kudlvasr 2005-08-29 11:44:42 UTC
fixed using your solution
Comment 3 Andreas Vetter 2006-04-06 10:45:38 UTC
This is fixed for zope, but not for zope3. Please add missingok in zope3, too.
Comment 4 Martin Kudlvasr 2006-04-10 16:17:26 UTC
Oh, I forgot about that :-)

fixed