Weird Cron Problem with PlanetPlanet
Posted by: Koldark
Posted on: 2007-02-13 08:49:00
I am using PlanetPlanet for some RSS aggregation. I have a cron job that automatically updates every so often. This was working for almost a year now. But suddenly last week it stopped working.
I can go on the command line an execute the command from my home directory: cd /home/homedir/planet/; python planet.py technews/config.ini and it works perfectly. However, adding that to crontab: */30 * * * * cd /home/homedir/planet/; python planet.py technews/config.ini will return this error: Configuration missing [Planet] section.
Any idea what might cause these differences?