cyclestreets / nominatim-install

Bash script to install Nominatim
67 stars 31 forks source link

MD5 hash check fails even though it's correct. #8

Closed dplarina closed 10 years ago

dplarina commented 10 years ago

Ran the check against the whole planet download manually and the hash is an exact match to the MD5 file. The script fails reporting the MD5 check failed.

dplarina commented 10 years ago

The failure is because it's comparing the hash against the contents of the MD5 file which has the filename next to the hash. "556e753d7c4c8033593ad34aab607d52" != "556e753d7c4c8033593ad34aab607d52 planet-140122.osm.pbf"

si-the-pie commented 10 years ago

I've fixed that now and tested it on a full planet installation. Working OK, so closing this ticket.