Glenn Robinson
Glenn Robinson
I had default and 37 originally but I also tried 3477-FC and 285 but these don't make any difference. Pressing left, right, up and down cursor keys show the following:...
No, it works fine. I use MobaXterm to SSH in to my LPARs. If I then run TN5250 from the SSH session it works as expected. Glenn Robinson IBM Storage...
I'm wondering if this has anything to do with the shell program when TN5250 is first started. Does VSC run ksh or bash as the shell? I'm clutching at straws...
No further progress I'm afraid. I was hoping that putting export TERM=xterm at the top of my .profile file might fix this but no luck. When I first set up...
The IBM Open Source documentation specifies that you should add /QOpenSys/pkgs/bin to the PATH variable as that's where yum installs the binaries it installs. It recommends updating your ~/.profile https://bitbucket.org/ibmi/opensource/src/972b0065901784cb5327d25714fe19caa271a502/docs/yum/#markdown-header-must-know-usage-notes-read-this-after-you-install...
Thanks for that. I have managed to get around this by doing the following: ``` - name: Update packages yum: name: "*" state: present: use_backend: yum environment: PATH: "/QOpenSys/pkgs/bin://QOpenSys/usr/bin:/usr/ccs/bin:/QOpenSys/usr/bin/X11:/usr/sbin:.:/usr/bin" ```...