Hi Gerald,
On 13.03.2015 07:06 AM, richter@ecos.de wrote:
I am using x2go for a long time with x2goserver 4.0.1.15 on OpenSuSE 13.1 without problems, but there are no updated packages for OpenSuse
As client I have windows x2goclient 4.0.3.2 running on windows 8.1
So I installed an Ubuntu 14.10 and the newest x2goserver packages:
x2goversion
x2goagent: 3.5.0.28
x2goserver: 4.0.1.19
x2goserver-extensions: 4.0.1.19
x2goserver-xsession: 4.0.1.19
Session resume does not work on the new machine.
Session.log says:
Session: Resuming session at 'Fri Mar 13 06:22:59 2015'.
Info: Proxy running in server mode with pid '18931'.
Info: Waiting for connection from 'localhost' on port '30001'.
And after one minute:
Info: Aborting the procedure due to signal '1'.
That's SIGHUP. I can only speculate that x2goagent died?
Session: Display failure detected at 'Fri Mar 13 06:23:59 2015'.
Session: Suspending session at 'Fri Mar 13 06:23:59 2015'.
Session: Session suspended at 'Fri Mar 13 06:23:59 2015'.
I tried to run x2goclient –debug but did not find the place where the log is written on window.
Any idea what’s wrong or how to debug this?
Regarding X2Go Server please see: http://wiki.x2go.org/doku.php/wiki:development:debugging
Regarding X2Go Client... it does not create a debug log. You have to do that yourself. It's as easy as starting x2goclient.exe with --debug > debug.log 2>&1 from cmd.exe. Make sure to cd into the directory where you want to have the debug.log written and use the correct path to x2goclient.exe.
Mihai