Advertisement
Guest User

Untitled

a guest
Aug 17th, 2012
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1. ./noc import-osm-data -f /mnt/tmp/mapnik/UA.osm -a "My Area"
  2. /opt/noc/contrib/lib/pycrypto-2.5-py2.6-linux-x86_64.egg/Crypto/Util/number.py:57: PowmInsecureWarning: Not using mpz_powm_sec. You should rebuild using libgmp >= 5 to avoid timing attack.
  3. _warn("Not using mpz_powm_sec. You should rebuild using libgmp >= 5 to avoid timing attack vulnerability.", PowmInsecureWarning)
  4. Importing OSM data from file '/mnt/tmp/mapnik/UA.osm'
  5. osm2pgsql SVN version 0.80.0 (32bit id space)
  6.  
  7. Password:
  8. Using projection SRS 900913 (Spherical Mercator)
  9. Setting up table: gis_osm_point
  10. NOTICE: table "gis_osm_point" does not exist, skipping
  11. NOTICE: table "gis_osm_point_tmp" does not exist, skipping
  12. CREATE TABLE gis_osm_point ( osm_id int4,"access" text,"addr:housename" text,"addr:housenumber" text,"addr:interpolation" text,"admin_level" text,"aerialway" text,"aeroway" text,"amenity" )
  13. failed: ERROR: type "hstore" does not exist
  14. LINE 1: ...d" text,"width" text,"wood" text,"z_order" int4,tags hstore)
  15. ^
  16.  
  17. Error occurred, cleaning up
  18. Traceback (most recent call last):
  19. File "manage.py", line 41, in <module>
  20. execute_manager(settings)
  21. File "/opt/noc/contrib/lib/django/core/management/__init__.py", line 438, in execute_manager
  22. utility.execute()
  23. File "/opt/noc/contrib/lib/django/core/management/__init__.py", line 379, in execute
  24. self.fetch_command(subcommand).run_from_argv(self.argv)
  25. File "/opt/noc/contrib/lib/django/core/management/base.py", line 191, in run_from_argv
  26. self.execute(*args, **options.__dict__)
  27. File "/opt/noc/contrib/lib/django/core/management/base.py", line 220, in execute
  28. output = self.handle(*args, **options)
  29. File "/opt/noc/gis/management/commands/import-osm-data.py", line 64, in handle
  30. rbbox = self.process_file(options["file"], **options)
  31. File "/opt/noc/gis/management/commands/import-osm-data.py", line 135, in process_file
  32. subprocess.check_call(args)
  33. File "/usr/lib/python2.6/subprocess.py", line 488, in check_call
  34. raise CalledProcessError(retcode, cmd)
  35. subprocess.CalledProcessError: Command '['/usr/local/bin/osm2pgsql', '-m', '-k', '-p', 'gis_osm', '-G', '-S', 'share/osm2pgsql/default.style', '-d', 'noc', '-U', 'noc', '-W', '/mnt/tmp/map1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement