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

Installation breaks with error: linux/arm/v7 #556

Closed
ILabe opened this issue Oct 19, 2023 · 7 comments
Closed

Installation breaks with error: linux/arm/v7 #556

ILabe opened this issue Oct 19, 2023 · 7 comments
Labels

Comments

@ILabe
Copy link

ILabe commented Oct 19, 2023

Awesome project but my installation is breaking.
Currently I install internet-pi on my raspberry pi 4 with the operating system.
No LSB modules are available. Distributor ID: Raspbian Description: Raspbian GNU/Linux 12 (bookworm) Release: 12 Codename: bookworm
Docker I have also installed.
After I started ansible-playbook main.yml I get the message:
fatal: [my private ip address]: FAILED! => {"changed": false, "errors": [], "module_stderr": "", "module_stdout": "latest: Pulling from grafana/grafana\n", "msg": "Error starting project no matching manifest for linux/arm/v7 in the manifest list entries"}

Does anyone know what is wrong here and what I should do here?

@ILabe
Copy link
Author

ILabe commented Oct 19, 2023

Attached is an update.
After I adjusted the entry in the file image: grafana/grafana:9.2.4
, the installation runs through

PLAY RECAP ****************************************************************************************************************************************************************************************************
my private ip address : ok=14 changed=3 unreachable=0 failed=0 skipped=21 rescued=0 ignored=0
`

@scrappydog
Copy link

scrappydog commented Oct 19, 2023

This fix worked for me.... Thanks!

UPDATE: This got me past Grafana issue... But now facing similar issue with Pihole...

@scrappydog
Copy link

TASK [Ensure Pi-hole is running.] ************************************************************************
fatal: [127.0.0.1]: FAILED! => {"changed": false, "errors": [], "module_stderr": "Creating pihole ... \nCreating pihole-exporter ... \n", "module_stdout": "latest: Pulling from pihole/pihole\nDigest: sha256:562766abc805d5005bb2d2aa5d4bbf2d9b347380b1ea4504fb59b2100500f672\nStatus: Downloaded newer image for pihole/pihole:latest\nlatest: Pulling from ekofr/pihole-exporter\nDigest: sha256:9ba1f740fccc64ea2b73c262520615e9b93b07eecbd31a465b700dc2e92cefe7\nStatus: Downloaded newer image for ekofr/pihole-exporter:latest\n", "msg": "Error starting project UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60)"}

@stephaneprovost
Copy link

TASK [Ensure Pi-hole is running.] ************************************************************************ fatal: [127.0.0.1]: FAILED! => {"changed": false, "errors": [], "module_stderr": "Creating pihole ... \nCreating pihole-exporter ... \n", "module_stdout": "latest: Pulling from pihole/pihole\nDigest: sha256:562766abc805d5005bb2d2aa5d4bbf2d9b347380b1ea4504fb59b2100500f672\nStatus: Downloaded newer image for pihole/pihole:latest\nlatest: Pulling from ekofr/pihole-exporter\nDigest: sha256:9ba1f740fccc64ea2b73c262520615e9b93b07eecbd31a465b700dc2e92cefe7\nStatus: Downloaded newer image for ekofr/pihole-exporter:latest\n", "msg": "Error starting project UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60)"}

@scrappydog Running into the same issue. Did you figure out a fix?

@debruyneOneTouch
Copy link

debruyneOneTouch commented Dec 28, 2023

@ILabe or @scrappydog

** After I adjusted the entry in the file image: grafana/grafana:9.2.4 , the installation runs through **

I'm a newbie , not a SW developer. Where does one make the entry "grafana/grafana:9.2.4" ?

EDIT : I changed entry in the template file /internet-pi/templates/docker-compose.yml.j2 which results in a similar change in /internet-monitoring/docker-compose

Copy link

This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark issues as stale.

@github-actions github-actions bot added the stale label Apr 29, 2024
Copy link

github-actions bot commented Jul 1, 2024

This issue has been closed due to inactivity. If you feel this is in error, please reopen the issue or file a new issue with the relevant details.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants