-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
Milestone
Description
Initially reported in https://bugzilla.redhat.com/show_bug.cgi?id=1941815. On s390, runc run/exec can't open a terminal:
ERRO[0000] exec failed: container_linux.go:367: starting container process caused: open /dev/pts/4294967296: no such file or directory
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.
Reactions are currently unavailable