-
Notifications
You must be signed in to change notification settings - Fork 129
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
HBOS 64 Alpha 8: Can't install Extensions #553
Comments
are other internet connections working fine? |
Yes, internet connection is working fine. I can even reach the very address docker is failing to connect to:
(getting back a 401 is normal behaviour for that address) I also just verified that the problem persists regardless of whether I'm using WiFi or ethernet. |
I can even pull docker images when running docker-in-docker. Tried by copying an alpine image to the hifiberry raspi via scp (since I can't pull images):
|
Unfortunately, I can't reproduce it here. My best guess is some corrupted installation. Can you try another installation on another SD card? |
I'm having the same issue in a totally fresh new build. Is there any manual way to install this? Strangely Spotifyd installed fine but shairplay fails. |
If it can't connect to the docker registry for some unknown reason, you can't install it manually :( |
I've gotten docker to connect by disabling ipv6 on my wifi adapter then manually editing the resolv.conf to actually point to some DNS servers. |
Thanks, the tip about IPv6 helps. We might need to add something to disable IPv6 as it still isn't working reliably in all installations. |
Looking at my fresh install there seem to be a few other problems. My spotifyd image is crashing now as well with this:
|
For the above this is fixed in a submitted PR for the spotifyd extension - do you mind versioning up and rebuilding it with that patch? |
Actually that line should go in the base unit's /etc/dbus-1/system.d/ folder. The reconfigure script would do this but I can't easily see where it's being called from once an image is prebuilt. Is there a natural place it can be called from? |
reconfigure does this every time the extension is started |
Weird. It wasn't performing that - what do you mean by restarted per se? In the front end it was showing the extension enabled but there wasn't a restart buttton. I realized by cloning the extension repo and then running it, I could perform that to manually fix. |
There is no restart in the GUI. You can use /opt/hifiberry/bin/extensions for this or reboot the system |
Describe the bug
When trying to install extensions the device just hangs. There is no progress installing the extension and I can't connect to the web UI anymore.
HiFiBerryOS version
HBOS 64 Alpha 8
I experienced the same behaviour with Alpha 7
HiFiBerry sound card
Digi2 Pro
To Reproduce
On a fresh install of HBOS 64 Alpha 8 go to "general" -> "Extension" and install any extension (e.g. Spotifyd).
Expected behavior
The Extension gets installed.
Additional context
The issue seems to be that docker can't pull images. When running
top
on the device I'm seeing adocker-compose pull
that seems to hang. On further investigation even pulling any docker image doesn't work:The process only returns with the error message after a longer timeout.
logs from docker daemon:
I don't use a proxy or any other redirections in my network. Every other device (including some other raspis) doesn't have problems pulling docker images.
The text was updated successfully, but these errors were encountered: