Skip to Content.
Sympa Menu

overpass - Re: [overpass] v0.7.54.9 breaks down

Subject: Overpass API developpement

List archive

Re: [overpass] v0.7.54.9 breaks down


Chronological Thread 
  • From: mmd <>
  • To:
  • Subject: Re: [overpass] v0.7.54.9 breaks down
  • Date: Sun, 17 Sep 2017 20:38:41 +0200

Am 17.09.2017 um 20:08 schrieb marc marc:

>
> It look like this is the root cause of the crash of osm-fr.
> we also use systemd, daemon also run using a not-system account
> and we are also not connected to this account where /dev/shm was removed
> we 'll move it to system account like it should be for daemon.

Good to hear, let's see if there are no further issues.

>
> PS: can you fix the missing dirname in the error message ?

Well, this is really OS specific. On Linux, those shared memory segments
end up as a directory entry in /run/shm or /dev/shm, but e.g. on FreeBSD
there's no equivalent to it.

"/osm3s_v0.7.54_osm_base" in the following error message actually refers
to a name of a shared memory segment, which has been created via
shm_open, rather than some 'normal' file.

"runtime error: open64: 2 No such file or directory
/osm3s_v0.7.54_osm_base Dispatcher_Client::1"

--





Archive powered by MHonArc 2.6.19+.

Top of Page