Finally I removed everything I installed from the first tutorial and, then, I followed this one (https://wiki.openstreetmap.org/wiki/Nominatim/Installation) to install Nominatim directly instead.
Now I'm running into some problems (I'm importing a really small PBF file for test purpose):
Reanalysing database...
NOTICE: no notnull values, invalid stats
ANALYZE
Jun 12, 2013 2:41:08 PM org.openstreetmap.osmosis.core.Osmosis run
INFO: Osmosis Version 0.40.1
Jun 12, 2013 2:41:08 PM org.openstreetmap.osmosis.core.Osmosis run
INFO: Preparing pipeline.
Jun 12, 2013 2:41:08 PM org.openstreetmap.osmosis.core.Osmosis run
INFO: Launching pipeline execution.
Jun 12, 2013 2:41:08 PM org.openstreetmap.osmosis.core.Osmosis run
INFO: Pipeline executing, waiting for completion.
Jun 12, 2013 2:41:08 PM org.openstreetmap.osmosis.core.Osmosis run
INFO: Pipeline complete.
Jun 12, 2013 2:41:08 PM org.openstreetmap.osmosis.core.Osmosis run
INFO: Total execution time: 373 milliseconds.
PHP Warning: file_get_contents(https://www.openstreetmap.org/api/0.6/node/2340848120/1): failed to open stream: Network is unreachable in /home/lucas/src/Nominatim/utils/setup.php on line 524
PHP Notice: Undefined offset: 1 in /home/lucas/src/Nominatim/utils/setup.php on line 526
PHP Warning: file_get_contents(http://planet.openstreetmap.org/replication/minute/?C=M;O=D): failed to open stream: Network is unreachable in /home/lucas/src/Nominatim/utils/setup.php on line 531
PHP Notice: Undefined variable: aRepMatch in /home/lucas/src/Nominatim/utils/setup.php on line 543
PHP Warning: file_get_contents(http://planet.openstreetmap.org/replication/minute/?C=M;O=D): failed to open stream: Network is unreachable in /home/lucas/src/Nominatim/utils/setup.php on line 544
PHP Notice: Undefined variable: aRepMatch in /home/lucas/src/Nominatim/utils/setup.php on line 554
PHP Warning: file_get_contents(http://planet.openstreetmap.org/replication/minute/?C=M;O=D): failed to open stream: Network is unreachable in /home/lucas/src/Nominatim/utils/setup.php on line 555
PHP Notice: Undefined variable: aRepMatch in /home/lucas/src/Nominatim/utils/setup.php on line 565
Getting state file: http://planet.openstreetmap.org/replication/minute/.state.txt
PHP Warning: file_get_contents(http://planet.openstreetmap.org/replication/minute/.state.txt): failed to open stream: Network is unreachable in /home/lucas/src/Nominatim/utils/setup.php on line 567
ERROR: unable to obtain state file
unable to obtain state file
Here is the log I get at the end of the import. I tried to modify the open_basedir in the php.ini file but didn't work.
Any idea?
Thanks
answered 12 Jun '13, 13:44

Kalu06
140●7●8●15
accept rate: 0%