- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Linux terminfo or xterm problem
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-11-2003 12:30 PM
03-11-2003 12:30 PM
Linux terminfo or xterm problem
When I use an xterm started on a HP-UX or Solaris host and ssh to a linux box, underline and inverse video are not terminated properly.
ie: doing a man on man give underlines that can span pages of output. Or using more cause inverse video for all output after the first page.
I'm assuming it's a issue with Linux as it happens from both HPUX and Solaris. Does the terminfo/cap need fixed or ????
Thanks
J Sadler
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2003 02:35 PM
03-11-2003 02:35 PM
Re: Linux terminfo or xterm problem
TERM=ansi
TERM=vt100
TERM=vt200
You might get different behaviors and therefore a clue to the progblem.
I have been vexed trying to make neterm work with Linux and not screw with color configuration when you do a ll or ls command.
The best I've done so far is download a ssh terminal program named putty
That's not going to help with this, just venting.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2003 08:22 PM
03-11-2003 08:22 PM
Re: Linux terminfo or xterm problem
read a post on itrc some time back (dont remember exact details) which provided a possible solution to this problem.
the idea was to use infocmp / tic / untic to decompile the terminfo file of linux and take it to a hp box and compile it there. and then use the terminal type as linux.
may be you can read the man pages and give a try. and post the solution book. (and i will not forget to do a book mark :-) )
hth
-balaji
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2003 08:20 AM
03-12-2003 08:20 AM
Re: Linux terminfo or xterm problem
In HP-UX, a terminfo database of hundreds of terminal characteristics files are kept in /usr/lib/terminfo. These files are in binary format but can be read with untic as in: untic vt100
The man page for terminfo lists all the Curses library parameters that may be called from application programs. Earlt code writers found that some terminals would start an enhancement (ie, underline) and the next CR or LF character would turn it off. But other terminals needed an End-Enhancment or End-all-enhancments escape sequence to stop the underlining.
So if a program is written to properly terminate the sequence, yet it does not work then the terminfo entry is incorrect. There will be an smul entry for underlining, but there should also be rmul to exit underlining as well as sgr0 to exit all enhancment modes.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2003 06:34 AM
03-20-2003 06:34 AM
Re: Linux terminfo or xterm problem
Might just not only be terminfo/termcap. I've
experienced some really wierd stuff when bash is invovled.
* What are the shells you're using?
* Can you do a "stty -a" on both ends?
* Are you sure you're using xterm and not dtterm on Solaris/HP-UX?
Regards,
Runar J??rgensen