I just installed x2goserver-xsessions on fedora f24, and now x2go stopped working. I get: Oct 25 09:17:41 nbecker7 mate-session[13499]: WARNING: Failed to acquire org.gnome.SessionManager
Before installing x2goserver-xsessions everything seemed to be working OK.
Robert Dinse wrote:
It sounds as if you do not have x2goserver-xsessions installed. With
out this package sessions will not terminate when you logout.
-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-
_-_-_-
Eskimo North Linux Friendly Internet Access, Shell Accounts, and Hosting. Knowledgeable human assistance, not telephone trees or script readers. See our web site: http://www.eskimo.com/ (206) 812-0051 or (800) 246-6874.
On Sat, 22 Oct 2016, Sebastian T. wrote:
Date: Sat, 22 Oct 2016 21:39:05 +0200 From: Sebastian T. <dpbasti@wp.pl> To: x2go-user@lists.x2go.org Subject: [X2Go-User] terminating suspended sessions
After some time unclosed sessions fill all the memory on the server. It is hard to discipline users to always close sessions -they just close the client instead.
Is there any more elegant way of clearing all suspended sessions then the command I have here:
for f in
/usr/sbin/x2golistsessions_root |grep \|S\| | cut -c-5
; do /usr/ bin/x2goterminate-session "$f" && kill "$f";done