-
Notifications
You must be signed in to change notification settings - Fork 618
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
oci runtime error: container_linux.go when trying to start ecs task #658
Comments
@jamesongithub Thanks for reporting to us, this issue seems to be related to opencontainers/runc#1130. Can you answer the question in this comment in that issue to help debug this problem. Thanks |
|
@jamesongithub It does seem like this is an issue with docker/runc as per opencontainers/runc#1130. If you're still seeing this, a quick way to verify this would be to repeatedly launch containers outside of ECS (using a script on the instance using docker commands) and see if that reproduces the issue. Can you please let us know if that's feasible for you? Also, if you can report your findings in the runc thread, it might help folks who are investigating that issue to work on a fix for this. |
@aaithal When the issue was created, that's what was happening like 3/10 times. Haven't had to launch it recently. Pretty sure it's still an issue though. |
@aaithal is there a workaround for this? it's basically a showstopper. have to kill the host to fix this. |
@jamesongithub Apologies for the delayed response here. Since the linked issue is still being worked on, I'm not sure if we have a mitigation for you at this point of time. We'll let you know when we have more information here. |
thanks |
@jamesongithub Just checking in here; the latest on opencontainers/runc#1130 seems to suggest upgrading to Ubuntu 16.04. Are you still on Ubuntu 14.04 and experiencing these problems? |
yes we're still on 14.04. in the process of upgrading to 16.04 |
@jamesongithub Did upgrading to Ubuntu 16.04 resolve this issue? |
Haven't seen it since so most likely. Closing for now. |
@jamesongithub still facing same issue |
@Narayanprusty can you upload your diagnosis info? |
@jamesongithub it's an issue with my container. I have fixed it. |
Any word on what was wrong with the container? |
In my case, I am using CDK to define the I changed my dockerfile to define a generic entrypoint e.g.
The real difficult part of sorting this out, was the fact that the |
ecs-agent log
docker log
docker info
This happens intermittently. Have to blow away our ECS instance to fix.
The text was updated successfully, but these errors were encountered: