Bug 798323
| Summary: | Unicode characters break CLI when executed from a subshell | ||
|---|---|---|---|
| Product: | Red Hat Satellite | Reporter: | Tomas Strachota <tstrachota> |
| Component: | katello-agent | Assignee: | Ivan Necas <inecas> |
| Status: | CLOSED NOTABUG | QA Contact: | Katello QA List <katello-qa-list> |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6.0.1 | CC: | bkearney, cpelland, cwelton, inecas, mmccune, omaciel |
| Target Milestone: | Unspecified | Keywords: | Triaged |
| Target Release: | Unused | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | katello-cli-0.2.6-1, katello-cli-tests-0.2.2-1 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-04-25 12:06:31 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Tomas Strachota
2012-02-28 16:07:42 UTC
Fixed in katello-cli-0.2.4-1 All string inputs are converted to unicode as soon as possible. If there's no encoding settings forced from outside, utf-8 is set as default for stderr and stdout. One more update in katello-cli-0.2.5-1 Forgot to change spec file. It should by all finally fixed in katello-cli-0.2.6-1 QA Verified: 0.1.303-1.el6 This fix causes another bug which is described here: https://bugzilla.redhat.com/show_bug.cgi?id=836575 Talked to inecas, he is working on this. This is a regression after commit 57dfe2924527f1efe66eec9bc53854bc51f27722 Fix is in pull request https://github.com/Katello/katello/pull/286 Note after more investigation: https://bugzilla.redhat.com/show_bug.cgi?id=836575 is not caused by the fix of this bug. See comments there for details. getting rid of 6.0.0 version since that doesn't exist *** Bug 998028 has been marked as a duplicate of this bug. *** This is a python specific problem which will not be an issue in the new hammer based cli. |