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
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] <wolfe_kevin@bah.com> 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 x2go-user@lists.x2go.org http://lists.x2go.org/listinfo/x2go-user
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.
-- Then restart the daemon (as root): -- # systemctl restart sshd.service
Best,
-----Original Message----- From: Michael DePaulo [mailto:mikedep333@gmail.com] Sent: Tuesday, June 24, 2014 9:49 AM To: Wolfe, Kevin [USA] Cc: x2go-user@lists.x2go.org 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] <wolfe_kevin@bah.com> 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 x2go-user@lists.x2go.org http://lists.x2go.org/listinfo/x2go-user