I have done the following:
Checked bios time & system time. Both are the same (and correct)
I have scheduled a cron style task in FOG and am unable to find it in crontab. Have looked using the following commands (This is my very first attempt at anything cron, so if I am incorrect, please point me in the right direction)
ls /var/spool/cron
crontab -l -u fog
No jobs appear to be scheduled.
Manually scheduled a cron job with the following commands
crontab -e -u fog
created a job to rename a text file on my desktop. This executed successfully on time and the text file was renamed.
In the fog database I can look at the scheduledTasks table and see my scheduled tasks there.
Unfortunately, I don’t know enough about how FOG works with Ubuntu to create these tasks to understand WHY FOG is unable to successfully create the Cron job.