Bug 150228
| Summary: | Unfortunate interaction between anacron and crontab | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Philip Gwyn <bugzilla> | ||||
| Component: | crontabs | Assignee: | Marcela Mašláňová <mmaslano> | ||||
| Status: | CLOSED NOTABUG | QA Contact: | Brock Organ <borgan> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 3 | CC: | mattdm, tejasdinkar | ||||
| Target Milestone: | --- | Keywords: | FutureFeature | ||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Enhancement | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2006-11-22 17:20:42 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: | |||||||
| Attachments: |
|
||||||
|
Description
Philip Gwyn
2005-03-03 20:46:45 UTC
Created attachment 111637 [details]
Patch to crontab
I was just poking around and noticed the 0anacrons in /etc/cron.daily, cron.weekly and cron.monthly. So I guess that does roughly the same thing, though 00-logwatch jumps in before them. Fedora Core 3 is now maintained by the Fedora Legacy project for security updates only. If this problem is a security issue, please reopen and reassign to the Fedora Legacy product. If it is not a security issue and hasn't been resolved in the current FC5 updates or in the FC6 test release, reopen and change the version to match. Thank you! a/ it's know bug, I'll work on it and many others. b/ run-parts is runned from cron(tab) every day and run-parts looks in cron.daily. Then run jobs from cron.daily (if they don't have lock - anacron doesn't run twice). |