You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried a couple of methods (Qnap container station and also through SSH) but still stuck with the same issue during installation.
First I get this error for the teslamate container: Failed to create application "teslamate". Error message: operateApp action [--project-name teslamate up -d --remove-orphans] failed: exit status 1: Network teslamate_default Creating Network teslamate_default Created Container teslamate-teslamate-1 Creating Container teslamate-teslamate-1 Created Container teslamate-teslamate-1 Starting Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "/bin/sh": stat /bin/sh: permission denied: unknown
Container did not even start. I've solved this temporarly by adding all capabilities in the docker compose yml. That enabled it to start but stops right after with this next error: tini: error while loading shared libraries: libc.so.6: cannot open shared object file: Permission denied
I've also tried changing the entrypoint so skipping tini but after that this error pops (basically same issue loading library): teslamate-1 | /bin/sh: error while loading shared libraries: libc.so.6: cannot open shared object file: Permission denied
Has anyone encountered this before?
I'm using the latest image, but I've tried v1.26.1 as well with same result.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All,
I've tried a couple of methods (Qnap container station and also through SSH) but still stuck with the same issue during installation.
First I get this error for the teslamate container:
Failed to create application "teslamate". Error message: operateApp action [--project-name teslamate up -d --remove-orphans] failed: exit status 1: Network teslamate_default Creating Network teslamate_default Created Container teslamate-teslamate-1 Creating Container teslamate-teslamate-1 Created Container teslamate-teslamate-1 Starting Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "/bin/sh": stat /bin/sh: permission denied: unknown
Container did not even start. I've solved this temporarly by adding all capabilities in the docker compose yml. That enabled it to start but stops right after with this next error:
tini: error while loading shared libraries: libc.so.6: cannot open shared object file: Permission denied
I've also tried changing the entrypoint so skipping tini but after that this error pops (basically same issue loading library):
teslamate-1 | /bin/sh: error while loading shared libraries: libc.so.6: cannot open shared object file: Permission denied
Has anyone encountered this before?
I'm using the latest image, but I've tried v1.26.1 as well with same result.
Any help would be appreciated. Thanks
Beta Was this translation helpful? Give feedback.
All reactions