The following commits on x2goserver branch release/4.0.1.x are problematic because they make use of system_capture_stdout_output which is not in that branch:
commit 27b0fd76c4428ca45f30eeb577b1aafb205083c9 Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Jun 22 23:48:45 2015 +0200
x2goserver/sbin/x2gocleansessions: move up session status sync a
bit, don't update session state when session has been removed from the database.
commit 08ab5c8b404690062a34f353a3294677e931ff75 Author: Mihai Moldovan <ionic@ionic.de> Date: Sun Jun 21 22:39:05 2015 +0200
x2goserver/sbin/x2gocleansessions: re-fetch the current sessions'
status before handling it.
Using the "cached" value from the initial x2golistsessions run may be
desynchronized with the actual current value. Avoids a race condition
logging users out after they attached to a session.
After fixing this, is there any ETA on a x2goserver 4.0.1.20 release?
I'm seeing an issue where x2gocleansessions is continually suspending a session it appears to think is running, and am wondering if it has already been fixed.
-- Orion Poplawski Technical Manager 303-415-9701 x222 NWRA, Boulder/CoRA Office FAX: 303-415-9702 3380 Mitchell Lane orion@nwra.com Boulder, CO 80301 http://www.nwra.com
On 03.02.2016 09:58 PM, Orion Poplawski wrote:
The following commits on x2goserver branch release/4.0.1.x are problematic because they make use of system_capture_stdout_output which is not in that branch:
Thanks for catching this! http://code.x2go.org/gitweb?p=x2goserver.git;a=commitdiff;h=1cc93d59f6bb2559... should take care of it (but please go ahead and test, still.)
After fixing this, is there any ETA on a x2goserver 4.0.1.20 release?
I'm seeing an issue where x2gocleansessions is continually suspending a session it appears to think is running, and am wondering if it has already been fixed.
I guess it has deserved a release if everything seems to be working, yes.
Currently two other releases are planned (for translations reasons): X2Go Client and PyHoca GUI. Some time next week or the week after, whenever the translators are done.
For X2Go Client, there might be a blocker on the -user list, I need to investigate that.
I can make an x2goserver release detached from the other two earlier.
Mihai