NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

Hello,

i am trying to get areas working on my overpass interpreter following this tutorial: http://wiki.openstreetmap.org/wiki/Overpass_API/Installation#Area_creation

when i run the loop i get these errors in my nohup.out (many times) but the loop keeps running and the files are created. i can query the areas but i get no elements:

  • bin/rules_loop.sh: line 40: db//rules_loop.log: No such file or directory
  • bin/rules_loop.sh: line 41: db//rules/areas.osm3s: No such file or directory
  • bin/rules_loop.sh: line 42: db//rules_loop.log: No such file or directory

it says the theres no such file, but there is. So im wondering what i can do to show the script that the files do exist.

nohup bin/rules_loop.sh db &

That was the line i ran. I can see the script is still active in my ps -ef but im not confident it will finish correctly with these errors.

Thanks

asked 27 Apr '17, 13:02

iggbert's gravatar image

iggbert
11112
accept rate: 0%


It's been a long time since this question was asked...

The rules_loop.sh script needs either an absolute path to the database directory, or a relative path with respect to the bin directory. Note that this is different to all the other tools that need to be started - these require relative paths with respect to the current directory.

permanent link

answered 22 Oct '17, 18:54

mueschel's gravatar image

mueschel
412
accept rate: 0%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×483

question asked: 27 Apr '17, 13:02

question was seen: 2,343 times

last updated: 22 Oct '17, 18:54

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum