I adjust cron. The task:
*/1 * * * * date >> /tmp/date unloads without problems.
But if you set a specific time, for example
12 11 * * * date >> /tmp/date then the new line will not be written, and in the crown log there will be the following entry:
Dec 24 11:11:01 comp crontab [14558]: (root) BEGIN EDIT (root)
Dec 24 11:11:33 comp crontab [14558]: (root) REPLACE (root)
Dec 24 11:11:33 comp crontab [14558]: (root) END EDIT (root)
Dec 24 11:12:01 comp cron [584]: (root) RELOAD (crontabs / root)
please help me figure it out
OS: Debain 8
/usr/sbin/cron. on my working machine with the implementation from isc (build for debian / wheezy) this is not observed - the task is executed immediately. and the author of the question should try to indicate a time that is more than one minute from the current one. - aleksandr barakin