On 01.04.2015 10:50 PM, Michael Stauffer wrote:
Thanks for the reply, Mihai. I'm using:
X2Go Client V. 4.0.3.2 (Qt - 4.8.6)
XQuartz 2.7.7
Thank you for the additional information. That's our latest release, OK.
Here's the output from running x2goclient --debug. [...]
[...] x2go-DEBUG-sshprocess.cpp:294> Starting tunnel via SshProcess object (2): "localhost":30018 -> "localhost":31018
x2go-DEBUG-onmainwindow.cpp:5337> "Starting NX proxy, command: "/Applications/x2goclient.app/Contents/exe/"nxproxy -S nx/nx,options=/Users/michael/.x2go/S-mgstauff-55-1427918194_stDGNOME_dp32/options:55" x2go-DEBUG-sshprocess.cpp:157> Direct tunnel: waiting for connections on "localhost":31018
x2go-DEBUG-sshprocess.cpp:244> copying file via SshProcess object (3): "/Users/michael/.esd_auth" -> "$HOME/.esd_auth"
x2go-DEBUG-sshmasterconnection.cpp:1273> SSH Master Connection copy - dst path:"$HOME" file:".esd_auth"
x2go-DEBUG-sshprocess.cpp:294> Starting tunnel via SshProcess object (4): "localhost":30019 -> "127.0.0.1":30019
x2go-DEBUG-sshmasterconnection.cpp:388> Requesting reverse tunnel from port 30019 to 30019 x2go-DEBUG-onmainwindow.cpp:5662> Proxy wrote on stderr: " NXPROXY - Version 3.5.0
Copyright (C) 2001, 2010 NoMachine. See http://www.nomachine.com/ for more information.
Info: Proxy running in client mode with pid '82945'. Session: Starting session at 'Wed Apr 1 15:56:41 2015'. Error: Failed to resolve address of 'localhost'. Error: Unknown remote host 'localhost'. Session: Session terminated at 'Wed Apr 1 15:56:41 2015'. " QProcess: Destroyed while process is still running. x2go-DEBUG-onmainwindow.cpp:5519> Deleting Proxy. x2go-DEBUG-onmainwindow.cpp:5568> Waiting for proxy to exit. x2go-DEBUG-onmainwindow.cpp:5588> Checking exit status.
Oh, and that's the good bit -- but very weird bit. "localhost" cannot be resolved on your system.
Have you ever edited /etc/hosts?
What is its content?
Normally, it should include at least the following entries: 127.0.0.1 localhost 255.255.255.255 broadcasthost ::1 localhost fe80::1%lo0 localhost
Which make localhost resolvable.
Mihai