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

I'm trying to setup overpass on a local server and everything is working except for areas. Whenever I try an area query it gives the following error:

No such file or directory /opt/overpass/db/areas.bin File_Blocks::File_Blocks::1
And, in fact, that file does not exist. The only files in db with area in the name are (all of which are like 8 bytes):
area_blocks.bin.idx.shadow
area_blocks.bin.shadow
areas.bin.idx
areas.bin.idx.shadow
areas.bin.shadow
areas_shadow.lock
area_tags_global.bin.idx
area_tags_global.bin.idx.shadow
area_tags_global.bin.shadow
area_tags_local.bin.idx
area_tags_local.bin.idx.shadow
area_tags_local.bin.shadow
area_version
area_version.shadow
I know that areas have to be generated by another process, and to me it seems like it's not making them and I cannot figure out why. From here, the process ./osm3s_query --progress --rules has been running for 5 days, which is more than expected. The log in area_update.log just says this same thing over and over (<'s removed):
2021-07-06 10:52:02: update finished
2021-07-06 10:52:05: update started
xml version="1.0" encoding="UTF-8"?>
osm version="0.6" generator="Overpass API 0.7.56.9 76e5016d">
note>The data included in this document is from www.openstreetmap.org. The data is made available under ODbL. /note>
meta osm_base=""/>

/osm>

I've tried restarting everything, deleting what 'area' files are there, using launching methods from both here and here, and nothing has made a difference. I can't find many posts online about others having this issue which makes me think I'm just missing something painfully obvious, but either way any help or ideas would be very much appreciated!

EDIT: Fixed this, solution in comment below.

asked 06 Jul '21, 14:20

nbreden's gravatar image

nbreden
266610
accept rate: 0%

edited 13 Jul '21, 15:06


To fix this I just re-installed everything. Originally I had followed the "ZeLonewolf" guide here, but the second time through I followed the default one here and everything worked.

permanent link

answered 13 Jul '21, 15:05

nbreden's gravatar image

nbreden
266610
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
×85

question asked: 06 Jul '21, 14:20

question was seen: 1,065 times

last updated: 13 Jul '21, 15:06

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