geerlingguy / internet-pi

Raspberry Pi config for all things Internet.
MIT License
4.29k stars 449 forks source link

failure at TASK [Ensure internet-monitoring environment is running.] #578

Closed datuadiatma closed 7 months ago

datuadiatma commented 7 months ago

I encountered this following error during [Ensure internet-monitoring environment is running.] step.

The error: fatal: [127.0.0.1]: FAILED! => {"actions": [{"id": "grafana", "status": "Pulling", "what": "service"}, {"id": "ping", "status": "Pulling", "what": "service"}, {"id": "speedtest", "status": "Pulling", "what": "service"}, {"id": "nodeexp", "status": "Pulling", "what": "service"}, {"id": "prometheus", "status": "Pulling", "what": "service"}], "changed": true, "cmd": "/usr/bin/docker compose --ansi never --progress plain --project-directory /home/pitemp/internet-monitoring/ up --detach --no-color --quiet-pull --no-build --", "containers": [], "images": [], "msg": "Error when processing ping: Error\nError when processing nodeexp: Error\nError when processing speedtest: Error\nError when processing prometheus: no matching manifest for linux/arm/v6 in the manifest list entries", "rc": 18, "stderr": " grafana Pulling \n ping Pulling \n speedtest Pulling \n nodeexp Pulling \n prometheus Pulling \n ping Error \n nodeexp Error \n speedtest Error \n prometheus Error \nno matching manifest for linux/arm/v6 in the manifest list entries\n", "stderr_lines": [" grafana Pulling ", " ping Pulling ", " speedtest Pulling ", " nodeexp Pulling ", " prometheus Pulling ", " ping Error ", " nodeexp Error ", " speedtest Error ", " prometheus Error ", "no matching manifest for linux/arm/v6 in the manifest list entries"], "stdout": "", "stdout_lines": []}

PLAY RECAP ***** 127.0.0.1 : ok=11 changed=1 unreachable=0 failed=1 skipped=7 rescued=0 ignored=0

geerlingguy commented 7 months ago

It looks like you may be running this on either an older Pi (armv6) or a very old OS release that's 32-bit only. Unfortunately this project requires something newer.

datuadiatma commented 7 months ago

Oh yeah, its an armv6. Thanks for the quick response.