2016-09-28 90 views
0

我按照這個http://wiki.openstreetmap.org/wiki/Overpass_API/Installation指南在Ubuntu上使用vagrant安裝OSM3S服務器。立交橋FILE_ERROR不允許操作1

nohup $EXEC_DIR/bin/dispatcher --osm-base --db-dir=$DB_DIR & 

我收到以下錯誤:

填充DB每當我試圖使用命令來啓動分派Deomon後

File_Error Operation not permitted 1 /vagrant/test/osm-3s_v0.7.52/db//osm3s_v0.7.52_osm_base Unix_Socket::4

,如果我嘗試OSM的文件重命名在我的數據庫目錄從osm_base_version到osm3s_v0.7.52_osm_base它給出以下錯誤:

File_Error Address already in use 98 /vagrant/test/osm3s_v0.7.52/db//osm3s_v0.7.52_osm_base Unix_Socket::4

我試圖在刪除db目錄中陳舊的鎖文件/ dev/shm和osm文件(提到安裝指南的疑難解答部分)後嘗試運行該命令,但未顯示成功。

+1

交叉發佈:https://help.openstreetmap.org/questions/52278/overpass-api-file_error-operation-not-permitted-1 – scai

+0

更新了立交api版本爲0.7.53,但仍面臨同樣的問題。 –

回答

0

我通過在根上工作而不是在根目錄中工作,解決了這個問題。