[SAC] cron not running planet job
Markus Neteler
neteler at osgeo.org
Thu Sep 5 12:23:14 PDT 2013
On Thu, Sep 5, 2013 at 8:27 PM, Mateusz Loskot <mateusz at loskot.net> wrote:
> Folks,
>
> I updated the Planet scripts yesterday and today I noticed
> the cronjob for planet (first listed by crontab -l, as root)
> is not running as expected.
> I tried to play with crontab -e and change times, still nothing.
The reason will be:
-rw-r--r-- 1 mloskot users 934 2013-09-04 16:13
/var/www/venus/bin/planet_update.sh
-> no exec flag.
I have changed the crontab entry to
5,35 * * * * sh /var/www/venus/bin/planet_update.sh
--> sh added
Let's see if it works again.
ciao
Markus
More information about the Sac
mailing list