Mihai Moldovan
2018-01-09 23:17:54 UTC
tag #1230 pending
fixed #1230 4.0.1.23
thanks
Hello,
X2Go issue #1230 (src:x2goserver) reported by you has been
fixed in X2Go Git. You can see the changelog below, and you can
check the diff of the fix at:
http://code.x2go.org/gitweb?p=x2goserver.git;a=commitdiff;h=7a76b29
The issue will most likely be fixed in src:x2goserver (4.0.1.23).
light+love
X2Go Git Admin (on behalf of the sender of this mail)
---
commit 7a76b291ed589775ee5d84c34b677fd621ce6d11
Author: Mihai Moldovan <***@ionic.de>
Date: Thu Jan 4 06:16:51 2018 +0100
x2goserver/bin/x2go{startagent,resume-session}: use x2gogetfreeport instead of duplicating the same code everywhere. Fixes: #1230.
Also, rely on it returning a valid value and try at most 10 times to
fetch a usable port value, then error out and make the session startup
or resumption fail.
diff --git a/debian/changelog b/debian/changelog
index 818e823..f8582d4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -51,6 +51,11 @@ x2goserver (4.0.1.23-0x2go1) UNRELEASED; urgency=medium
quotes on the lib path line.
- x2goserver/bin/x2goresume-session: properly randomize first port, just
like in x2gostartagent.
+ - x2goserver/bin/x2go{startagent,resume-session}: use x2gogetfreeport
+ instead of duplicating the same code everywhere. Fixes: #1230. Also,
+ rely on it returning a valid value and try at most 10 times to fetch a
+ usable port value, then error out and make the session startup or
+ resumption fail.
* x2goserver.spec:
- RPMify x2goserver-xsession description.
- Remove qt4 stuff, we're not using the framework here.
fixed #1230 4.0.1.23
thanks
Hello,
X2Go issue #1230 (src:x2goserver) reported by you has been
fixed in X2Go Git. You can see the changelog below, and you can
check the diff of the fix at:
http://code.x2go.org/gitweb?p=x2goserver.git;a=commitdiff;h=7a76b29
The issue will most likely be fixed in src:x2goserver (4.0.1.23).
light+love
X2Go Git Admin (on behalf of the sender of this mail)
---
commit 7a76b291ed589775ee5d84c34b677fd621ce6d11
Author: Mihai Moldovan <***@ionic.de>
Date: Thu Jan 4 06:16:51 2018 +0100
x2goserver/bin/x2go{startagent,resume-session}: use x2gogetfreeport instead of duplicating the same code everywhere. Fixes: #1230.
Also, rely on it returning a valid value and try at most 10 times to
fetch a usable port value, then error out and make the session startup
or resumption fail.
diff --git a/debian/changelog b/debian/changelog
index 818e823..f8582d4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -51,6 +51,11 @@ x2goserver (4.0.1.23-0x2go1) UNRELEASED; urgency=medium
quotes on the lib path line.
- x2goserver/bin/x2goresume-session: properly randomize first port, just
like in x2gostartagent.
+ - x2goserver/bin/x2go{startagent,resume-session}: use x2gogetfreeport
+ instead of duplicating the same code everywhere. Fixes: #1230. Also,
+ rely on it returning a valid value and try at most 10 times to fetch a
+ usable port value, then error out and make the session startup or
+ resumption fail.
* x2goserver.spec:
- RPMify x2goserver-xsession description.
- Remove qt4 stuff, we're not using the framework here.