Skip to content
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

Handle ENOSYS when creating keyring #594

Closed
computator opened this issue Feb 13, 2021 · 5 comments · Fixed by #596
Closed

Handle ENOSYS when creating keyring #594

computator opened this issue Feb 13, 2021 · 5 comments · Fixed by #596

Comments

@computator
Copy link

I am using podman on ChromeOS, and when I try and run a container it gives me an error like this:

Error: OCI runtime error: create keyring `1b4226eb5b136cd0d50f31f68ee57de34c5d4572558545236e682767b1060bc6`: Function not implemented

After some research it seems as if crun is probably missing something like this:
opencontainers/runc#1893

This has some more recent information and discussion regarding namespacing and keyrings if that's a concern:
containers/podman#8384

crun version info:

crun version 0.17.6-58ef-dirty
commit: fd582c529489c0738e7039cbc036781d1d039014
spec: 1.0.0
+SYSTEMD +SELINUX +APPARMOR +CAP +SECCOMP +EBPF +YAJL
giuseppe added a commit to giuseppe/crun that referenced this issue Feb 13, 2021
Closes: containers#594

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
@giuseppe
Copy link
Member

thanks! Is it something like this enough: #596 ?

@computator
Copy link
Author

Thanks, that was fast! It seems like that should be sufficient. I can try building and testing it if you think that's worth it?

@giuseppe
Copy link
Member

yes thanks. It'd be good if we can confirm it works for you. You could also try the build artifact here: https://github.com/containers/crun/pull/596/checks?check_run_id=1893893194

@computator
Copy link
Author

Oh nice, that's much easier. Yes it works!

@giuseppe
Copy link
Member

thanks for confirming it!

giuseppe added a commit to giuseppe/crun that referenced this issue Feb 15, 2021
Closes: containers#594

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants