Git Product home page Git Product logo

Comments (3)

FKainka avatar FKainka commented on August 15, 2024

I stumbled around the same problem on a raspberry pi 4. It seem to be a fault in the docker base os (alpine) regarding to https://gitlab.alpinelinux.org/alpine/aports/-/issues/11808.
I am not that familiar with this but here are some commands that helped me to resolve the issue on my system. Just SSH into your RPI and execute the following commands (copy & past all or execute line for line):

sudo su
docker run -it -d 7d3aa1ca/armv7-addon-snapcastserver bin/bash
sleep 10
DOCKER_PS_ID=$(docker ps | grep snapcastserver | awk '{print $1}')
docker exec -t $DOCKER_PS_ID apk update
docker exec -t $DOCKER_PS_ID apk upgrade
docker commit --change='CMD ["/init","/run.sh"]' $DOCKER_PS_ID 7d3aa1ca/armv7-addon-snapcastserver
docker kill $DOCKER_PS_ID

What it does:
#go root
#run docker image with bash instead of run.sh
#wait till docker image started
#save docker process id to variable
#update docker minimal os (apline)
#update docker minimal os (alpine)
#commit docker img changes with new execution commands
#kill used docker process

Hope that helps someone.

from hassio-addons.

raph2i avatar raph2i commented on August 15, 2024

Hey @Antexa,
which hardware are you using? Maybe its a rpi4 problem like @FKainka

from hassio-addons.

JohnCashman avatar JohnCashman commented on August 15, 2024

Hey @raph2i ,

I am having the same issue as @Antexa. I am running Hassio on a RPI3.

Not sure how to use @FKainka solution. When I ssh to my Hassio, I can't find the docker command?

Any help would be great.

from hassio-addons.

Related Issues (13)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.