Sorry if this is a dupe - after I merged my Stackoverflow and serverfault accounts, my question seemingly was erased...
Using CentOS 5.2 and this cron is not running at all (/var/log/cron is not showing any activity, and feat.log is empty).
5 0 * * * /opt/ree/bin/ruby /srv/corkd/current/script/runner --environment=staging 'Featurable.shift' > /home/kyle/feat.log 2>&1
update: all of a sudden it's running - */5 * * * * [command] somehow runs, but 5 0 * * * [command] won't run (or any single minute, single hour setup)... and strace shows perfect operation as well...
update 2: the server I thought was located on the east coast, and set to eastern time, is in fact 3 timezones away. So my crontab was technically correct, but needed the hour bumped back 3 hours... amazing. date
would have solved everything