i defined 5 entries to be triggered. 3 entries get triggered by crontab but two does not. no matter what i do they wont run. scripts are fine the problem is that crontab system doesnt even try to run it - thats what admin determined from the log. the two that doesnt run are:
10 0 .....
and
15 0 ......
do you have an idea why is this happening?
10 0 /usr/local/bin/lynx -dump http://domain.com/cron_test1.php > /dev/null
/15 /usr/local/bin/lynx -dump http://domain.com/cron_daily.php > /dev/null
/20 /usr/local/bin/lynx -dump http://domain.com/cron_check.php > /dev/null
/11 /usr/local/bin/lynx -dump http://domain.com/cron_temp.php > /dev/null
15 0 * /usr/local/bin/lynx -dump http://domain.com/_cron_remove.php > /dev/null