Created
December 24, 2023 01:36
-
-
Save dreadedhamish/d83ea6579cdfb3ba25e2c947d68fcc9a to your computer and use it in GitHub Desktop.
quickstart.log
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
===================================================================================== | |
Start processing | |
------------------------------------------------------------------------------------- | |
====> : OpenMapTiles quickstart! [ https://github.com/openmaptiles/openmaptiles ] | |
: This will be logged to the ./quickstart.log file (for debugging) and to the screen | |
: Area : albania | |
: Download server : unset (automatic) | |
: Preloaded image : true | |
: Git version : e61442c49dd32974d4952046b4149202c7072d59 | |
: Started : 2023-12-24T12:12+1100 | |
: Your bash version: 5.2.21(1)-release | |
: Your OS : linux-gnu | |
Docker version 24.0.7, build afdd53b4e3 | |
Docker Compose version 2.23.3 | |
------------------------------------------------------------------------------------- | |
: This is working on x86_64 ; Your kernel is: | |
6.6.8-2-MANJARO | |
x86_64 | |
: --- Memory, CPU info ---- | |
System memory (KB): 148381696 | |
SwapTotal: 8388604 kB | |
CPU number: 40 x bogomips : 4796.25 | |
MemFree: 124921364 kB | |
SwapFree: 8388604 kB | |
CmaFree: 0 kB | |
HugePages_Free: 0 | |
------------------------------------------------------------------------------------- | |
====> : Stopping running services & removing old containers | |
Using docker compose V1 (docker-compose) | |
docker-compose down -v --remove-orphans | |
Volume openmaptiles_pgdata Removing | |
Volume openmaptiles_pgdata Removed | |
Network openmaptiles_postgres Removing | |
Network openmaptiles_postgres Removed | |
docker-compose rm -fv | |
No stopped containers | |
docker volume ls -q -f "name=^openmaptiles_" | xargs --no-run-if-empty docker volume rm | |
rm -rf cache | |
mkdir cache | |
------------------------------------------------------------------------------------- | |
====> : Existing OpenMapTiles docker images. Will use version 7.0 | |
openmaptiles/generate-vectortiles 7.0 da2f0c61bb55 15 months ago 294MB | |
openmaptiles/postgis-preloaded 7.0 b84438ba01d3 15 months ago 3.39GB | |
openmaptiles/import-data 7.0 0c97e860465a 15 months ago 1.66GB | |
openmaptiles/postgis 7.0 bfb408f6b46e 15 months ago 714MB | |
openmaptiles/openmaptiles-tools 7.0 72fdf94a773d 15 months ago 1.24GB | |
------------------------------------------------------------------------------------- | |
====> : Create directories if they don't exist | |
Using docker compose V1 (docker-compose) | |
------------------------------------------------------------------------------------- | |
====> : Removing old MBTILES if exists ( ./data/albania.mbtiles ) | |
------------------------------------------------------------------------------------- | |
====> : Downloading albania from any source... | |
Using docker compose V1 (docker-compose) | |
Downloading albania into data/albania.osm.pbf from any source | |
Network openmaptiles_default Creating | |
Network openmaptiles_default Error | |
failed to create network openmaptiles_default: Error response from daemon: could not find an available, non-overlapping IPv4 address pool among the defaults to assign to the network | |
make: *** [Makefile:373: download] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment