Intel® DevCloud
Help for those needing help starting or connecting to the Intel® DevCloud
1772 Discussions

Not able to run GUI Applications with X2GO

satvik_patel
Beginner
208 Views

I've logged into a node.  To be specific,

3) Stratix 10 PAC Compilation and Programming - RTL AFU, OpenCL

I want to run Quartus GUI. It said I should run "ssh -L 4002:s005-n005:22 devcloud" command in another tab of MobaXterm. Then open X2Go in local machine and followed further instruction but I am getting this error
"Socker error: Disconnected"

I've made sure that the open tabs in Mobxterm are not un-attended so that they stay alive.


Also I get this when I run the command: "ssh -L 4002:s005-n005:22 devcloud"
""
>ssh -L 4002:s005-n005:22 devcloud
stty: tcgetattr standard input: Inappropriate ioctl for device
bind [127.0.0.1]:4002: Address already in use
channel_setup_fwd_listener_tcpip: cannot listen to port: 4002
Could not request local forwarding.
X11 forwarding request failed on channel 0
""

My SSH Config file contents are:
""
Host devcloud
User <UID>
IdentityFile ~/.ssh/devcloud-access-key-<UID>.txt
ProxyCommand ssh -T -i ~/.ssh/devcloud-access-key-<UID>.txt guest@ssh.devcloud.intel.com ForwardX11 yes
""

 

0 Kudos
0 Replies
Reply