Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
datuadiatma opened this issue Feb 7, 2024 · 2 comments
Closed

Comments

@datuadiatma
Copy link

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
Copy link
Owner

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants