Bug 44117
| Summary: | tmpwatch trying to clean nonexistent /var/cache/man/X11R6/cat? | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Raw Hide | Reporter: | Jonathan Kamens <h1k6zn2m> |
| Component: | tmpwatch | Assignee: | Preston Brown <pbrown> |
| Status: | CLOSED RAWHIDE | QA Contact: | Brian Brock <bbrock> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 1.0 | CC: | carenas |
| 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: | 2001-06-11 16:10:52 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: | |||
changed in 2.7.3 and later. *** Bug 47784 has been marked as a duplicate of this bug. *** *** Bug 47859 has been marked as a duplicate of this bug. *** *** Bug 47784 has been marked as a duplicate of this bug. *** please take a look to bug 47859, where i posted an IMHO interesting patch. also, even if it is resolved on rawhide a formal errata could be needed to close all the different cross dependency bugs related to this same problem |
The message below sums up the problem: Date: Sun, 10 Jun 2001 04:06:39 -0400 From: root.ma.us (Cron Daemon) To: root.ma.us Subject: Cron <root@jik> run-parts /etc/cron.daily /etc/cron.daily/tmpwatch: error: lstat() of directory /var/cache/man/X11R6/cat? failed: No such file or directory I'm using tmpwatch-2.7.2-1. Something like this might be in order, instead of what's at the end of /etc/cron.daily/tmpwatch now: for d in /var/{cache/man,catman}/{X11R6/cat?,cat?,local/cat?}; do [ -d $d ] && /usr/sbin/tmpwatch -f $d done