This used to run and no longer runs as a cron job. The command is entered via control panel like so:
~/www/cgi-bin/getbullion2656_5.cgi
First line of this CGI contains #!/bin/sh, I can run this from my cgi-bin directory like so:
./getbullion2656_5.cgi
and from command line this has no trouble generating non-zero output.
CGI file generates output with a redirect:
#!/bin/sh
perl /home/beartopi/www/cgi-bin/bullionfilter.pl 250 0 5 2656 > /home/beartopi/w
ww/cgi-bin/bullion2656_5.txt
This all worked just fine last week.
I tried adding more cron jobs via control panel and ran into a limit. Last night got an expert to help me edit crontab with using ranges in hours. This morning woke up and saw that all my output files were completely zeroed out. I emptied out cron jobs via control panel I tried putting back in one cron job (via control panel) the way I had it working before but still no luck.
All my permissions are now cranked up to the max. Now when my one cron job runs it just zeroes the output.
I also tried entering a cron job with full path as:
/home/beartopi/www/cgi-bin/getbullion2656_5.cgi
and it makes no difference.
What have I done to cron jobs???? Please help, as last week my cron jobs were working and now no longer do. I need to get this working, like immediately.


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks