Bug 104036
| Summary: | stty incorrectly changes terminal settings | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Norman Stevens <norman.stevens> | ||||
| Component: | sh-utils | Assignee: | Tim Waugh <twaugh> | ||||
| Status: | CLOSED WORKSFORME | QA Contact: | Ben Levenson <benl> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 7.2 | CC: | lhh | ||||
| 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: | 2005-09-16 16:40:20 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: | |||||||
| Attachments: |
|
||||||
Created attachment 94318 [details]
output from script showing terminal settings
This seems to be casued by the /etc/bashrc invocation of stty. lhh: Was that causing problems with screen(1) as well did you say? Sort of. Screen only works properly with "stty `tput kbs`". This is reminiscent of: http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=91357 Is this all fixed now? I remember there were some changes in screen. |
Description of problem: su incorrectly changes the stty settings Version-Release number of selected component (if applicable): sh-utils 2.0.11 How reproducible: Log in to RedHat linux machine with ssh/telnet/whatever then su to root. Steps to Reproduce: 1. use telnet/ssh/whatever to log in to linux machine. 2. su to root or other user. Actual results: When initially logged in the terminal settings are correct. After su the terminal settings are incorrect. Specifically erase has been set to ^?. Expected results: Terminal settings should be unchanged. stty -a should report the settings as set on remote machine prior to logging in. Additional info: