-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Error "stty: 'standard input': Inappropriate ioctl for device" encountered in v3.20.2. #70
Comments
@mochiya-hemmi can you provide your landofile so we can attempt to debug? |
@pirog
|
@mochiya-hemmi i can replicate this and can also confirm that its something Lando is doing. will try to get a fix in for the next release. FWIW in Lando 4 i think most build steps will be run as part of a Dockerfile image build eg they will be non-interactive by default. However there will still be various places for interactivity and the kind of things you are doing above. |
more info here and probably why this one slipped through the cracks. it does not seem like this scenario is possible to test on GHA actions/runner#241 not the end of the world but it would be great! |
…nts when using dc2 * #70: add breaking test conditions * #70: add breaking test conditions part 2 * #70: add breaking test conditions part 3 * #70: add breaking test conditions part 4 * #70: make sure dc2 is properly allocatted tty * #70: make sure dc2 is properly allocatted tty part 2 * #70: changelog
@pirog |
…nts when using dc2 * #70: add breaking test conditions * #70: add breaking test conditions part 2 * #70: add breaking test conditions part 3 * #70: add breaking test conditions part 4 * #70: make sure dc2 is properly allocatted tty * #70: make sure dc2 is properly allocatted tty part 2 * #70: changelog
I am using an interactive shell in the Build Steps and Events below.
In Lando up to v3.18.0, read and stty commands were executed without problems.
However, after upgrading to v3.20.2, the read command no longer works, and the following error occurs when executing the stty command.
Could you please fix this or provide an option to allow an interactive shell that can be configured in the .lando.yml file?
I would like to express my sincere respect to the development team.
Thank you so much.
The text was updated successfully, but these errors were encountered: