linuxserver / docker-jackett

GNU General Public License v3.0
390 stars 96 forks source link

s6-rc-compile: fatal: unable to read /etc/s6-overlay/s6-rc.d/00-legacy/type: Invalid argument #127

Closed giondo closed 1 year ago

giondo commented 2 years ago

linuxserver.io


Expected Behavior

container should run without problem

Current Behavior

container failed to start in a kubernetes env due to permissions issues with error s6-rc-compile: fatal: unable to read /etc/s6-overlay/s6-rc.d/00-legacy/type: Invalid argument

Steps to Reproduce

  1. run container in a kubernetes env

Environment

OS: Linux CPU architecture: x86_64 How docker service was installed:

Command used to create docker container (run/create/compose/screenshot)

Docker logs

kc logs -f jackett-84fbffddc4-vh44f s6-rc-compile: fatal: unable to read /etc/s6-overlay/s6-rc.d/00-legacy/type: Invalid argument

Solution was to execute chown -R abc:abc /app/Jackett && \ on Dockerfile line 35 instead of chown root:root

github-actions[bot] commented 2 years ago

Thanks for opening your first issue here! Be sure to follow the bug or feature issue templates!

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Tomgroot commented 1 year ago

Same issue on raspberry pi

s6-svscan: warning: unable to iopause: Operation not permitted
s6-svscan: warning: executing into .s6-svscan/crash
s6-supervise s6-linux-init-shutdownd: fatal: unable to iopause: Operation not permitted
s6-svscan crashed. Killing everything and exiting.
s6-linux-init-shutdownd: fatal: unable to iopause: Operation not permitted
s6-linux-init-hpr: fatal: unable to reboot(): Operation not permitted
s6-svscan: warning: unable to iopause: Operation not permitted
s6-svscan: warning: executing into .s6-svscan/crash
s6-svscan crashed. Killing everything and exiting.
s6-linux-init-hpr: fatal: unable to reboot(): Operation not permitted
s6-svscan: warning: unable to iopause: Operation not permitted
s6-svscan: warning: executing into .s6-svscan/crash
s6-svscan crashed. Killing everything and exiting.
s6-linux-init-hpr: fatal: unable to reboot(): Operation not permitted
s6-svscan: warning: unable to iopause: Operation not permitted
s6-svscan: warning: executing into .s6-svscan/crash
s6-svscan crashed. Killing everything and exiting.
s6-supervise s6-linux-init-shutdownd: fatal: unable to iopause: Operation not permitted
s6-linux-init-hpr: fatal: unable to reboot(): Operation not permitted
s6-svscan: warning: unable to iopause: Operation not permitted
s6-svscan: warning: executing into .s6-svscan/crash
s6-svscan crashed. Killing everything and exiting.
s6-linux-init-hpr: fatal: unable to reboot(): Operation not permitted
s6-svscan: warning: unable to iopause: Operation not permitted
s6-svscan: warning: executing into .s6-svscan/crash
s6-svscan crashed. Killing everything and exiting.
s6-linux-init-hpr: fatal: unable to reboot(): Operation not permitted
s6-svscan: warning: unable to iopause: Operation not permitted
s6-svscan: warning: executing into .s6-svscan/crash
s6-svscan crashed. Killing everything and exiting.
s6-linux-init-shutdownd: fatal: unable to iopause: Operation not permitted
s6-supervise s6-linux-init-shutdownd: fatal: unable to iopause: Operation not permitted
s6-linux-init-hpr: fatal: unable to reboot(): Operation not permitted
s6-svscan: warning: unable to iopause: Operation not permitted
s6-svscan: warning: executing into .s6-svscan/crash
s6-svscan crashed. Killing everything and exiting.
s6-linux-init-hpr: fatal: unable to reboot(): Operation not permitted

Linuxserver.io version:- v0.20.2593-ls87 Build-date:- 2023-01-08T00:26:55-06:00

j0nnymoe commented 1 year ago

This issue was marked invalid due to not enough detail was given opening. Please open a new issue with the requested information.