-
-
Notifications
You must be signed in to change notification settings - Fork 118
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
cannot install: s6-svscan: warning: unable to iopause: Operation not permitted #339
Comments
Well that's a new one... I'll look into it this week. Take a look at this from PiHole, they mention issues with older version of Docker Engine and Ubuntu 22.04, what is your DE version? |
Could it be a permission error due to the PID=1000 /PGID=1000 used in the docker-compose? Does 1000/1000 actually exist at OS level? Does it have the right permissions? I don't know...just speculating...:) |
I am on Raspberry Pi OS with the following docker engine version
am not certain if the PID=1000 /PGID=1000 comment is right tr not tbh, I used the compose from the documentation with - PUID=1000 - PGID=1000 , unless it can be a issue with my pi on pi os? the pi hole link mentioned raspbian buster and a few of the Debian ... |
Try running |
Make sure to use a userid/groupid of a user that has access to the PID/PGID are used for this: (source) |
thanks, will try all that after work or in the morning! |
my uid and gid are as following |
@slinky07 is docker running as the root user on your machine or as another? |
yeah it is running as root. I even did but I was able to fix it! was a headache but the problem is libseccomp, on pi some people have issues with it. I tried to upgrade it to 2.5.4-1 as homebridge/docker-homebridge#434 (comment) suggests, but that didn't work and I had depedency issues as I have the 2.3.3-4 version
there's a few other things I tried from that thread, like homebridge/docker-homebridge#434 (comment) which didn't work too only homebridge/docker-homebridge#434 (comment) worked, which seems like a temporary solution/workaround, but it works. altho the last comment on that thread seems promising I might try it homebridge/docker-homebridge#434 (comment) |
@slinky07 did you try also this? homebridge/docker-homebridge#434 (comment) This also looks good: homebridge/docker-homebridge#434 (comment) |
thanks, will check those out too! |
Describe the bug
cannot successfully install
To Reproduce
Steps to reproduce the behavior:
use the following docker compose
used 80 cause 8080 already binded
Expected behavior
having app running. I don't understand what's up with s6-svscan error.
Environment (please complete the following information):
Screenshots
If applicable, add screenshots to help explain your problem.
Logs
_speedtest-tracker_logs-2.txt
Additional context
is searched the error online and stuff but I don't understand what im doing wrong. I tried with different ports and it's not fixing it. thanks a lot for any assistance.
I should note, on my Mac m1, I am able to successfully run it with same docker compose except that ports is on 8080 instead of 80.
The text was updated successfully, but these errors were encountered: