- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: wierd terminal emulation
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
03-19-2002 11:46 AM
03-19-2002 11:46 AM
wierd terminal emulation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 11:48 AM
03-19-2002 11:48 AM
Re: wierd terminal emulation
Sandip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 11:48 AM
03-19-2002 11:48 AM
Re: wierd terminal emulation
Some points:
1) Make sure that your terminal settings are proper ( should match with the terminal settings, in the system )
2) Check the terminal variables and key mappings.
3) Check 'stty' details.
4) Check 'env' information.
If all of these are set properly and if you have a good terminal, then it will work properly.
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 11:51 AM
03-19-2002 11:51 AM
Re: wierd terminal emulation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 12:42 PM
03-19-2002 12:42 PM
Re: wierd terminal emulation
speed 300 baud; -parity hupcl
min = 1; time = 1; intr = ^C; erase = ^H; kill = ^U;
eol
susp = ^Z; dsusp = ^Y;
werase = ^W; lnext = ^V;
brkint -inpck icrnl ixoff onlcr tab3
-iexten echo echoe echok
-echoke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 12:57 PM
03-19-2002 12:57 PM
Re: wierd terminal emulation
I'm glad to see that you are not a UNIX newbie though that was far from obvious in your question. A non-newbiw would have listed a stty -a so that the value of icanon could have been observed. A non-newbie would have referred to control-c not working as the interrupt key not working as expected. I'm also surprised to see a 300 baud setting that too is non-typical. If icanon is set and intr is set to Ctrl-C, I can only surmise that your keyboard mapping on your PC-Emulator needs to be examined so that a Ctrl-C does indeed generate an ASCII 003.
Regards, Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 01:37 PM
03-19-2002 01:37 PM
Re: wierd terminal emulation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2002 02:09 AM
03-21-2002 02:09 AM
Re: wierd terminal emulation
You could help by telling us what sort of terminal you are physically at.
If its an emulator, which one.
How about the output from
stty -a
echo $TERM
ttytype -v
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2002 07:23 AM
03-21-2002 07:23 AM
Re: wierd terminal emulation
Being a little soured by the pretentious response recieved from A. Clay Stephenson I looked elsewhere for the answer... and found it. It was a pretty simple fix, as I thought it would be. I only wish I could revoke points.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2002 01:09 AM
04-01-2002 01:09 AM