-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 create failed - open /proc/sys/kernel/domainname: read-only file system: unknown #7440
Comments
We're seeing this as well with |
@matthewhall-ca Is it the same error for you at the end of the error message? (I.e. |
Apologies, no, we're seeing |
Hi 👋 , I tried to recreate this issue using the above docker-compose.yml, and it works in both the US and EU cluster (I tried with many workspaces). I even @jankeromnes is it possible for them to share a public repo from which they are able to reliably recreate the problem? |
Many thanks @kylos101 for investigating this issue, and even creating a minimal reproduction case! 🙏 💯 I believe their code is private, so I'm not sure how to effectively make progress here. I'll ask if they can see significant differences between their setup and https://github.com/kylos101/OCI-runtime-create-failed -- but otherwise, I don't see a clear path forward. Maybe a call with some live debugging over screenshare could work, but since this issue isn't currently a blocker for them, I'd be more inclined to pause the investigation for now and wait for more elements (e.g. maybe from someone else who can reproduce the same issue in the future). |
@jankeromnes the other thing I would be curious about is - does this only happen during peak times, or does it happen during non-peak times, too. I plan to pause the investigation for now, until we get more information. |
@gitpod-io/engineering-workspace hey there, I scheduled this issue as its similar to what was solved in #7657. |
The We must be careful to not confuse the different issues surrounding Docker container starts. Most of their error messages look similar, which means we really gotta be careful in keeping them apart. |
@matthewhall-ca @jankeromnes hey there, @utam0k produced a fix for this issue in #7705. It won't be included in today's initial release, but we should be able to include it in a patch soon. More updates to follow! |
Hey @matthewhall-ca and @jankeromnes we released a new generation of clusters including this fix, which should resolve this issue. 💪 I am going to close this issue for now - please let us know if you continue to experience trouble with |
@kylos101 just for your info, we had this OCI issue without domainname, but I will check it in the next days. |
Bug description
A friend of mine is trying to use Gitpod for a customer project using
openldap
anddocker-compose
. The Docker image being used isosixia/openldap:stable
.They're currently hitting this error when running
docker-compose up
:Is this a potential bug in Gitpod's Docker-in-Docker setup?
Steps to reproduce
docker-compose.yml
similar to this one:docker-compose.yml
docker-compose up
Workspace affected
No response
Expected behavior
openldap
should start without errors.This should be possible in principle, because when you run it like so (without
docker-compose
), it seems to work fine:Example repository
No response
Anything else?
Here is a probable cause for this issue.
The text was updated successfully, but these errors were encountered: