FS#19123 - [dcron] cron.monthly not running
Attached to Project:
Arch Linux
Opened by x33a (x33a) - Friday, 16 April 2010, 02:02 GMT
Last edited by Andrea Scarpino (BaSh) - Monday, 02 May 2011, 08:50 GMT
Opened by x33a (x33a) - Friday, 16 April 2010, 02:02 GMT
Last edited by Andrea Scarpino (BaSh) - Monday, 02 May 2011, 08:50 GMT
|
Details
Description:
I was checking the cronstamps package and found that cron.monthly hasn't run since february. $ ls -l total 16 -rw-r--r-- 1 root root 16 Apr 16 06:18 root.sys-daily -rw-r--r-- 1 root root 16 Apr 16 06:47 root.sys-hourly -rw-r--r-- 1 root root 16 Feb 17 06:03 root.sys-monthly -rw-r--r-- 1 root root 16 Apr 13 05:37 root.sys-weekly Additional info: * package version(s): dcron 4.4-2 * config and/or log files etc. $ crontab -l # root crontab # DO NOT EDIT THIS FILE MANUALLY! USE crontab -e INSTEAD # man 1 crontab for acceptable formats: # <minute> <hour> <day> <month> <dow> <tags and command> # <@freq> <tags and command> # SYSTEM DAILY/WEEKLY/... FOLDERS @hourly ID=sys-hourly /usr/sbin/run-cron /etc/cron.hourly @daily ID=sys-daily /usr/sbin/run-cron /etc/cron.daily @weekly ID=sys-weekly /usr/sbin/run-cron /etc/cron.weekly @monthly ID=sys-monthly /usr/sbin/run-cron /etc/cron.monthly 56 07 * * * /usr/sbin/pppoe-stop 57 07 * * * /usr/sbin/pppoe-start $ ls /etc/cron.monthly man-db |
This task depends upon
Closed by Andrea Scarpino (BaSh)
Monday, 02 May 2011, 08:50 GMT
Reason for closing: Fixed
Additional comments about closing: dcron 4.5-1
Monday, 02 May 2011, 08:50 GMT
Reason for closing: Fixed
Additional comments about closing: dcron 4.5-1
[fuxter@fuxter-laptop ~]$ LANG=C ls -l /var/spool/cronstamps/
total 0
-rw-r--r-- 1 root root 16 Aug 4 19:24 root.backup_daily
-rw-r--r-- 1 root root 16 Jun 3 20:44 root.backup_monthly
-rw-r--r-- 1 root root 16 Aug 2 16:51 root.backup_weekly
-rw-r--r-- 1 root root 16 Aug 4 19:24 root.sys-daily
-rw-r--r-- 1 root root 16 Aug 4 21:20 root.sys-hourly
-rw-r--r-- 1 root root 16 May 27 07:14 root.sys-monthly
-rw-r--r-- 1 root root 16 Aug 2 16:51 root.sys-weekly
[fuxter@fuxter-laptop ~]$ LANG=C date
Wed Aug 4 22:27:12 MSD 2010
[fuxter@fuxter-laptop ~]$
Though there has been an update to glibc (a dependency), but i don't know if that has anything to do with this issue.