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

Backspace key not working on Karaf console #30

Closed
eschizoid opened this issue Sep 6, 2016 · 2 comments
Closed

Backspace key not working on Karaf console #30

eschizoid opened this issue Sep 6, 2016 · 2 comments

Comments

@eschizoid
Copy link
Contributor

eschizoid commented Sep 6, 2016

When logging into the Karaf Console using the following command:

docker exec -it aa51cbf7d3f6 /openhab/runtime/karaf/bin/client the backspace key is behaving as the space key.

This is not happening when using karaf/bin/shell

@legacycode
Copy link
Contributor

I could reproduce and solve this issue. The problem is the environment variable TERM. This variable seems to be set to export TERM=xterm after attaching to the conatainer, but it is not! After running export export TERM=xterm the backsoace key works as expected in client console.

I found some other bug reports with more information. It seems to be a docker issue. Here you can find some more information:

dockerfile/mariadb#3
moby/moby#26461

PR #51 will solve this issue for now... maybe in the future there will be a better solution.

@cniweb
Copy link
Member

cniweb commented Jan 16, 2017

PR #51 merged, I close this issue.

@cniweb cniweb closed this as completed Jan 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants