Ian Bennett
Dabbler
- Joined
- Jun 10, 2016
- Messages
- 11
Using FreeNAS 9.10. I have a file cronfile with a single cron task which I register by running
Re-registering using
If anyone can point me in the correct direction it would be much appreciated.
crontab cronfile
from a terminal logged on as root. All goes well and a crontab -l
shows the job registers just fine. It's a daily job and it runs perfectly... for a while. Out of nowhere, the job appears to simply vanish - running crontab -l
shows an empty list! This has happened twice now in around a year.Re-registering using
crontab cronfile
puts everything back in order and things are OK once more, but it's recently happened again. Anyone any idea why this might be the case? Am I missing something? Perhaps some background job that FreeNAS runs periodically (say every 6 months) is clobbering my manually registered cron task. Maybe I should use the GUI to set up cron rather than a manual crontab cronfile
from a terminal.If anyone can point me in the correct direction it would be much appreciated.
Last edited by a moderator: