
September 20th, 2007, 11:45 PM
|
|
Contributing User
|
|
Join Date: Nov 2005
Posts: 155
  
Time spent in forums: 2 Days 1 h 13 m 5 sec
Reputation Power: 9
|
|
|
Cron Is Not Working
I have a complex PHP script which downloads a variable number of files.
When i schedule the Cron Job (via Cron through Webmin), the job does not sucessfully download any files (or do anything useful as far as I can tell, when the system runs it automatically.) The download portion of the script is actually a seperate program call by the master program. I structured this way so that I can create forked processes.
However, If I manually run the cron job it works fine. NOTE - I AM MAKING ZERO CHANGES TO THE PROGRAM. The Cron is scheduled to run the job as root.
SO I AM OUT OF IDEAS.
Lots of points for this one - especially if I can walk away from this not feeling stupid.
Last edited by PhackedUp : September 21st, 2007 at 12:09 AM.
|