-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Unable to stop containers running systemd with SIGRTMIN+3 #1766
Comments
Are you using |
|
After more commit testing it appears the issue was introduced with a367e4b and resolved by 7ac503d. While sending raw signal numbers to |
Change-type: patch Signed-off-by: Robert Günzler <robertg@balena.io>
Change-type: patch Signed-off-by: Robert Günzler <robertg@balena.io>
vendor: Update runc to include fix for opencontainers/runc#1766
See: opencontainers/runc#1766 Change-type: patch Signed-off-by: Andrei Gherzan <andrei@balena.io>
See opencontainers/runc#1766. Change-type: patch Signed-off-by: Andrei Gherzan <andrei@balena.io>
The version of runc provided by CentOS, based on RC4 it appears, returns
unknown signal "RTMIN+3"
orunknown signal "37"
when I attempt it send the systemd prescribed shutdown signal. The earlier version of runc I have available is based on RC2-dev commit c91b5be and does not exhibit this issue. The older version did not accept the signal by name, however it did allow sending the signal by its number,37
, instead.The text was updated successfully, but these errors were encountered: