#263
[Unix] X11 Forwarding
On client machine, define Env. Property :
DISPLAY=
run Xming server (default config)
start Putty with X11 enabled and X11 server defined.
connect to remote server
run command
xhost +<server_IP_address>
or
/usr/openwin/bin/xhost +<server_IP_address>
test X11 server using command :
gedit &
In case of font issue, run this command before starting installer :
export AWT_TOOLKIT=XToolkit
For Linux, ensure X11 packages are all installed :
xorg-x11-xauth
or
xorg-x11*
Ensure also that SSH allow X11 forwarding :
grep X11 /etc/ssh/sshd_config
X11Forwarding yes X11DisplayOffset 10 X11UseLocalhost yes
[Oracle] PL/SQL enable log [Unix] Detailled ‘ps’
For Cent OS, install the following dependencies :
Error: Can’t open display:
On some RHEL the AdressFamily is set to “any” instead of “inet” in the SSHD config :
File : /etc/ssh/sshd_config
Check :
See https://superuser.com/a/1583912
And https://bugzilla.redhat.com/show_bug.cgi?id=1027197
Error: libgtk-3.so.0: cannot open shared object file: No such file or directory
RHEL8 Error: libGL.so.1: cannot open shared object file: No such file or directory
RHEL test: