Skip to Content.
Sympa Menu

overpass - Re: [overpass] Overpass API Area Creation in a Custom Server

Subject: Overpass API developpement

List archive

Re: [overpass] Overpass API Area Creation in a Custom Server


Chronological Thread 
  • From: Roland Olbricht <>
  • To: , Sameera Bandara <>
  • Subject: Re: [overpass] Overpass API Area Creation in a Custom Server
  • Date: Wed, 24 Jul 2019 21:55:20 +0200

Hi Sameera,

could you please check what the file nohup.out contains. There should be
error messages there.

As a blind guess, please try the following:

- Stop the rules_loop.sh process, e.g. by "kill 9990".

- Edit the file /data/osm/osm-3s_v0.7.55/bin/rules_loop.sh:
replace there the line
DB_DIR="`pwd`/$1"
with
DB_DIR="$1"

- Restart the process, i.e. run the command again please.

I coincidentally ran on the Russian instance into the problem that the script
fails if its argument is an absolute path because of that line.

Kind regards,
Roland




Archive powered by MHonArc 2.6.19+.

Top of Page