[postgis-tickets] [PostGIS] #3673: Planet generation seems broken

PostGIS trac at osgeo.org
Sat Nov 26 18:27:37 PST 2016


#3673: Planet generation seems broken
----------------------+----------------------------
  Reporter:  robe     |      Owner:  robe
      Type:  defect   |     Status:  new
  Priority:  medium   |  Milestone:  Management 2.0
 Component:  website  |    Version:  2.3.x
Resolution:           |   Keywords:
----------------------+----------------------------

Comment (by robe):

 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

--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3673#comment:1>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-tickets mailing list