-
-
Notifications
You must be signed in to change notification settings - Fork 141
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
s6-supervise (child): fatal: unable to exec run: Permission denied - On start #28
Comments
Are you using the centos package for docker or the official docker version? |
Thanks @tobbenb will give that a whirl |
That's exactly the issue, I didn't even think of installing the latest version from the docker repo! Thanks |
I'm having this exact same issue on Fedora 25, with the same image. However, switching from the fedora Docker package to the Official Docker package did not resolve this issue for me. Any other suggestions out there? |
I am having the same issue under Fedora 25 for 2 different containers, Sonarr and Plex. I am also on docker repo not Fedora's
Any way we can re-open this thread or should we open a new one? |
it's an issue directly with fedora 25 and docker just-containers/s6-overlay#158 (comment) there's not much we can do about it until it's fixed upstream by either fedora or docker. |
@sparklyballs there's a workaround listed in that comment which works. ie: adding |
When starting the container the following errors are outputted into the log:
Running:
CentOS 7 - 3.10.0-327.36.2.el7.x86_64
Docker version 1.10.3, build cb079f6-unsupported
SELinux set to permissive
Command used to created container:
docker create --name sonarr -p 8989:8989 -e PUID=1006 -e PGID=500 -v /dev/rtc:/dev/rtc:ro -v /home/sonarr:/config -v /home/media:/tv -v /home/sonarr:/downloads linuxserver/sonarr
Where 1006 is the UID of the sonarr user and 500 is the GUID of the media group (shared between all necessary containers)
Seems that it could be linked to s6-overlay? Not sure only been using docker for a few days :)
Links:
just-containers/s6-overlay#158
Let me know if any further information is required
The text was updated successfully, but these errors were encountered: