Linux: crond weird happening, pls comments

Hi,,

so far the cron is running fine, but since yesterday something strange happened, the scripts is not running?

BUT, from /var/log/cron shown the command is running successfully.... really weird..

And the scripts has no problem, can be running manually, SO
any idea ..????

#### /var/log/cron
Nov 8 00:30:00 gs7 CROND[12436]: (john) CMD (cd /home/john/subdir/co/program/site/a/src; perl script.pl -input a /home/john/subdir/co/program/site/a/tpl/favorite/Latest.tpl /home/john/subdir/co/program/site/a/data/Latest.txt >> /dev/null)

#### .crontab
0,30 * * * * cd /home/john/subdir/co/program/site/a/src; perl script.pl -input a /home/john/subdir/co/program/site/a/tpl/favorite/Latest.tpl /home/john/subdir/co/program/site/a/data/Latest.txt >> /dev/null

 

 

 

 

Top