-
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
terminal is broken on s390 (regression in rc93) #2896
Labels
Milestone
Comments
kolyshkin
changed the title
terminal is broken on s390
terminal is broken on s390 (regression in rc93)
Apr 6, 2021
with containerd/console#51 being fixed, i guess we can revendor now? |
kolyshkin
added a commit
to kolyshkin/runc
that referenced
this issue
Apr 8, 2021
This is to include containerd/console#51 Fixes: opencontainers#2896 Signed-off-by: Kir Kolyshkin <[email protected]>
kolyshkin
added a commit
to kolyshkin/runc
that referenced
this issue
Apr 8, 2021
This is to include containerd/console#51 Fixes: opencontainers#2896 Signed-off-by: Kir Kolyshkin <[email protected]>
kolyshkin
added a commit
to kolyshkin/runc
that referenced
this issue
Apr 12, 2021
This is to include containerd/console#51. Fixes: opencontainers#2896 Signed-off-by: Kir Kolyshkin <[email protected]>
kolyshkin
added a commit
to kolyshkin/runc-1
that referenced
this issue
Apr 15, 2021
This is to include containerd/console#51. Fixes: opencontainers/runc#2896 Signed-off-by: Kir Kolyshkin <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Initially reported in https://bugzilla.redhat.com/show_bug.cgi?id=1941815. On s390, runc run/exec can't open a terminal:
This is a regression which has previously reported (moby/moby#36467) and fixed (containerd/console#20, #1727).
Unfortunately, it has resurfaced. I think containerd/console#42 and #2616 are the ones to blame, so this is a regression in rc93.
Fix for containerd/console is here: containerd/console#51. Once in, we need to revendor it.
The text was updated successfully, but these errors were encountered: