Bug 864372
| Summary: | CLI - some keys does not work in "shell" | ||
|---|---|---|---|
| Product: | Red Hat Satellite | Reporter: | Hayk Hovsepyan <hhovsepy> |
| Component: | API | Assignee: | Martin Bacovsky <mbacovsk> |
| Status: | CLOSED ERRATA | QA Contact: | Corey Welton <cwelton> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.0.0 | CC: | asettle, bkearney, dmacpher, gkhachik, inecas, mbacovsk, mmccune, omaciel |
| Target Milestone: | Unspecified | Keywords: | Regression, Triaged |
| Target Release: | Unused | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: |
Arrow keys and Tab failed to execute when typing commands in the System Engine shell. As a result, auto-completion failed. This fix encodes stdout to run commands. Arrow keys and Tab are now active.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-12-04 19:57:04 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Hayk Hovsepyan
2012-10-09 09:19:08 UTC
Which commands are not working for example? Also only the autocompletion does not work, or the commands itself? Autocompletion does not work. addedbeta 5. PR for bug #858960 brings in stdout encoding which is not supoprted by python readline that provides shell completion and history. PR https://github.com/Katello/katello/pull/841 makes the stdout encoding active just for the time the commands executes. Merged in commit 28f5d12. QE verified; arrow keys and tab now work. CloudForms System Engine Version: 1.1.12-17.el6cf Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHSA-2012-1543.html |