- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Double characters from nowhere
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2002 11:22 AM
07-02-2002 11:22 AM
Double characters from nowhere
Periodically, for some reason, on a k-class server running 10.20, users will complain that they suddenly begin getting two charaters for every one typed. It doesn't matter if it's an xterm or telnet session. Doesn't matter if it's a terminal emulation program on a PC, or whatever. Rebooting either their PC OR the server clears up the problem.(for a while). I've checked environment variables and stty settings. nothing has changed. Is anyone aware of a patch or something I may be overlooking?
Thanks in advance,
Ed Johnson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2002 11:28 AM
07-02-2002 11:28 AM
Re: Double characters from nowhere
^]
telnet> toggle echo
That takes care of the problem.
HTH
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2002 11:31 AM
07-02-2002 11:31 AM
Re: Double characters from nowhere
Suspect that some script is running the
stty echo
command to echo all chars typed.
This can be confirmed when the next time it happens, have the user run
stty -echo
If it stops *something* had to have turned it on. Then the detective work starts....What did they do just prior to onset?....
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2002 11:42 AM
07-02-2002 11:42 AM
Re: Double characters from nowhere
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2002 11:48 AM
07-02-2002 11:48 AM
Re: Double characters from nowhere
The kinds of things that can cause this are abnormal terminations of applications before the terminal can be restored to its original settings.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2002 11:56 AM
07-02-2002 11:56 AM
Re: Double characters from nowhere
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2002 12:02 PM
07-02-2002 12:02 PM
Re: Double characters from nowhere
Think Clay nailed it - it's local echoing.
Should've remembered that....but that's why's he got a salad hat....
Yep good ole' abends will leave terminals in oddball states.
If it's at the shell & double-char, then try
stty sane
to get back to normal.
If it's in the app, I'm not sure what you can do - shell-out to reset?
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2002 12:10 PM
07-02-2002 12:10 PM
Re: Double characters from nowhere
vi is very sensitive to the proper TERM being set. It sends loads of control characters & set modes all over the place - could be a term type mismatch that blunders into this.
Have them
echo $TERM
when they are having this problem & then determine just what their terminal device is & should be set to & make sure they match.
May need to customize their .profile or do some tset work in there to get their TERM proper @ login.
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2002 12:15 PM
07-02-2002 12:15 PM
Re: Double characters from nowhere
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2002 06:24 PM
07-02-2002 06:24 PM
Re: Double characters from nowhere
In local echo mode, the terminal keyboard produces text on the screen regardless of whether the cable is connected or not. But in remote echo mode, the keyboard sends the character to the computer and that's all. Then if the computer gets the character and all the software works corerctly, the character will be echoed back to the screen. It looks like you're typing on the screen but really, you are typing to the computer and it in turn puts the characters onto the screen.
The most common problem is with people that cat binary files (which have lots of nasty escape codes) that change terminal settings. It would take a serial analyzer to see if only one character comes back to the terminal.
Bill Hassell, sysadmin