Bug 1141
| Summary: | xconsole is not 8 bit clean | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Marc MERLIN <marc_soft> |
| Component: | XFree86 | Assignee: | Preston Brown <pbrown> |
| Status: | CLOSED ERRATA | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 5.2 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 1999-08-16 20:53:36 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
Marc MERLIN
1999-02-13 06:12:47 UTC
I was unable to replicate this problem in our test lab. I tried again with starbuck's xconsole, and it's the same. Here's a simple test case, please try it out: echo -e 'a\na1i3\nb' > /dev/console shows: a a13 b note that 1 and 3 are not supposed to touch one another. In case this should make a difference: moremagic:~$ echo $LC_ALL fr_FR moremagic:~$ echo $LANG fr If you tell me this also works for you, I'll drop the case, and assume something is broken on my side. Ok, I tried again on a straight 6.0 install and the problem is really there, I'm not sure why dkl wasn't able to reproduce the bug. I simply did: - startx (gdm is broken and doesn't chown the console to the user who logs in, so xconsole can't work. That's a separate problem though) - launch xconsole - echo ripertoire >/dev/console What shows up on the xconsole is rpertoire... Confirmed in test lab with XFree86-3.3.3.1-52 This will be fixed in the next release of XFree86. |