Hi, it's my first time trying to set up a OSM server. I have been following this tutorial: https://github.com/AnderPijoan/vectorosm (with node why i need to change how the maps are rendered for some specific requirements of my project). i made everything, except that i installed the osm2pgsql from source why the repository version is too old. but i get stuck at the importing of the DB, i'm using:
but i get:
any idea of how i can fix it? Regards. asked 02 Aug '13, 21:21 ipsilondev |
Most likely the drive you are running this on has less than 20 GB of free space available. The fact that osm2pgsql reports "Failed... Success" is due to a small bug in osm2pgsql (https://github.com/openstreetmap/osm2pgsql/issues/55) but the failure is real. Unless you are importing a very large data set, simply dropping the --flat-nodes is probably the best solution. answered 02 Aug '13, 23:23 Frederik Ramm ♦ |