× 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.



Instead of trying to get git to function inside of the qp2term, how
about using the VNC server process and then connecting to it using a VNC
client?

This is what I had to do when figuring out some sftp and ssh connections
that definitely didn't like the 5250-ish vt100 kinda sorta connections.
But when I ran things using VNC, it was right as rain.

The wiki VNC page has info on how to do this, and best of all, the
5799PTL - iSeries Tools for Developers which needs to be installed on
your AS/400 server is free from IBM.

http://wiki.midrange.com/index.php/VNC

Good luck and happy pre-turkey day!

Brian Dolinar.

"Lukas Beeler" <lukas.beeler@xxxxxxxxxxxxxxxx> wrote in message
news:<mailman.6511.1227685762.13295.midrange-l@xxxxxxxxxxxx>...
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.

--
Read my blog at http://projectdream.org

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.