-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Error: openat2 ``: No such file or directory: OCI not found #10432
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
Comments
You are mouting an empty directory at / inside of the container so there is nothing to execute. |
🤦 that makes perfect sense. Would it be worth improving the error message occuring? |
The OCI Runtime |
Not sure why the `` is there, you would have thought the entrypoint would have been listed. |
rhatdan
added a commit
to rhatdan/podman
that referenced
this issue
May 22, 2021
ErrOCIRuntimeNotFound error is misleading. Try to make it more understandable to the user that the OCI Runtime IE crun or runc is not missing, but the command they attempted to run within the container is missing. [NO TESTS NEEDED] Regular tests should handle this. Fixes: containers#10432 Signed-off-by: Daniel J Walsh <[email protected]>
mheon
pushed a commit
to mheon/libpod
that referenced
this issue
May 25, 2021
ErrOCIRuntimeNotFound error is misleading. Try to make it more understandable to the user that the OCI Runtime IE crun or runc is not missing, but the command they attempted to run within the container is missing. [NO TESTS NEEDED] Regular tests should handle this. Fixes: containers#10432 Signed-off-by: Daniel J Walsh <[email protected]>
github-actions
bot
added
the
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
label
Sep 21, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
I was attempting to utilize dockertest for a project, with podman of course 😼 but when running with a mount pointing to
/tmp
, I receive an error fromopenat2
. This very well could be something I have done incorrectly to get to this point.Steps to reproduce the issue:
mkdir -p /tmp/tests
/tmp
Describe the results you received:
Error: openat2 ``: No such file or directory: OCI not found
Describe the results you expected:
The container to start successfully
Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:Output of
podman info --debug
:Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide? (https://github.com/containers/podman/blob/master/troubleshooting.md)
Yes
Additional environment details (AWS, VirtualBox, physical, etc.):
physical machine. This reproduces on my Fedora34 laptop as well.
There is also this which looks to be fixed #9475
The text was updated successfully, but these errors were encountered: