From unknown Thu Mar 28 19:25:33 2024 X-Loop: owner@bugs.x2go.org Subject: Bug#332: [X2Go-Dev] Bug#93: x2goagent should create /tmp/.X11-unix directory Reply-To: Frank Warnke , 332@bugs.x2go.org Resent-From: Frank Warnke Resent-To: x2go-dev@lists.berlios.de Resent-CC: X2Go Developers X-Loop: owner@bugs.x2go.org Resent-Date: Thu, 24 Oct 2013 19:18:01 +0000 Resent-Message-ID: Resent-Sender: owner@bugs.x2go.org X-X2Go-PR-Message: report 332 X-X2Go-PR-Package: x2goserver X-X2Go-PR-Keywords: Received: via spool by submit@bugs.x2go.org id=B.13826417134717 (code B); Thu, 24 Oct 2013 19:18:01 +0000 Received: (at submit) by bugs.x2go.org; 24 Oct 2013 19:08:33 +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,HTML_MESSAGE, RCVD_IN_DNSWL_BLOCKED,URIBL_BLOCKED autolearn=ham version=3.3.2 Received: from smtp003.onecommunications.net (smtp003.onecommunications.net [69.95.226.13]) by ymir (Postfix) with SMTP id 73D155DB13 for ; Thu, 24 Oct 2013 21:08:32 +0200 (CEST) Received: (qmail 18940 invoked from network); 24 Oct 2013 19:08:30 -0000 Received: from unknown (HELO dell24.scs.com) (frank@newspapersystems.com@64.179.77.46) by smtp003.onecommunications.net with ESMTPA; 24 Oct 2013 19:08:30 -0000 Message-ID: <5269702B.6070800@newspapersystems.com> Date: Thu, 24 Oct 2013 15:08:27 -0400 From: Frank Warnke User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: submit@bugs.x2go.org Content-Type: multipart/alternative; boundary="------------060900000300020609050608" This is a multi-part message in MIME format. --------------060900000300020609050608 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Package: x2goserver Version: 4.0.1.6 I am experiencing bug #93, which shows "Bug archived" at http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=93 since Mon, 04 Feb 2013 06:24:01 GMT. I am running a Linode virtual private server with a minimal CentOS 6.4 installation. It did not have /tmp/.X11-unix by default. I installed x2goserver via the x2go repo; wget -O /etc/yum.repos.d/x2go.repo http://download.opensuse.org/repositories/X11:/RemoteDesktop:/x2go/RHEL_6/X11:RemoteDesktop:x2go.repo # rpm -qa | grep x2go x2goagent-3.5.0.20-4.1.x86_64 x2goserver-4.0.1.6-1.1.x86_64 X2goclient sessions would hang and the server side message was; # cat clients _XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be created. _XSERVTransSocketUNIXCreateListener: mkdir(/tmp/.X11-unix) failed, errno = 2 _XSERVTransMakeAllCOTSServerListeners: failed to create listener for local I had to create /tmp/.X11-unix manually, or log in as the root user via x2goclient to solve the problem. With /tmp/.X11-unix created, the non root user's can now log in with x2goclient running on Windows XP/7 and Debian. --------------060900000300020609050608 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit
Package: x2goserver
Version:
4.0.1.6

I am experiencing bug #93, which shows "Bug archived" at http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=93
since Mon, 04 Feb 2013 06:24:01 GMT.

I am running a Linode virtual private server with a minimal CentOS 6.4 installation.  It did not have /tmp/.X11-unix by default.

I installed x2goserver via the x2go repo;

wget -O /etc/yum.repos.d/x2go.repo http://download.opensuse.org/repositories/X11:/RemoteDesktop:/x2go/RHEL_6/X11:RemoteDesktop:x2go.repo

# rpm -qa | grep x2go
x2goagent-3.5.0.20-4.1.x86_64
x2goserver-4.0.1.6-1.1.x86_64

X2goclient sessions would hang and the server side message was;
# cat clients
_XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be created.
_XSERVTransSocketUNIXCreateListener: mkdir(/tmp/.X11-unix) failed, errno = 2
_XSERVTransMakeAllCOTSServerListeners: failed to create listener for local

I had to create /tmp/.X11-unix manually, or log in as the root user via x2goclient to solve the problem.  With /tmp/.X11-unix created, the non root user's can now log in with x2goclient running on Windows XP/7 and Debian.

--------------060900000300020609050608--