Operating System - Linux
1825551 Members
2489 Online
109681 Solutions
New Discussion юеВ

Glance outputfrom HP-UX machine to Linux terminal = jibberish

 
Patrick Ware_1
Super Advisor

Glance outputfrom HP-UX machine to Linux terminal = jibberish

Hello, I don't know if I just have the wrong terminal variable set, but I login to a HP-UX server from my Red Hat Linux workstation, and run glance. When glance starts, the status bars do not show up correctly, but as jibberish... Anyone know what I might do to fix this? What setting?

Thanks in advance!
2 REPLIES 2
Patrick Ware_1
Super Advisor

Re: Glance outputfrom HP-UX machine to Linux terminal = jibberish

Ok, to clarify, it works from the main terminal, but not from terminal windows inside of gnome.
Mike Stroyan
Honored Contributor

Re: Glance outputfrom HP-UX machine to Linux terminal = jibberish

gnome-terminal has trouble with some of the escape sequences that glance sends for the default TERM value of xterm. You can get clean glance output to gnome-terminal by setting "export TERM=dtterm". The terminfo sequences for HP-UX's dtterm work well with gnome-terminal. Glance will complain if you try to use it in an 24x80 gnome-terminal. It wants at least 25 lines to allow room for function key labels.