- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- stty and tty behavior
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-31-2008 10:05 AM
03-31-2008 10:05 AM
stty and tty behavior
# stty
speed 38400 baud; -parity hupcl
min = 1; time = 1; erase = DEL;
swtch
brkint -inpck icrnl onlcr tab3
-iexten echo -echoe echok
-echoctl -echoke
# env
_=/usr/bin/csh
MANPATH=/usr/share/man:/usr/dt/man:/usr/local/man:/usr/openwin/man:/usr/man:/usr/admsnap/man:/opt/ignite/share/man:/opt/samba/man:/opt/resmon/share/man
SHLIB_PATH=/usr/lib:/usr/lib/X11R5:/opt/Navisphere/lib:/opt/java1.4/jre/lib/PA_RISC2.0/hotspot:/opt/java1.4/jre/lib/PA_RISC2.0
PATH=/usr/sbin:/usr/bin:/sbin:/usr/local/bin:/usr/ccs/bin:/usr/local/sbin:/opt/Navisphere/bin:/opt/java1.4/jre/bin:/usr/optio/eci77/bin/
COLUMNS=80
LOGNAME=root
ERASE=^H
OPTIO_HOME=/usr/optio/
SHELL=/sbin/sh
JAVA_HOME=/opt/java1.4
HOME=/
TERM=xterm
PWD=/
TZ=PST8PDT
LINES=31
autologout=4800
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2008 10:19 AM
03-31-2008 10:19 AM
Re: stty and tty behavior
Try using:
# stty sane
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2008 10:25 AM
03-31-2008 10:25 AM
Re: stty and tty behavior
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2008 10:47 AM
03-31-2008 10:47 AM
Re: stty and tty behavior
See the manpages for 'stty'. In particular note The EXAMPLES section. In your case, it appears that you need to specify the correct control sequences and redirect them to STDIN of '/dev/ttyconf'.
The Technical Knowledge Base ( # emr_na-c01007288-1 ) suggests that Ignite may have been the causitive culprit.
Regards!
...JRF...
#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2008 11:13 AM
03-31-2008 11:13 AM
Re: stty and tty behavior
> [...]
"stty -a" might tell us more.
> CTL-C no longer works, nor does backspace.
> erase = DEL;
Apparently, Delete might (unless it's also
assigned to other actions).
> [...] trying to set erase does not work
> either.
Set how? It's hard to tell what you might be
doing wrong if you won't say what you did.
Also, "does not work" is not a useful
description of either what you did or what
happened when you did it, both of which may
be necessary data in a case like this.
> [...] -echoe [...]
"man stty" should explain why this might be a
poor choice for an xterm.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2008 01:45 AM
04-01-2008 01:45 AM
Re: stty and tty behavior
stty intr ^c susp ^z erase ^h kill ^u