Bug 510828
Summary: | Constant spam about /var/spool/anacron/cron.daily | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Jason Tibbitts <j> |
Component: | anacron | Assignee: | Marcela Mašláňová <mmaslano> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 11 | CC: | mmaslano |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | 2.3-78.fc11 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2009-08-12 20:56:25 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
Jason Tibbitts
2009-07-11 04:29:42 UTC
I added the requirement on anacron and I'll create an update for anacron. In my case anacron created lock files in /var/spool/anacron and the mentioned email came just once. I couldn't reproduce it on my virtual machines. anacron-2.3-76.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/anacron-2.3-76.fc11 anacron-2.3-76.fc11 has been pushed to the Fedora 11 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update anacron'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F11/FEDORA-2009-7717 Turns out the base issue was really my fault; somehow an old line from my kickstart file did echo "1 1 cron.hourly run-parts /etc/cron.hourly" >> /etc/anacrontab but since anacron was no longer in the default package set, this meant that an anacrontab file was laying around when I actually installed anacron, leading to the proper anacrontab file being installed with .rpmnew. Fixing that up got everything to run properly. Of course, that's actually a valid anacrontab, and the cron.hourly script should handle /var/spool/anacron/cron.daily not being there. However, I took a look at your update and I'm afraid I don't understand how it's supposed to change anything. Did you perhaps forget to do make new-sources FILES="..." to upload the altered "anacron" script? Because the one I see in 2.3-76 looks identical to the previous version. You are right, the change isn't there. I'll create new update. anacron-2.3-77.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/anacron-2.3-77.fc11 anacron-2.3-78.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/anacron-2.3-78.fc11 anacron-2.3-78.fc11 has been pushed to the Fedora 11 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update anacron'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F11/FEDORA-2009-8117 anacron-2.3-78.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report. |