-
Notifications
You must be signed in to change notification settings - Fork 25
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
Issues running on dietpi distribution #7
Comments
Well, this is not a problem with the distribution, but the armhf (aka. 32bit arm) image seems to ship a non-working librespot ;-/ Might be happening because I am building the armhf images on an arm64 machine. Will have a closer look.. |
Okay, it is complicated. We cannot currently cross-build debian images because all official docker binaries for arm32 seem to be broken currently. I just built the image manually on a real armhf device. Can you try if |
Seems to work ;) |
FWIW, the console now logs the following:
I haven't mounted any config files into the container which is probably why the trace looks like the way it does. It would be a nice addition to the readme if it could be documented where the config files are placed inside the container. If I can find the time, I'll do a PR on that part |
Oops - forgot to switch back to private account: jkiddo==jvitrifork |
Hi all - I'm experiencing some issues starting up the docker image when running it on the DietPi distribution (https://dietpi.com/): The output of starting the docker image is the following:
-and it just continues writing:
[Error] (PosixStream) Connect exception: execve failed: No such file or directory
. It never starts upThe text was updated successfully, but these errors were encountered: