From unknown Thu Mar 28 22:41:52 2024 X-Loop: owner@bugs.x2go.org Subject: Bug#504: Fwd: [Bug 1100985] New: x2go clients fail to connect to servers using polyinstantiated /tmp directories Reply-To: Orion Poplawski , 504@bugs.x2go.org Resent-From: Orion Poplawski Resent-To: x2go-dev@lists.x2go.org Resent-CC: X2Go Developers X-Loop: owner@bugs.x2go.org Resent-Date: Tue, 27 May 2014 19:45:01 +0000 Resent-Message-ID: Resent-Sender: owner@bugs.x2go.org X-X2Go-PR-Message: report 504 X-X2Go-PR-Package: x2goserver X-X2Go-PR-Keywords: Received: via spool by submit@bugs.x2go.org id=B.140121961221357 (code B); Tue, 27 May 2014 19:45:01 +0000 Received: (at submit) by bugs.x2go.org; 27 May 2014 19:40:12 +0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on ymir.das-netzwerkteam.de X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_DKIM_INVALID, URIBL_BLOCKED autolearn=ham version=3.3.2 Received: from mail.cora.nwra.com (mercury.cora.nwra.com [4.28.99.165]) by ymir.das-netzwerkteam.de (Postfix) with ESMTPS id 6379A3D166 for ; Tue, 27 May 2014 21:40:11 +0200 (CEST) Received: from [10.10.20.7] (barry.cora.nwra.com [10.10.20.7]) (authenticated bits=0) by mail.cora.nwra.com (8.14.4/8.14.4) with ESMTP id s4RJe8tV016161 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Tue, 27 May 2014 13:40:09 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cora.nwra.com; s=default; t=1401219609; bh=y7n87pJwsLL3dflDABq8BG7Wrn5IFP4DrHw519ZsJAk=; h=Message-ID:Date:From:MIME-Version:To:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=HEqQOE3B1WqGggT44iEpmcKZDjDOBlQkGyYnthj6lsF1kbi92mV/EMiNOuw8mNL8s 9gpTEGteoJUtWn2v/HZn9u4qEkIlqP50bhFeCea+PqwombUhBtUt8MM3B6xUcaQ+1A LfLUxH/voHtC6QzTEPsh+jefFgRjgDTJ4W9UgIXw= Message-ID: <5384EA18.7010203@cora.nwra.com> Date: Tue, 27 May 2014 13:40:08 -0600 From: Orion Poplawski User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: submit@bugs.x2go.org References: In-Reply-To: X-Forwarded-Message-Id: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Package: x2goserver -------- Original Message -------- Subject: [Bug 1100985] New: x2go clients fail to connect to servers using polyinstantiated /tmp directories Date: Sun, 25 May 2014 00:13:13 +0000 From: bugzilla@redhat.com To: orion@cora.nwra.com https://bugzilla.redhat.com/show_bug.cgi?id=1100985 Bug ID: 1100985 Summary: x2go clients fail to connect to servers using polyinstantiated /tmp directories Product: Fedora EPEL Version: el6 Component: x2goserver Assignee: orion@cora.nwra.com Reporter: rgm+rh@gnu.org QA Contact: extras-qa@fedoraproject.org CC: orion@cora.nwra.com Hi, Description of problem: If the RHEL6 host that acts as the server for x2go has enabled polyinstantiated /tmp directories as per https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Security-Enhanced_Linux/polyinstantiated-directories.html then x2go clients cannot connect. They fail with The remote proxy closed the connection while negotiating the session. This may be due to the wrong authentication credentials passed to the server. It seems that x2go needs the directory /tmp/.X11-unix/ to exist, be owned by root, and be mode 1777. Version-Release number of selected component (if applicable): x2goserver-4.0.1.13-4.el6.x86_64 RHEL 6.5 How reproducible: 100%. Steps to Reproduce: 1. Uncomment the line in /etc/security/namespace.conf that reads: #/tmp /tmp-inst/ level root,adm 2. Try to log in to that host via x2goclient. Actual results: x2go fails. Expected results: x2go works. Additional info: A workaround is to add something like the following to the end of /etc/security/namespace.init: if [ "$1" = "/tmp" ]; then XSOCKDIR=/tmp/.X11-unix if [ ! -d $XSOCKDIR ]; then mkdir $XSOCKDIR chmod 1777 $XSOCKDIR fi fi It would be great if x2go could fix this itself though. Ideally it would either not need /tmp/.X11-unix, or be able to create it itself when needed. Thanks. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. From unknown Thu Mar 28 22:41:52 2024 X-Loop: owner@bugs.x2go.org Subject: Bug#504: [X2Go-Dev] Bug#504: Fwd: [Bug 1100985] New: x2go clients fail to connect to servers using polyinstantiated /tmp directories Reply-To: Mike Gabriel , 504@bugs.x2go.org Resent-From: Mike Gabriel Resent-To: x2go-dev@lists.x2go.org Resent-CC: X2Go Developers X-Loop: owner@bugs.x2go.org Resent-Date: Sat, 31 May 2014 09:55:02 +0000 Resent-Message-ID: Resent-Sender: owner@bugs.x2go.org X-X2Go-PR-Message: followup 504 X-X2Go-PR-Package: x2goserver X-X2Go-PR-Keywords: Received: via spool by 504-submit@bugs.x2go.org id=B504.140153008821053 (code B ref 504); Sat, 31 May 2014 09:55:02 +0000 Received: (at 504) by bugs.x2go.org; 31 May 2014 09:54:48 +0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on ymir.das-netzwerkteam.de X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,URIBL_BLOCKED autolearn=ham version=3.3.2 Received: from freya.das-netzwerkteam.de (freya.das-netzwerkteam.de [88.198.48.199]) by ymir.das-netzwerkteam.de (Postfix) with ESMTPS id 2FD675DA79 for <504@bugs.x2go.org>; Sat, 31 May 2014 11:54:47 +0200 (CEST) Received: from grimnir.das-netzwerkteam.de (grimnir.das-netzwerkteam.de [78.46.204.98]) by freya.das-netzwerkteam.de (Postfix) with ESMTPS id CBFC8E27; Sat, 31 May 2014 11:54:46 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by grimnir.das-netzwerkteam.de (Postfix) with ESMTP id B02793C816; Sat, 31 May 2014 11:54:46 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at grimnir.das-netzwerkteam.de Received: from grimnir.das-netzwerkteam.de ([127.0.0.1]) by localhost (grimnir.das-netzwerkteam.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fNQo1yHvvmEz; Sat, 31 May 2014 11:54:46 +0200 (CEST) Received: from grimnir.das-netzwerkteam.de (localhost [127.0.0.1]) by grimnir.das-netzwerkteam.de (Postfix) with ESMTPS id 78D983BAE1; Sat, 31 May 2014 11:54:46 +0200 (CEST) Received: from pD9E9E817.dip0.t-ipconnect.de (pD9E9E817.dip0.t-ipconnect.de [217.233.232.23]) by mail.das-netzwerkteam.de (Horde Framework) with HTTP; Sat, 31 May 2014 09:54:46 +0000 Date: Sat, 31 May 2014 09:54:46 +0000 Message-ID: <20140531095446.Horde.Y43yygH35wH2hoTWHOtwVw3@mail.das-netzwerkteam.de> From: Mike Gabriel To: Orion Poplawski , 504@bugs.x2go.org References: <5384EA18.7010203@cora.nwra.com> In-Reply-To: <5384EA18.7010203@cora.nwra.com> User-Agent: Internet Messaging Program (IMP) H5 (6.1.7) Accept-Language: en,de Organization: DAS-NETZWERKTEAM X-Originating-IP: 217.233.232.23 X-Remote-Browser: Mozilla/5.0 (X11; Linux x86_64; rv:29.0) Gecko/20100101 Firefox/29.0 Iceweasel/29.0.1 Content-Type: multipart/signed; boundary="=_EiSUPoxb2vUYnootL6KTOA9"; protocol="application/pgp-signature"; micalg=pgp-sha1 MIME-Version: 1.0 This message is in MIME format and has been PGP signed. --=_EiSUPoxb2vUYnootL6KTOA9 Content-Type: text/plain; charset=utf-8; format=flowed; DelSp=Yes Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Control: retitle -1 nxagent fails to come up on servers using=20=20 polyinstantiated=20/tmp directories Control: reassign -1 nxagent Control: blocks -1 #406 On Di 27 Mai 2014 21:40:08 CEST, Orion Poplawski wrote: > Package: x2goserver > > > -------- Original Message -------- > Subject: [Bug 1100985] New: x2go clients fail to connect to servers=20=20 >=20using polyinstantiated /tmp directories > Date: Sun, 25 May 2014 00:13:13 +0000 > From: bugzilla@redhat.com > To: orion@cora.nwra.com > > https://bugzilla.redhat.com/show_bug.cgi?id=3D1100985 > > Bug ID: 1100985 > Summary: x2go clients fail to connect to servers using > polyinstantiated /tmp directories > Product: Fedora EPEL > Version: el6 > Component: x2goserver > Assignee: orion@cora.nwra.com > Reporter: rgm+rh@gnu.org > QA Contact: extras-qa@fedoraproject.org > CC: orion@cora.nwra.com > > > > Hi, > > > Description of problem: > > If the RHEL6 host that acts as the server for x2go has enabled=20=20 >=20polyinstantiated > /tmp directories as per > > https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Lin= ux/6/html/Security-Enhanced_Linux/polyinstantiated-directories.html > > then x2go clients cannot connect. They fail with > > The remote proxy closed the connection while negotiating > the session. This may be due to the wrong authentication > credentials passed to the server. > > It seems that x2go needs the directory /tmp/.X11-unix/ to exist, be owned > by root, and be mode 1777. > > > Version-Release number of selected component (if applicable): > > x2goserver-4.0.1.13-4.el6.x86_64 > RHEL 6.5 > > > How reproducible: > > 100%. > > > Steps to Reproduce: > 1. Uncomment the line in /etc/security/namespace.conf that reads: > #/tmp /tmp-inst/ level root,adm > > 2. Try to log in to that host via x2goclient. > > > Actual results: > > x2go fails. > > > Expected results: > > x2go works. > > > Additional info: > > A workaround is to add something like the following to the end of > /etc/security/namespace.init: > > if [ "$1" =3D "/tmp" ]; then > XSOCKDIR=3D/tmp/.X11-unix > if [ ! -d $XSOCKDIR ]; then > mkdir $XSOCKDIR > chmod 1777 $XSOCKDIR > fi > fi > > It would be great if x2go could fix this itself though. > Ideally it would either not need /tmp/.X11-unix, or be able to=20=20 >=20create it itself > when needed. > > > Thanks. --=20 DAS-NETZWERKTEAM mike=20gabriel, herweg 7, 24357 fleckeby fon: +49 (1520) 1976 148 GnuPG Key ID 0x25771B31 mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de freeBusy: https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.x= fb --=_EiSUPoxb2vUYnootL6KTOA9 Content-Type: application/pgp-signature Content-Description: Digitale PGP-Signatur Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAABAgAGBQJTiabmAAoJEJr0azAldxsxraQP/jIC0lC4OPpIooPcdLYF+/uT /KdUyE/jdNSCEXTzEhj9NYU0TMoXxTHj8SxV+stCSer3zNDUmgA+e3vA2IgiNDF9 YlO4YCOJftz+9+dp6U6lJewK9WzHyQCvOWLdpZAo5yN1xeEvxBUel9iFxZC7ASOn 47HsqwkJuinlgbKWeMX6JpfyifmbpamVeN37PWKP8i2lxZQJ36ONUcWHySXZyLiT XErgk0CPdaKXr5ix/vJ72zqX3N1ZN30mMMVXv3QuwxYym2fpMhlnfIQcgoxWJFJg 0jMvAOp+4NCIlHqRknagcq2n7GR4B/KLUqC5wr1XPxLVu64h7vtjBJRh3MNzFGx5 XM824h8OcdUE9XDKzlQx1w8Q3vA0/ALszSuCJIfIT2QKyEKR4ck1jDMvu0w0VGbD J4QDUxAotA7IALFVk+jo31uWsEoLg35nmXPkDLD7Wk/2d/QH4GZKxf++g187MyXu nqxXge6/tfDAyg+5VD+CgIlgdpDgVWhH+WsDuWBqX+1clI67RYkHzbdlBamMdfk4 ZwD/7eDk3759vlE5WpDtJerGQg1k1IAkXJFcnE48i+3SDMMDsDRwlXJTLiyhDRV+ 6LjJFY9VjsaYZFvMj6HaglsGuDXBRycU9yqxxCddJ14oaFyLx4/EQCd7gBSvLM+I wm5jN/fqITUr/ZR2Cqam =/5bD -----END PGP SIGNATURE----- --=_EiSUPoxb2vUYnootL6KTOA9-- From unknown Thu Mar 28 22:41:52 2024 X-Loop: owner@bugs.x2go.org Subject: Bug#504: [X2Go-Dev] Bug#504: nxagent aborts when /tmp is polyinstatiated Reply-To: Mike Gabriel , 504@bugs.x2go.org Resent-From: Mike Gabriel Resent-To: x2go-dev@lists.x2go.org Resent-CC: X2Go Developers X-Loop: owner@bugs.x2go.org Resent-Date: Sat, 31 May 2014 10:00:02 +0000 Resent-Message-ID: Resent-Sender: owner@bugs.x2go.org X-X2Go-PR-Message: followup 504 X-X2Go-PR-Package: x2goserver X-X2Go-PR-Keywords: Received: via spool by 504-submit@bugs.x2go.org id=B504.140153022321887 (code B ref 504); Sat, 31 May 2014 10:00:02 +0000 Received: (at 504) by bugs.x2go.org; 31 May 2014 09:57:03 +0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on ymir.das-netzwerkteam.de X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,URIBL_BLOCKED autolearn=ham version=3.3.2 Received: from freya.das-netzwerkteam.de (freya.das-netzwerkteam.de [88.198.48.199]) by ymir.das-netzwerkteam.de (Postfix) with ESMTPS id 0F9075DA79 for <504@bugs.x2go.org>; Sat, 31 May 2014 11:57:03 +0200 (CEST) Received: from grimnir.das-netzwerkteam.de (grimnir.das-netzwerkteam.de [78.46.204.98]) by freya.das-netzwerkteam.de (Postfix) with ESMTPS id BEAB6E27; Sat, 31 May 2014 11:57:02 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by grimnir.das-netzwerkteam.de (Postfix) with ESMTP id AE1CC3C816; Sat, 31 May 2014 11:57:02 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at grimnir.das-netzwerkteam.de Received: from grimnir.das-netzwerkteam.de ([127.0.0.1]) by localhost (grimnir.das-netzwerkteam.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vlBurrZwr3iT; Sat, 31 May 2014 11:57:02 +0200 (CEST) Received: from grimnir.das-netzwerkteam.de (localhost [127.0.0.1]) by grimnir.das-netzwerkteam.de (Postfix) with ESMTPS id 7A5BC3BAAB; Sat, 31 May 2014 11:57:02 +0200 (CEST) Received: from pD9E9E817.dip0.t-ipconnect.de (pD9E9E817.dip0.t-ipconnect.de [217.233.232.23]) by mail.das-netzwerkteam.de (Horde Framework) with HTTP; Sat, 31 May 2014 09:57:02 +0000 Date: Sat, 31 May 2014 09:57:02 +0000 Message-ID: <20140531095702.Horde.nuJWIvhWAm_PwEUcPP74BA6@mail.das-netzwerkteam.de> From: Mike Gabriel To: Orion Poplawski , 504@bugs.x2go.org References: <5384EA18.7010203@cora.nwra.com> In-Reply-To: <5384EA18.7010203@cora.nwra.com> User-Agent: Internet Messaging Program (IMP) H5 (6.1.7) Accept-Language: en,de Organization: DAS-NETZWERKTEAM X-Originating-IP: 217.233.232.23 X-Remote-Browser: Mozilla/5.0 (X11; Linux x86_64; rv:29.0) Gecko/20100101 Firefox/29.0 Iceweasel/29.0.1 Content-Type: multipart/signed; boundary="=_2gD4tS0SX-cqFa8t4n_nwQ9"; protocol="application/pgp-signature"; micalg=pgp-sha1 MIME-Version: 1.0 This message is in MIME format and has been PGP signed. --=_2gD4tS0SX-cqFa8t4n_nwQ9 Content-Type: text/plain; charset=utf-8; format=flowed; DelSp=Yes Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi Orion, On Di 27 Mai 2014 21:40:08 CEST, Orion Poplawski wrote: > Description of problem: > > If the RHEL6 host that acts as the server for x2go has enabled=20=20 >=20polyinstantiated > /tmp directories as per > > https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Lin= ux/6/html/Security-Enhanced_Linux/polyinstantiated-directories.html > The problem here is that nxagent does not come up in the first place. """ mike@minobo:~/.x2go/C-mike-50-1401529831_stRTERMINAL_dp24$ cat session.log Error: Aborting session with 'Cannot establish any listening sockets -=20= =20 Make=20sure an X server isn't already running'. Session: Aborting session at 'Sat May 31 11:50:34 2014'. Session: Session aborted at 'Sat May 31 11:50:34 2014'. """ Once this is fixed, we have to address several issues in x2goserver, I=20= =20 guess,=20which we will discuss under #406 [1]. Mike [1] http://bugs.x2go.org/406 --=20 DAS-NETZWERKTEAM mike=20gabriel, herweg 7, 24357 fleckeby fon: +49 (1520) 1976 148 GnuPG Key ID 0x25771B31 mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de freeBusy: https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.x= fb --=_2gD4tS0SX-cqFa8t4n_nwQ9 Content-Type: application/pgp-signature Content-Description: Digitale PGP-Signatur Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAABAgAGBQJTiadtAAoJEJr0azAldxsx1gUQAIWOGxc+Yh+CwGNWYXghy1jq I9EgCCmid6eyDunqumKW+hAWJ7EuArVio08iUKc8TuiJlabvoc21OnXZhoi6cJ2A espZ5BkJTq8NRSoo9ZuwwEfnz0MPYDFNCB+TqQD/X40cn98EmGTRy0YvgPRQHHSO 4uml8ZFfABaH932kmewyuAM6TkkPI3CFqxbry2kEsmRqzabSLa2bO8pmVfVeGKoU 2GTBaOfkAI3iMhh+OX1keJmIX0CiodCshxYWF+vb3PgPezSlFgGX562Pn3HlWCKM 6JKOfmL3kFd7NM5bvZ7sqOggQikDLItTlaV5/WAWmXItmEZK6N5LbyOPIHJFrQn/ B5dEvK/q28vX8a74UpjhjXCfx+ZjwPwzAAmsonnl01ZwvyzrvYir4ZjxEBszWON7 m46148KcWQVNS9M+EEY9UDpGsqJ3tX/APuPusggB4NvKJeQQR029wNMmzVGpSP2X u23gFgRCMbIOm49g2V9E9ENsjCHpG/+ztV1/vBTrkELi+DVfxocBV2WFiN15+yaB nNkRUBfgrBQh/M6c8KbfiDlYzczsbd5Li0BvAvhvFvRWRB8ySZThswVKMwcznJAp 68iM1QpCVUhe8L77HdvQs2IuHb0hJ4gK1/PD+z/NXJiS2rcdHGuj0EU4mP9EfIHv om4C5g9BG1FGBzD5DJDM =i3vl -----END PGP SIGNATURE----- --=_2gD4tS0SX-cqFa8t4n_nwQ9-- From unknown Thu Mar 28 22:41:52 2024 X-Loop: owner@bugs.x2go.org Subject: Bug#504: X2Go issue (in src:nx-libs) has been marked as pending for release Reply-To: Mike Gabriel , 504@bugs.x2go.org Resent-From: Mike Gabriel Resent-To: x2go-dev@lists.x2go.org Resent-CC: X2Go Developers X-Loop: owner@bugs.x2go.org Resent-Date: Wed, 11 Jun 2014 14:45:03 +0000 Resent-Message-ID: Resent-Sender: owner@bugs.x2go.org X-X2Go-PR-Message: followup 504 X-X2Go-PR-Package: x2goserver X-X2Go-PR-Keywords: Received: via spool by 504-submit@bugs.x2go.org id=B504.1402497773828 (code B ref 504); Wed, 11 Jun 2014 14:45:03 +0000 Received: (at 504) by bugs.x2go.org; 11 Jun 2014 14:42:53 +0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on ymir.das-netzwerkteam.de X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,NO_RELAYS, URIBL_BLOCKED autolearn=ham version=3.3.2 Received: by ymir.das-netzwerkteam.de (Postfix, from userid 1005) id 1AEA25DB26; Wed, 11 Jun 2014 16:42:52 +0200 (CEST) From: Mike Gabriel To: 504-submitter@bugs.x2go.org Cc: control@bugs.x2go.org, 504@bugs.x2go.org Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Mailer: http://snipr.com/post-receive-tag-pending Message-Id: <20140611144252.1AEA25DB26@ymir.das-netzwerkteam.de> Date: Wed, 11 Jun 2014 16:42:52 +0200 (CEST) tag #504 pending fixed #504 2:3.5.0.25 thanks Hello, X2Go issue #504 (src:nx-libs) 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=nx-libs.git;a=commitdiff;h=656f29c The issue will most likely be fixed in src:nx-libs (2:3.5.0.25). light+love X2Go Git Admin (on behalf of the sender of this mail) --- commit 656f29cc631972002ec0fe1ee8f2ee53438f818d Author: Mike Gabriel Date: Wed Jun 11 16:35:13 2014 +0200 Add 028_nx-X11_abstract-kernel-sockets.full.patch. Provide abstract local socket support for Linux based systems. This patch pulls in abstract socket relevant code from xtrans 1.2.7. diff --git a/debian/changelog b/debian/changelog index 9218a18..28deb71 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,9 @@ nx-libs (2:3.5.0.25-0x2go1) UNRELEASED; urgency=low available. (Fixes: #505). * Make 220_nxproxy-bind-loopback-only.full+lite.patch cleanly apply after having added 027_nxcomp_abstract-X11-socket.full+lite.patch. + * Add 028_nx-X11_abstract-kernel-sockets.full.patch. Provide abstract local + socket support for Linux based systems. This patch pulls in abstract + socket relevant code from xtrans 1.2.7. (Fixes: #504). -- Mike Gabriel Wed, 07 May 2014 09:58:10 +0200 From mike.gabriel@das-netzwerkteam.de Wed Jun 11 16:42:17 2014 Received: (at control) by bugs.x2go.org; 11 Jun 2014 14:42:18 +0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on ymir.das-netzwerkteam.de X-Spam-Level: X-Spam-Status: No, score=-0.1 required=5.0 tests=BAYES_00,MISSING_SUBJECT, URIBL_BLOCKED autolearn=no version=3.3.2 Received: from freya.das-netzwerkteam.de (freya.das-netzwerkteam.de [88.198.48.199]) by ymir.das-netzwerkteam.de (Postfix) with ESMTPS id B0DC65DB0D for ; Wed, 11 Jun 2014 16:42:17 +0200 (CEST) Received: from grimnir.das-netzwerkteam.de (grimnir.das-netzwerkteam.de [78.46.204.98]) by freya.das-netzwerkteam.de (Postfix) with ESMTPS id 5FF412B83 for ; Wed, 11 Jun 2014 16:42:17 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by grimnir.das-netzwerkteam.de (Postfix) with ESMTP id 254893BAB4 for ; Wed, 11 Jun 2014 16:42:17 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at grimnir.das-netzwerkteam.de Received: from grimnir.das-netzwerkteam.de ([127.0.0.1]) by localhost (grimnir.das-netzwerkteam.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Ifpruaw0chKj for ; Wed, 11 Jun 2014 16:42:17 +0200 (CEST) Received: from grimnir.das-netzwerkteam.de (localhost [127.0.0.1]) by grimnir.das-netzwerkteam.de (Postfix) with ESMTPS id DDB923BA25 for ; Wed, 11 Jun 2014 16:42:16 +0200 (CEST) Received: from m-047.informatik.uni-kiel.de (m-047.informatik.uni-kiel.de [134.245.254.47]) by mail.das-netzwerkteam.de (Horde Framework) with HTTP; Wed, 11 Jun 2014 14:42:16 +0000 Date: Wed, 11 Jun 2014 14:42:16 +0000 Message-ID: <20140611144216.Horde.wDZmdyszDKvGBBc-afA7sg1@mail.das-netzwerkteam.de> From: Mike Gabriel To: control@bugs.x2go.org User-Agent: Internet Messaging Program (IMP) H5 (6.1.7) Accept-Language: en,de Organization: DAS-NETZWERKTEAM X-Originating-IP: 134.245.254.47 X-Remote-Browser: Mozilla/5.0 (X11; Linux x86_64; rv:29.0) Gecko/20100101 Firefox/29.0 Iceweasel/29.0.1 Content-Type: multipart/signed; boundary="=_5HpRV-DW10YbfD3Ea65Wjg1"; protocol="application/pgp-signature"; micalg=pgp-sha1 MIME-Version: 1.0 This message is in MIME format and has been PGP signed. --=_5HpRV-DW10YbfD3Ea65Wjg1 Content-Type: text/plain; charset=UTF-8; format=flowed; DelSp=Yes Content-Disposition: inline Content-Transfer-Encoding: quoted-printable reassign #504 nxagent blocks #504 #406 thanks --=20 DAS-NETZWERKTEAM mike=20gabriel, herweg 7, 24357 fleckeby fon: +49 (1520) 1976 148 GnuPG Key ID 0x25771B31 mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de freeBusy: https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.x= fb --=_5HpRV-DW10YbfD3Ea65Wjg1 Content-Type: application/pgp-signature Content-Description: Digitale PGP-Signatur Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAABAgAGBQJTmGrIAAoJEJr0azAldxsxe38QAKPS4jo2ScUthUE1uTBj6Yly NAHHcSQyeQi+Pc8Mjdxa0jzE3n+niZZzSdBEToYxbQA3KBc0UpqpM9NcZTVraB/m U2iMuUb00/+cJMNDWSio5tdmS5w8PZZ6U/tq0czXbTCdnU7sNqTNmjdt+UP+Hz6N /k4mKgzFVwZQsJ8ZnQkgaKBCfCtyr5M2GnxeADYXIGKEBCjf7JSs+GlGNe6IGtJh 6j7wvNhiImFwP+XR/E4YYS5nxvl6CHVP1jbU+rM1kxkboDJhp+DtKGTUTQ4ohjt/ NLtgxnoI5HQlQKslW50iH/ppuDvKmHTNlDP5eGd9+DtK+Dxu2AEmWil1YOildqs2 jtp3l1w1mttH2SERkvfQ/LNqU9XFmieK7mrnLCtE6GqQrMKvanM4hBCOQ4OKzrDT JV61QJmh4jPTP4KYyvi2BuyMi1r2hK2g3IBp53nW8E8ipPPiPNuF1P60y20P4dxV EUmH6LvvzijY25C5QKTQVPllV1/CfQQbqzX+tJLiDQt+6M2E2yPjmKq75PSSQE0A F1Rz1MXq51HZxxJLBL6lzjWIV9cqda/lB5Q3MRlOdUp924Jkv53tmhZvXZcIvxB0 vwDL1bJGgfs82QE4UgUm0qyuto8aD90Ah9RxSTSHw9sH7k4LrAPBR1EP2q9H/z3R /PEmG+Prk+6ETCCC51i4 =4zjy -----END PGP SIGNATURE----- --=_5HpRV-DW10YbfD3Ea65Wjg1-- From unknown Thu Mar 28 22:41:52 2024 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.502 (Entity 5.502) Content-Type: text/plain; charset=utf-8 X-Loop: owner@bugs.x2go.org From: owner@bugs.x2go.org (X2Go Bug Tracking System) To: Orion Poplawski Subject: Bug#504: Info received and FILED only (Bug#504: X2Go issue (in src:nx-libs) has been marked as pending for release) Message-ID: References: <53AAEA91.4010306@cora.nwra.com> X-X2go-PR-Message: ack-info-quiet 504 X-X2go-PR-Package: nxagent X-X2go-PR-Keywords: pending Reply-To: 504-quiet@bugs.x2go.org Date: Wed, 25 Jun 2014 15:30:01 +0000 Thank you for the additional information you have supplied regarding this Bug report. This is an automatically generated reply to let you know your message has been received. Your message has not been forwarded to the package maintainers or other interested parties; you should ensure that the developers are aware of the problem you have entered into the system - preferably quoting the Bug reference number, #504. If you wish to submit further information on this problem, please send it to 504-quiet@bugs.x2go.org. Please do not send mail to owner@bugs.x2go.org unless you wish to report a problem with the Bug-tracking system. --=20 504: http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=3D504 X2Go Bug Tracking System Contact owner@bugs.x2go.org with problems From unknown Thu Mar 28 22:41:52 2024 X-Loop: owner@bugs.x2go.org Subject: Bug#504: X2Go issue (in src:nx-libs) has been marked as closed Reply-To: Mike Gabriel , 504@bugs.x2go.org Resent-From: Mike Gabriel Resent-To: x2go-dev@lists.x2go.org Resent-CC: X2Go Developers X-Loop: owner@bugs.x2go.org Resent-Date: Mon, 30 Jun 2014 12:25:05 +0000 Resent-Message-ID: Resent-Sender: owner@bugs.x2go.org X-X2Go-PR-Message: followup 504 X-X2Go-PR-Package: nxagent X-X2Go-PR-Keywords: pending Received: via spool by 504-submit@bugs.x2go.org id=B504.14041310813608 (code B ref 504); Mon, 30 Jun 2014 12:25:05 +0000 Received: (at 504) by bugs.x2go.org; 30 Jun 2014 12:24:41 +0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on ymir.das-netzwerkteam.de X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,NO_RELAYS autolearn=ham version=3.3.2 Received: by ymir.das-netzwerkteam.de (Postfix, from userid 1005) id 1EDB55DB61; Mon, 30 Jun 2014 14:24:38 +0200 (CEST) From: Mike Gabriel To: 504-submitter@bugs.x2go.org Cc: control@bugs.x2go.org, 504@bugs.x2go.org Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit Message-Id: <20140630122439.1EDB55DB61@ymir.das-netzwerkteam.de> Date: Mon, 30 Jun 2014 14:24:38 +0200 (CEST) close #504 thanks Hello, we are very hopeful that X2Go issue #504 reported by you has been resolved in the new release (2:3.5.0.25) of the X2Go source project »src:nx-libs«. You can view the complete changelog entry of src:nx-libs (2:3.5.0.25) below, and you can use the following link to view all the code changes between this and the last release of src:nx-libs. http://code.x2go.org/gitweb?p=nx-libs.git;a=commitdiff;h=8d4317e7e4fccbe6906c5ba57b8d0101868f92f3;hp=460a3cb3911bbfb717d0259947fe05f68d964948 If you feel that the issue has not been resolved satisfyingly, feel free to reopen this bug report or submit a follow-up report with further observations described based on the new released version of src:nx-libs. Thanks a lot for contributing to X2Go!!! light+love X2Go Git Admin (on behalf of the sender of this mail) --- X2Go Component: src:nx-libs Version: 2:3.5.0.25-0x2go1 Status: RELEASE Date: Mon, 30 Jun 2014 14:05:46 +0200 Fixes: 40 339 490 504 505 515 516 Changes: nx-libs (2:3.5.0.25-0x2go1) RELEASED; urgency=low . [ Mihai Moldovan ] * Add 029_nxcomp_ppc64.full+lite.patch. Fix sockaddr handling on Big Endian systems (like PPC64). (Fixes: #515). * Add 057_nx-X11_sanitize-eventmasks.full.patch. Fix failures in session windows coming up on Big Endian systems like PPC64. (Fixes: #516). * Improve 105_nxagent_export-remote-keyboard-config.full.patch. Don't print out nonsensical information, if there really was no error when creating the keyboard file or the other way around. Also add the reason when failing to create the keyboard file. Only print an error message if SessionPath *really* is not defined. * Improve 028_nx-X11_abstract-kernel-sockets.full.patch. Make it more Big Endian robust by assigning correct types for socklen_t objects. * Add 990_fix-DEBUG-and-TEST-builds.full.patch. Fix debug builds (e.g. when globally setting -DDEBUG and -DTEST at build time). . [ Nito Martínez ] * Add 212_nxcomp_build-on-Android.patch. Fix FTBFS of nxproxy/nxcomp when build against the Android system. (Fixes: #339). . [ Oleksandr Shneyder ] * Add 210_nxagent_nxcomp_save_session_state.full+lite.patch. Save session state in path specified by "state" option in agent options file. If option is omitted, session state will not be saved. Session states are: STARTING, RUNNING, SUSPENDING, SUSPENDED, RESUMING, TERMINATING, TERMINATED. * Add 211_nxcomp_set_default_options.full+lite.patch. Set default arguments for options 'link' and 'pack' to avoid session damage by resuming with incorrect options file. . [ Mike Gabriel ] * Add 606_nx-X11_build-on-aarch64.full.patch. Build on aarch64 architectures. (Fixes: #490). * Add 027_nxcomp_abstract-X11-socket.full+lite.patch. In proxy mode "server" let NX proxy attempt connecting to the abstract X11 socket first, and only fallback to the file system socket, if the abstract socket is not available. (Fixes: #505). * Add 028_nx-X11_abstract-kernel-sockets.full.patch. Provide abstract local socket support for Linux based systems. This patch pulls in abstract socket relevant code from xtrans 1.2.7. (Fixes: #504). * Add 302_nx-X11_xkbbasedir-detection.patch. For detecting XkbBaseDir test for xkb/rules/base instead of testing for deprecated file xkb/keymap.dir. (Fixes: #40). * Add 206_nxagent_clipboard-as-nxoption.full.patch. Make the clipboard option configurable in nxagent via NX options as addition to the command line parameter -clipboard. Note that the command line parameter overrides the clipboard NX option. Possible values are both or 1, client, server, none or 0. . * Update patches, to make them apply cleanly after above changes: + 220_nxproxy-bind-loopback-only.full+lite.patch + 016_nx-X11_install-location.debian.patch + 056_nx-X11-Werror-format-security.full.patch + 108_nxagent_wine-close-delay.full.patch + 300_nxagent_set-wm-class.full.patch + 320_nxagent_configurable-keystrokes.full.patch . * Rename patches to match our naming scheme: + 008_nxcomp_sa-restorer.full+lite.patch + 009_nxagent_add-man-page.full.patch + 009_nxproxy_add-man-page.full+lite.patch + 056_nx-X11_Werror-format-security.full.patch + 209_x2goagent_add-man-page.full.patch + 220_nxproxy_bind-loopback-only.full+lite.patch From unknown Thu Mar 28 22:41:52 2024 X-Loop: owner@bugs.x2go.org Subject: Bug#504: X2Go issue (in src:nx-libs) has been marked as closed Reply-To: Mike Gabriel , 504@bugs.x2go.org Resent-From: Mike Gabriel Resent-To: x2go-dev@lists.x2go.org Resent-CC: X2Go Developers X-Loop: owner@bugs.x2go.org Resent-Date: Mon, 30 Jun 2014 12:25:06 +0000 Resent-Message-ID: Resent-Sender: owner@bugs.x2go.org X-X2Go-PR-Message: followup 504 X-X2Go-PR-Package: nxagent X-X2Go-PR-Keywords: pending Received: via spool by 504-submit@bugs.x2go.org id=B504.14041310853648 (code B ref 504); Mon, 30 Jun 2014 12:25:06 +0000 Received: (at 504) by bugs.x2go.org; 30 Jun 2014 12:24:45 +0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on ymir.das-netzwerkteam.de X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,NO_RELAYS autolearn=ham version=3.3.2 Received: by ymir.das-netzwerkteam.de (Postfix, from userid 1005) id 7091F5DB55; Mon, 30 Jun 2014 14:24:35 +0200 (CEST) From: Mike Gabriel To: 504-submitter@bugs.x2go.org Cc: control@bugs.x2go.org, 504@bugs.x2go.org Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit Message-Id: <20140630122435.7091F5DB55@ymir.das-netzwerkteam.de> Date: Mon, 30 Jun 2014 14:24:35 +0200 (CEST) close #504 thanks Hello, we are very hopeful that X2Go issue #504 reported by you has been resolved in the new release (2:3.5.0.25) of the X2Go source project »src:nx-libs«. You can view the complete changelog entry of src:nx-libs (2:3.5.0.25) below, and you can use the following link to view all the code changes between this and the last release of src:nx-libs. http://code.x2go.org/gitweb?p=nx-libs.git;a=commitdiff;h=be23e057f28a6624380a91d1ba36cbf5df6c3fff;hp=460a3cb3911bbfb717d0259947fe05f68d964948 If you feel that the issue has not been resolved satisfyingly, feel free to reopen this bug report or submit a follow-up report with further observations described based on the new released version of src:nx-libs. Thanks a lot for contributing to X2Go!!! light+love X2Go Git Admin (on behalf of the sender of this mail) --- X2Go Component: src:nx-libs Version: 2:3.5.0.25-0x2go1 Status: RELEASE Date: Mon, 30 Jun 2014 14:05:46 +0200 Fixes: 40 339 490 504 505 515 516 Changes: nx-libs (2:3.5.0.25-0x2go1) RELEASED; urgency=low . [ Mihai Moldovan ] * Add 029_nxcomp_ppc64.full+lite.patch. Fix sockaddr handling on Big Endian systems (like PPC64). (Fixes: #515). * Add 057_nx-X11_sanitize-eventmasks.full.patch. Fix failures in session windows coming up on Big Endian systems like PPC64. (Fixes: #516). * Improve 105_nxagent_export-remote-keyboard-config.full.patch. Don't print out nonsensical information, if there really was no error when creating the keyboard file or the other way around. Also add the reason when failing to create the keyboard file. Only print an error message if SessionPath *really* is not defined. * Improve 028_nx-X11_abstract-kernel-sockets.full.patch. Make it more Big Endian robust by assigning correct types for socklen_t objects. * Add 990_fix-DEBUG-and-TEST-builds.full.patch. Fix debug builds (e.g. when globally setting -DDEBUG and -DTEST at build time). . [ Nito Martínez ] * Add 212_nxcomp_build-on-Android.patch. Fix FTBFS of nxproxy/nxcomp when build against the Android system. (Fixes: #339). . [ Oleksandr Shneyder ] * Add 210_nxagent_nxcomp_save_session_state.full+lite.patch. Save session state in path specified by "state" option in agent options file. If option is omitted, session state will not be saved. Session states are: STARTING, RUNNING, SUSPENDING, SUSPENDED, RESUMING, TERMINATING, TERMINATED. * Add 211_nxcomp_set_default_options.full+lite.patch. Set default arguments for options 'link' and 'pack' to avoid session damage by resuming with incorrect options file. . [ Mike Gabriel ] * Add 606_nx-X11_build-on-aarch64.full.patch. Build on aarch64 architectures. (Fixes: #490). * Add 027_nxcomp_abstract-X11-socket.full+lite.patch. In proxy mode "server" let NX proxy attempt connecting to the abstract X11 socket first, and only fallback to the file system socket, if the abstract socket is not available. (Fixes: #505). * Add 028_nx-X11_abstract-kernel-sockets.full.patch. Provide abstract local socket support for Linux based systems. This patch pulls in abstract socket relevant code from xtrans 1.2.7. (Fixes: #504). * Add 302_nx-X11_xkbbasedir-detection.patch. For detecting XkbBaseDir test for xkb/rules/base instead of testing for deprecated file xkb/keymap.dir. (Fixes: #40). * Add 206_nxagent_clipboard-as-nxoption.full.patch. Make the clipboard option configurable in nxagent via NX options as addition to the command line parameter -clipboard. Note that the command line parameter overrides the clipboard NX option. Possible values are both or 1, client, server, none or 0. . * Update patches, to make them apply cleanly after above changes: + 220_nxproxy-bind-loopback-only.full+lite.patch + 016_nx-X11_install-location.debian.patch + 056_nx-X11-Werror-format-security.full.patch + 108_nxagent_wine-close-delay.full.patch + 300_nxagent_set-wm-class.full.patch + 320_nxagent_configurable-keystrokes.full.patch . * Rename patches to match our naming scheme: + 008_nxcomp_sa-restorer.full+lite.patch + 009_nxagent_add-man-page.full.patch + 009_nxproxy_add-man-page.full+lite.patch + 056_nx-X11_Werror-format-security.full.patch + 209_x2goagent_add-man-page.full.patch + 220_nxproxy_bind-loopback-only.full+lite.patch From unknown Thu Mar 28 22:41:52 2024 MIME-Version: 1.0 X-Mailer: MIME-tools 5.502 (Entity 5.502) X-Loop: owner@bugs.x2go.org From: owner@bugs.x2go.org (X2Go Bug Tracking System) Subject: Bug#504 closed by Mike Gabriel (X2Go issue (in src:nx-libs) has been marked as closed) Message-ID: References: <20140630122439.1EDB55DB61@ymir.das-netzwerkteam.de> X-X2go-PR-Keywords: pending X-X2go-PR-Message: they-closed 504 X-X2go-PR-Package: nxagent X-X2go-PR-Source: nx-libs Date: Mon, 30 Jun 2014 12:25:32 +0000 Content-Type: multipart/mixed; boundary="----------=_1404131132-5065-0" This is a multi-part message in MIME format... ------------=_1404131132-5065-0 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 This is an automatic notification regarding your Bug report which was filed against the nxagent package: #504: nxagent fails to come up on servers using It has been closed by Mike Gabriel . Their explanation is attached below along with your original report. If this explanation is unsatisfactory and you have not received a better one in a separate message then please contact Mike Gabriel by replying to this email. --=20 X2Go Bug Tracking System Contact owner@bugs.x2go.org with problems ------------=_1404131132-5065-0 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at control) by bugs.x2go.org; 30 Jun 2014 12:25:02 +0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on ymir.das-netzwerkteam.de X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,NO_RELAYS autolearn=unavailable version=3.3.2 Received: by ymir.das-netzwerkteam.de (Postfix, from userid 1005) id 1EDB55DB61; Mon, 30 Jun 2014 14:24:38 +0200 (CEST) From: Mike Gabriel To: 504-submitter@bugs.x2go.org Cc: control@bugs.x2go.org, 504@bugs.x2go.org Subject: X2Go issue (in src:nx-libs) has been marked as closed Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit Message-Id: <20140630122439.1EDB55DB61@ymir.das-netzwerkteam.de> Date: Mon, 30 Jun 2014 14:24:38 +0200 (CEST) close #504 thanks Hello, we are very hopeful that X2Go issue #504 reported by you has been resolved in the new release (2:3.5.0.25) of the X2Go source project »src:nx-libs«. You can view the complete changelog entry of src:nx-libs (2:3.5.0.25) below, and you can use the following link to view all the code changes between this and the last release of src:nx-libs. http://code.x2go.org/gitweb?p=nx-libs.git;a=commitdiff;h=8d4317e7e4fccbe6906c5ba57b8d0101868f92f3;hp=460a3cb3911bbfb717d0259947fe05f68d964948 If you feel that the issue has not been resolved satisfyingly, feel free to reopen this bug report or submit a follow-up report with further observations described based on the new released version of src:nx-libs. Thanks a lot for contributing to X2Go!!! light+love X2Go Git Admin (on behalf of the sender of this mail) --- X2Go Component: src:nx-libs Version: 2:3.5.0.25-0x2go1 Status: RELEASE Date: Mon, 30 Jun 2014 14:05:46 +0200 Fixes: 40 339 490 504 505 515 516 Changes: nx-libs (2:3.5.0.25-0x2go1) RELEASED; urgency=low . [ Mihai Moldovan ] * Add 029_nxcomp_ppc64.full+lite.patch. Fix sockaddr handling on Big Endian systems (like PPC64). (Fixes: #515). * Add 057_nx-X11_sanitize-eventmasks.full.patch. Fix failures in session windows coming up on Big Endian systems like PPC64. (Fixes: #516). * Improve 105_nxagent_export-remote-keyboard-config.full.patch. Don't print out nonsensical information, if there really was no error when creating the keyboard file or the other way around. Also add the reason when failing to create the keyboard file. Only print an error message if SessionPath *really* is not defined. * Improve 028_nx-X11_abstract-kernel-sockets.full.patch. Make it more Big Endian robust by assigning correct types for socklen_t objects. * Add 990_fix-DEBUG-and-TEST-builds.full.patch. Fix debug builds (e.g. when globally setting -DDEBUG and -DTEST at build time). . [ Nito Martínez ] * Add 212_nxcomp_build-on-Android.patch. Fix FTBFS of nxproxy/nxcomp when build against the Android system. (Fixes: #339). . [ Oleksandr Shneyder ] * Add 210_nxagent_nxcomp_save_session_state.full+lite.patch. Save session state in path specified by "state" option in agent options file. If option is omitted, session state will not be saved. Session states are: STARTING, RUNNING, SUSPENDING, SUSPENDED, RESUMING, TERMINATING, TERMINATED. * Add 211_nxcomp_set_default_options.full+lite.patch. Set default arguments for options 'link' and 'pack' to avoid session damage by resuming with incorrect options file. . [ Mike Gabriel ] * Add 606_nx-X11_build-on-aarch64.full.patch. Build on aarch64 architectures. (Fixes: #490). * Add 027_nxcomp_abstract-X11-socket.full+lite.patch. In proxy mode "server" let NX proxy attempt connecting to the abstract X11 socket first, and only fallback to the file system socket, if the abstract socket is not available. (Fixes: #505). * Add 028_nx-X11_abstract-kernel-sockets.full.patch. Provide abstract local socket support for Linux based systems. This patch pulls in abstract socket relevant code from xtrans 1.2.7. (Fixes: #504). * Add 302_nx-X11_xkbbasedir-detection.patch. For detecting XkbBaseDir test for xkb/rules/base instead of testing for deprecated file xkb/keymap.dir. (Fixes: #40). * Add 206_nxagent_clipboard-as-nxoption.full.patch. Make the clipboard option configurable in nxagent via NX options as addition to the command line parameter -clipboard. Note that the command line parameter overrides the clipboard NX option. Possible values are both or 1, client, server, none or 0. . * Update patches, to make them apply cleanly after above changes: + 220_nxproxy-bind-loopback-only.full+lite.patch + 016_nx-X11_install-location.debian.patch + 056_nx-X11-Werror-format-security.full.patch + 108_nxagent_wine-close-delay.full.patch + 300_nxagent_set-wm-class.full.patch + 320_nxagent_configurable-keystrokes.full.patch . * Rename patches to match our naming scheme: + 008_nxcomp_sa-restorer.full+lite.patch + 009_nxagent_add-man-page.full.patch + 009_nxproxy_add-man-page.full+lite.patch + 056_nx-X11_Werror-format-security.full.patch + 209_x2goagent_add-man-page.full.patch + 220_nxproxy_bind-loopback-only.full+lite.patch ------------=_1404131132-5065-0 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by bugs.x2go.org; 27 May 2014 19:40:12 +0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on ymir.das-netzwerkteam.de X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_DKIM_INVALID, URIBL_BLOCKED autolearn=ham version=3.3.2 Received: from mail.cora.nwra.com (mercury.cora.nwra.com [4.28.99.165]) by ymir.das-netzwerkteam.de (Postfix) with ESMTPS id 6379A3D166 for ; Tue, 27 May 2014 21:40:11 +0200 (CEST) Received: from [10.10.20.7] (barry.cora.nwra.com [10.10.20.7]) (authenticated bits=0) by mail.cora.nwra.com (8.14.4/8.14.4) with ESMTP id s4RJe8tV016161 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Tue, 27 May 2014 13:40:09 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cora.nwra.com; s=default; t=1401219609; bh=y7n87pJwsLL3dflDABq8BG7Wrn5IFP4DrHw519ZsJAk=; h=Message-ID:Date:From:MIME-Version:To:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=HEqQOE3B1WqGggT44iEpmcKZDjDOBlQkGyYnthj6lsF1kbi92mV/EMiNOuw8mNL8s 9gpTEGteoJUtWn2v/HZn9u4qEkIlqP50bhFeCea+PqwombUhBtUt8MM3B6xUcaQ+1A LfLUxH/voHtC6QzTEPsh+jefFgRjgDTJ4W9UgIXw= Message-ID: <5384EA18.7010203@cora.nwra.com> Date: Tue, 27 May 2014 13:40:08 -0600 From: Orion Poplawski User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: submit@bugs.x2go.org Subject: Fwd: [Bug 1100985] New: x2go clients fail to connect to servers using polyinstantiated /tmp directories References: In-Reply-To: X-Forwarded-Message-Id: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Package: x2goserver -------- Original Message -------- Subject: [Bug 1100985] New: x2go clients fail to connect to servers using polyinstantiated /tmp directories Date: Sun, 25 May 2014 00:13:13 +0000 From: bugzilla@redhat.com To: orion@cora.nwra.com https://bugzilla.redhat.com/show_bug.cgi?id=1100985 Bug ID: 1100985 Summary: x2go clients fail to connect to servers using polyinstantiated /tmp directories Product: Fedora EPEL Version: el6 Component: x2goserver Assignee: orion@cora.nwra.com Reporter: rgm+rh@gnu.org QA Contact: extras-qa@fedoraproject.org CC: orion@cora.nwra.com Hi, Description of problem: If the RHEL6 host that acts as the server for x2go has enabled polyinstantiated /tmp directories as per https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Security-Enhanced_Linux/polyinstantiated-directories.html then x2go clients cannot connect. They fail with The remote proxy closed the connection while negotiating the session. This may be due to the wrong authentication credentials passed to the server. It seems that x2go needs the directory /tmp/.X11-unix/ to exist, be owned by root, and be mode 1777. Version-Release number of selected component (if applicable): x2goserver-4.0.1.13-4.el6.x86_64 RHEL 6.5 How reproducible: 100%. Steps to Reproduce: 1. Uncomment the line in /etc/security/namespace.conf that reads: #/tmp /tmp-inst/ level root,adm 2. Try to log in to that host via x2goclient. Actual results: x2go fails. Expected results: x2go works. Additional info: A workaround is to add something like the following to the end of /etc/security/namespace.init: if [ "$1" = "/tmp" ]; then XSOCKDIR=/tmp/.X11-unix if [ ! -d $XSOCKDIR ]; then mkdir $XSOCKDIR chmod 1777 $XSOCKDIR fi fi It would be great if x2go could fix this itself though. Ideally it would either not need /tmp/.X11-unix, or be able to create it itself when needed. Thanks. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. ------------=_1404131132-5065-0--