Opened 7 years ago

Closed 5 years ago

Last modified 4 years ago

#3673 closed defect (fixed)

Planet generation seems broken

Reported by: robe Owned by: robe
Priority: medium Milestone: Website Management, Bots
Component: website Version: 2.3.x
Keywords: Cc:

Description

Not sure why. I posted something that should have appeared and didn't.

When I manually ran:

 sh /var/www/venus/bin/planet_postgis_update.sh

It found git changes when nothing has been updated for sometime.

remote: Counting objects: 5, done.
remote: Compressing objects: 100% (3/3), done.
remote: Total 3 (delta 2), reused 0 (delta 0)
Unpacking objects: 100% (3/3), done.
From https://git.osgeo.org/gogs/postgis/planet
   94e87ca..7f8b84c  master     -> origin/master
Updating 94e87ca..7f8b84c
Fast-forward
 planetpostgis.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

So like hasn't been run for sometime.

I looked in the logs, looked like was stuck on swp file. I deleted and reran and I think it's okay now. I'll keep this open for a week or so to confirm.

Change History (3)

comment:1 by robe, 7 years ago

Okay found the culprit. The script is not marked as executable and crontab is just calling it as

/var/www/venus/bin/planet_postgis_update.sh

I changed it to executable with :

chmod +x /var/www/venus/bin/planet_postgis_update.sh

but I fear it will just become unexecutable again, so better to change cronjob to explicitly launch

comment:2 by pramsey, 5 years ago

Resolution: fixed
Status: newclosed

comment:3 by robe, 4 years ago

Milestone: Management 2.0Website Management, Bots

Milestone renamed

Note: See TracTickets for help on using tickets.