- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Unable to use keypad
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
12-03-2003 01:02 PM
12-03-2003 01:02 PM
I access the servers using a telnet program on my PC. For some servers, I can use the keypad to key in numbers, for for others, I cannot.
It returns some escape/control character (^[)
Both are running 11.00. I suspect it has something to do with the .profile or .login files. If so, what should I look out for?
Also, I set the SHELL and TERM to be the same, i.e ksh and vt220
Appreciate all assistance.
Rgds,
Shahril
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2003 01:48 PM
12-03-2003 01:48 PM
Re: Unable to use keypad
/etc/profile
$HOME/.profile
$HOME/.login
Also run the 'stty -a' to see the differences. Have a look at the stty and termio man pages.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2003 02:07 PM
12-03-2003 02:07 PM
Re: Unable to use keypad
This should fix you:
On a "good" box:
untic vt220 > vt220.tic
ftp or rcp vt220.tic to /var/tmp/vt220.tic on the "bad" box.
On a "bad" box:
First make a safe copy of the existing vt220 terminfo entries:
untic vt220 > /somewhere/vt220.tic.safe
Now tic the "good" entry:
tic /var/tmp/vt220.tic
You should be fixed.
tic -> terminfo compiler; man terminfo for details.
There is probably a difference in the terminal initialization string or one does not have the keypad application mode properly defined.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2003 02:42 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2003 02:57 AM
12-05-2003 02:57 AM
Re: Unable to use keypad
On 11.X see man infocmp
See also xmodmap especially with pke option
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2003 02:49 PM
12-07-2003 02:49 PM
Re: Unable to use keypad
Apparently, it was some setting on the telnet program after all.
Since each host had its own profile on my PC, somehow the profiles are not all similar.
Anyway, Clay, your posting may be useful for someone else in future.
Rgds,
Shahril