Bug 105495 - zope3 produces errors in logrotate
Summary: zope3 produces errors in logrotate
Status: RESOLVED FIXED
Alias: None
Product: SUSE Linux 10.1
Classification: openSUSE
Component: Other (show other bugs)
Version: Beta 9
Hardware: All All
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Martin Kudlvasr
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-18 13:39 UTC by Andreas Vetter
Modified: 2006-04-10 16:17 UTC (History)
1 user (show)

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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