Since installing the crontabs update on each of my systems, cron.daily has not run.
Aug 30 06:58:54 Updated: crontabs.noarch 1.10-15.fc7
Steven Stern wrote:
Since installing the crontabs update on each of my systems, cron.daily has not run.
Aug 30 06:58:54 Updated: crontabs.noarch 1.10-15.fc7
It appears some lines got added to /usr/bin/run-parts that caused the problem.
diff run-parts /usr/bin/run-parts 1a2,5
# if cron.daily was run today AUX1=`cat /var/spool/anacron/cron.daily` AUX2=`date +%Y%m%d` [ "$AUX1" == $AUX2 ] || exit 0
Steven Stern <subscribed-lists <at> sterndata.com> writes:
Steven Stern wrote:
Since installing the crontabs update on each of my systems, cron.daily has not run.
diff run-parts /usr/bin/run-parts 1a2,5
# if cron.daily was run today AUX1=`cat /var/spool/anacron/cron.daily` AUX2=`date +%Y%m%d` [ "$AUX1" == $AUX2 ] || exit 0
That would explain why I am not getting system logwatch in my mail now!
So what needs to be changed to fix this ?
Steven Stern <subscribed-lists <at> sterndata.com> writes:
Steven Stern wrote:
Since installing the crontabs update on each of my systems, cron.daily has not run.
Ok I found the bugzilla https://bugzilla.redhat.com/show_bug.cgi?id=269961