[X2Go-Commits] [x2goserver] 02/02: x2goserver-x2goagent/etc/x2goagent.options: disable BIG-REQUESTS; leads to a lot of weird crashes and is currently not implemented correctly in nxagent. Fixes: #1266.

git-admin at x2go.org git-admin at x2go.org
Fri Mar 2 23:48:43 CET 2018


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2goserver.

commit dedc6aa4baeb7035079d14c9eae790d9dca6809e
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Fri Mar 2 23:45:30 2018 +0100

    x2goserver-x2goagent/etc/x2goagent.options: disable BIG-REQUESTS; leads to a lot of weird crashes and is currently not implemented correctly in nxagent. Fixes: #1266.
---
 debian/changelog                           | 3 +++
 x2goserver-x2goagent/etc/x2goagent.options | 4 ++++
 2 files changed, 7 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index a8deb76..419601a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -111,6 +111,9 @@ x2goserver (4.1.0.1-0x2go1) UNRELEASED; urgency=medium
     - X2Go/Server/DB.pm: don't use X2Go::Server::DB::MySQL for now.
     - X2Go/Server/DB.pm: comment out calls to X2Go::Server::DB::MySQL::*.
     - x2goserver-x2goagent/etc/x2goagent.options: typo fix in comment only.
+    - x2goserver-x2goagent/etc/x2goagent.options: disable BIG-REQUESTS; leads
+      to a lot of weird crashes and is currently not implemented correctly in
+      nxagent. Fixes: #1266.
   * debian/{control,compat}:
     + Bump DH compat level to 9.
   * debian/:
diff --git a/x2goserver-x2goagent/etc/x2goagent.options b/x2goserver-x2goagent/etc/x2goagent.options
index be1aabd..a521d17 100644
--- a/x2goserver-x2goagent/etc/x2goagent.options
+++ b/x2goserver-x2goagent/etc/x2goagent.options
@@ -29,3 +29,7 @@ X2GO_NXAGENT_DEFAULT_OPTIONS+=" -nolisten tcp"
 # Possible values for the -clipboard option: both, server, client, none
 # If this option stays commented out, clients can choose the sessions' clipboard behaviour...
 #X2GO_NXAGENT_DEFAULT_OPTIONS+=" -clipboard both"
+
+# Disable BIG-REQUESTS, nx-libs does not implement this extension correctly.
+# Leads to all sorts of weird crashes if left enabled.
+X2GO_NXAGENT_DEFAULT_OPTIONS+=" -extension BIG-REQUESTS"

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git


More information about the x2go-commits mailing list