-
Notifications
You must be signed in to change notification settings - Fork 33
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 discards first keypress #3
Comments
It might not be related, but FreeBSD requires TIOCSCTTY to be called by the session group leader to set the controlling console, it doesn't set the tty automatically as controlling when opening the slave terminal. (see: https://www.freebsd.org/cgi/man.cgi?query=termios&apropos=0&sektion=4&manpath=FreeBSD+13.0-current&arch=default&format=html section "Controlling terminal") /bin/csh is also complaining about lacking a proper terminal when ran via runj (but not when I jexec into the same jail by hand) |
OK, tested it, doesn't fix the first keypress missing issue, does fix the
error spewed out by csh |
It doesn't look as if |
@davidchisnall The controlling terminal issue I fixed via 9140284 unfortunately that was not the cause of the first keypress getting discarded :/ |
I never noticed this issue using runj with buildah and podmon which might suggest the problem is upstream from runj, perhaps in the containerd shim? |
When running a container with a terminal (through
ctr run --tty
), the first keypress after the container starts running appears to be discarded.The text was updated successfully, but these errors were encountered: