Thanks for the help and sorry for the late reply. I just wanted to provide the solution. I was following the instructions on the ArchLinux X2Go site (https://wiki.archlinux.org/index.php/X2Go) and had skipped the following steps. Actually executing them solved the issue, though I do not know why.
-- If you are using other than POSIX (C) locale, you may want to add the following line to /etc/ssh/sshd_config: -- # Allow client to pass locale environment variables -- AcceptEnv LANG LC_* -- -- Then restart the daemon (as root): -- # systemctl restart sshd.service Best, - Kevin -----Original Message----- From: Michael DePaulo [mailto:[email protected]] Sent: Tuesday, June 24, 2014 9:49 AM To: Wolfe, Kevin [USA] Cc: [email protected] Subject: [External] Re: [X2Go-User] Suspending terminates applications Hi Kevin, I am not an expert on the session database, but I would recommend setting loglevel=debug in /etc/x2go/x2goserver.conf while you are troubleshooting this. The output goes to syslog. Once it is set to debug, /tmp/.x2go-$user/session-C-*.log (symlinked from ~/.x2go/C-*/session.log) should persist after your session terminates. That log is worth looking at also. -Mike#2 On Mon, Jun 23, 2014 at 12:24 PM, Wolfe, Kevin [USA] <[email protected]> wrote: > Hi, > > > > I have set up x2goserver on an ArchLinux machine and am connecting in > through a Windows client. The server is a headless, no-desktop setup > and am connecting in for shell purposes only. I run ‘xterm’ as a > custom program upon connection, which starts fine. However, when I > attempt to suspend the connection (using the GUI pause button, or > closing the client program, no difference), the session terminates – > killing all applications run through the xterm window. Further (and I > may not know exactly if I’m checking this right), I do not believe > that the session is registering in the database (as viewed through sqliteman). > > > > Any assistance in debugging would be most appreciated. > > > > - Kevin > > > _______________________________________________ > x2go-user mailing list > [email protected] > http://lists.x2go.org/listinfo/x2go-user _______________________________________________ x2go-user mailing list [email protected] http://lists.x2go.org/listinfo/x2go-user
