- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HPUX 11.0: Erase Varible stty erase ^H
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
10-17-2002 06:50 AM
10-17-2002 06:50 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2002 07:05 AM
10-17-2002 07:05 AM
SolutionI assume you log in from a terminal (not CDE).
Try this in the .profile
ENV=.shrc ; export ENV
And then create a .shrc file containing
stty erase ^H
In this case the stty command is executed for evry shell.
PS
If you use CDE you should uncomment the line
DTSOURCEPROFILE=true
in the .dtprofile.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2002 07:07 AM
10-17-2002 07:07 AM
Re: HPUX 11.0: Erase Varible stty erase ^H
A little more information is needed.
Are you running an X-Window session?
As soon as you log in, do you enter "stty -a" to see what the current settings are?
Which shell are you logging in with?
Did you identify and examine all "startup" files for that shell?
If you are not logging into a standard shell, does the application you are running do any terminal manipulations? (we run a system called UniVerse, which does monkey with the stty settings).
-- Rod Hills
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2002 07:11 AM
10-17-2002 07:11 AM
Re: HPUX 11.0: Erase Varible stty erase ^H
I forgot the home directory.
ENV=$HOME/.shrc ; export ENV
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2002 07:17 AM
10-17-2002 07:17 AM
Re: HPUX 11.0: Erase Varible stty erase ^H
If you are having this problem when running CDE, edit the following file :
/usr/dt/config/C/sys/resources
You should find an entry for the tty settings in there :
# grep -i erase sys.resources
*ttyModes: erase ^? intr ^C kill ^U start ^Q stop ^S swtch ^@ susp ^Z
Change the erase here and restart the CDE session.
Regards,
James.