×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
On Wed, Nov 26, 2008 at 04:39, Pete Helgren <Pete@xxxxxxxxxx> wrote:
Google turned up nothing useful. I am not familiar enough with AIX or
Linux to know what the terminfo database would be. There is probably a
missing environment variable or something along those lines but I am not
sure.
There are two things that spring to my mind:
First of, call qp2term does not give you a real terminal, it's just a
"sorta-kinda" terminal, that does not look like a real terminal to
applications, which is why prompts etc. don't work. If you need a real
terminal, install SSH and connect to the SSH Server using an SSH
Client (e.G. putty on Windows or "ssh" inside a *nix terminal emulator
like xterm).
Now, here comes the next problem - the ssh client tells the ssh server
and applications what kind of terminal it is - xterm is one of the
more common defaults, as that is the default graphical terminal
emulator. You can try to set the $TERM environment variable to
"vt100", if PASE has anything resembling a termcap, this should be in
it.
export TERM="vt100"
Should do the trick. If not, you really need to find & install a
termcap, maybe from the same source you got git from.
As an Amazon Associate we earn from qualifying purchases.