-
Notifications
You must be signed in to change notification settings - Fork 322
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
SIGINT signals through crun fail #230
Comments
@giuseppe can you take a look at this? we need this to get F31 CI testing working for podman. many thanks! |
Closes: containers#230 Signed-off-by: Giuseppe Scrivano <[email protected]>
fixed here: #233 AFAICS, crun doesn't change the signals, so it might be podman-remote to do it. It is possible to reset the handlers to the default with |
@giuseppe the change of signal was a misinterpretation of the things initially. It looks like from our side the signal is just eaten. |
confirmed this fixes things |
Recommended as part of: containers#5004 and containers/crun#230 Signed-off-by: Chris Evich <[email protected]>
Recommended as part of: containers#5004 and containers/crun#230 Signed-off-by: Chris Evich <[email protected]>
When sending a SIGINT to a crun container, the signal seems to get eaten or ignored. If replace crun with runc, the it seems to work. What I don't understand is why this seems to be only observed using the remote podman client.
The following reproducer gets to the heart of the matter reasonably quick.
The text was updated successfully, but these errors were encountered: