-
Notifications
You must be signed in to change notification settings - Fork 325
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
crun tries to use pidfd on old kernels #530
Comments
it is fixed with: #520 Would it be possible for you to verify if the current development version works? If that helps, I can cut a new release |
sure i could test it in a VM. Binaries would be great. |
there is a static binary generated in the PR Artifacts: https://github.com/containers/crun/runs/1255158523 |
worked fine |
thanks for confirming it! |
@giuseppe any ETA for the next crun release which would include this fix for the regression? |
Merged. |
@mbien the new release is out: https://github.com/containers/crun/releases/tag/0.15.1 |
@giuseppe awesome, thanks! |
since I updated crun from 0.14 to 0.15 on debian stable (using podman from testing repo), podman is throwing errors when i stop a container.
example:
latest kernel from debian stable:
upgrading the kernel or downgrading crun to 0.14 fixes it. According to the error msg, it looks like crun attempts to use pidfd_open() which is a 5.3+ kernel feature (https://man7.org/linux/man-pages/man2/pidfd_open.2.html).
The text was updated successfully, but these errors were encountered: