On Tue, 2011-04-12 at 10:50 +0200, Christoph Lingg wrote: > Hello list, > > > I tried to import a planet.osm file but unfortunately the import > failed: > > > > Reading in file: /home/christoph/data/planet-110105.osm.bz2 > > Unknown node type 8 > > Processing: Node(916349k) Way(77133k) Relation(53k)get_way failed: > > ERROR: could not read block 541445 of relation base/16385/3274830: > > read only 4096 of 8192 bytes > > (7) > > Arguments were: 32532277, > > Error occurred, cleaning up > > > I guess the error is related to postgreSQL, has anybody encountered > similar errors using osm2pqsql? The osm2pgsql version I use is > "0.69-exported", my import command looked like that: > > osm2pgsql -m -d gis --slim --cache 5120 ...
This error message does come from the Postgresql server (you will find these base/16385/... files in the postgres data storage directory). I would suggest looking into the postgres server logs or the kernel syslog. It is likely that encountered a disk or filesystem error. Jon _______________________________________________ Mapnik-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/mapnik-users

