http://qs321.pair.com?node_id=781615


in reply to system call in crontab

When the crontab runs it's probably running from the root crontab and therefore running as 'nobody', who may not have permission to do whatever that does.

Have the script print to STDERR a whoami or to a /tmp/logfile and find out