I am sorry but you missed something in my question. You are right this would be true if the lines were part of the crontab file. But this is a file stored in /etc/cron.d
They follow the same structure as crontab file. But they are appended to the crontab file as the cron daemon checks for things to do.
Since the /etc/cron.d folder contains multiple files that are structured similar to the one I am having trouble running, I am not sure what is wrong with this one.
I am attaching a copy of one of the other files in this folder that runs perfectly. As you can see, it also uses the format required for crontab entries.
I do appreciate your response.
Main Topics
Browse All Topics





by: elf_binPosted on 2009-10-27 at 06:38:37ID: 25672231
You have an error in your crontab. Bash is "seeing" cron's minutes parameters as the start of executing. The easiest way is to delete that file and start again (this time use crontab -e to edit it - obviously you need the EDITOR environment variable setup).