I have the following cron tab installed:
crontab -l
# m h dom mon dow command
*/10 * * * * "echo" >> /tmp/cron.log
The server is at rackspace, it's a cloud server:
Linux myserver #8 SMP Mon Sep 20 15:54:33 UTC 2010 x86_64 GNU/Linux
Ubuntu 10.04 LTS
When I added this entry to the crontab using crontab -e I got the following message when I saved it:
crontab: installing new crontab
But it's not being executed, what is missing?