Skip to content
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

When run in a docker container, "stty -echo" in say-hello.sh causes problems #6

Closed
elimisteve opened this issue Sep 7, 2014 · 3 comments
Labels

Comments

@elimisteve
Copy link
Contributor

debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (This frontend requires a controlling tty.)
debconf: falling back to frontend: Teletype

Couldn't figure out a solution for this.

@chfoo chfoo added the bug label Sep 7, 2014
@chfoo
Copy link
Member

chfoo commented Sep 7, 2014

Will getting rid of stty -echo work? Maybe the say-hello.sh could check for a environment variable before doing the virtual machine relevant code.

@elimisteve
Copy link
Contributor Author

I think the ENV var check is a good idea, though changing every program
that might run in Docker doesn't seem scalable :-).

--Steve
On Sep 6, 2014 9:51 PM, "Christopher Foo" notifications@github.com wrote:

Will getting rid of stty -echo work? Maybe the say-hello.sh could check
for a environment variable before doing the virtual machine relevant code.


Reply to this email directly or view it on GitHub
#6 (comment)
.

@chfoo
Copy link
Member

chfoo commented Sep 7, 2014

Can you do a pull request on ArchiveTeam/warrior-code2 with a variable check? I don't have any time figure out which variable to check and to test the docker instance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants