-
Notifications
You must be signed in to change notification settings - Fork 15
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
ERROR: unable to select packages: s6-ipcserver #29
Comments
Hey :) This seems unrelated to this script. A quick google search leads me to believe that you are most likely running Raspbian with an older version of libseccomp, which is incompatible with newer versions of alpine: Bug report, explanation from alpine wiki. The easiest fix seems to be to install libseccomp from buster, as recommended here: alpinelinux/docker-alpine#135 (comment) If this is not the case, please let me know which version of Home Assistant you are running, which version of my script and what version of docker and libseccomp are installed. Thanks! |
Hey tribut thanks for your reply! thanks for your links, although it is a little too much info for me to swallow. But what I grasp from it is that I indeed am running Buster. I thought I had a quite recent version of Raspbian but apparently I dont have it (anymore, (time flies ...)) I don't think I could have figured this out myself (certainly not as fast as you did this!). So thanks a lot for helping out although it wasn't even an issue with your script. Now I need to force myself to make time to update my pi's OS :) |
No worries, glad I could be of help. Did the workaround of installing the newer libseccomp2 help? For now, I'm closing the issue because its unrelated to the script. |
Yep,the update of the libseccomp2 was all that was required |
I was running homeassistant using the script of this repo and it was working fine. But yesterday I have updated the homeassistant image but now homeassistant is not starting up. This is my docker compose file:
and this is the log of the homeassistant container
Any idea what I am doing wrong?
The text was updated successfully, but these errors were encountered: