2.1.4 - failed to create task for container: failed to create shim task: OCI runtime create failed #4772
Unanswered
lightson
asked this question in
Self-Hosted Support
Replies: 1 comment 6 replies
-
Have you tried "turning it off and on"? :) Like |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been using plausible successully well over a year now. Today I had reason to reboot my server and, whoof, suddenly it won't start.
Has anyone run into the below before? I can't figure it out for the life of me. Prior to rebooting today there was no issue, and it's always been fine in the past after reboots.
I run docker-compose up -d as normal, but then I get
Starting data_plausible_events_db_1 ... error
Starting data_plausible_db_1 ...
ERROR: for data_plausible_events_db_1 Cannot start service plausible_events_db: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: waiting for init preliminary setup: read init-p: connection reset by peerStarting data_plausible_db_1 ... error
ERROR: for data_plausible_db_1 Cannot start service plausible_db: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: waiting for init preliminary setup: read init-p: connection reset by peer: unknown
ERROR: for plausible_events_db Cannot start service plausible_events_db: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: waiting for init preliminary setup: read init-p: connection reset by peer: unknown
ERROR: for plausible_db Cannot start service plausible_db: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: waiting for init preliminary setup: read init-p: connection reset by peer: unknown
ERROR: Encountered errors while bringing up the project.
Beta Was this translation helpful? Give feedback.
All reactions