We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running either toolbox enter or toolbox run bash and then immediately pressing some keys, an interactive shell starts and:
toolbox enter
toolbox run bash
CTRL-c
CTRL-d
CTRL-p CTRL-q
If I make sure not press any key until the prompt ⬢[shayaviv@toolbox ~]$ shows up, then everything is working just fine.
⬢[shayaviv@toolbox ~]$
My environment:
podman-1.9.1-1.fc32
toolbox-0.0.18-2.fc32
I tested this on Bourne Shell and Fish Shell, and also in gnome-terminal and a TTY console. The hang occurs on all of these.
gnome-terminal
The text was updated successfully, but these errors were encountered:
After experimenting some more, I can recreate the problem with podman exec. I will move this issue to podman.
podman exec
podman
Sorry, something went wrong.
Hi @ShayAviv, this is a duplicate of #310. It is already being tracked upstream (containers/podman#4397)
No branches or pull requests
When running either
toolbox enter
ortoolbox run bash
and then immediately pressing some keys, an interactive shell starts and:CTRL-c
/CTRL-d
CTRL-p CTRL-q
, after some noticeable delayIf I make sure not press any key until the prompt
⬢[shayaviv@toolbox ~]$
shows up, then everything is working just fine.My environment:
podman-1.9.1-1.fc32
toolbox-0.0.18-2.fc32
I tested this on Bourne Shell and Fish Shell, and also in
gnome-terminal
and a TTY console. The hang occurs on all of these.The text was updated successfully, but these errors were encountered: