From unknown Fri Mar 29 02:29:06 2024 X-Loop: owner@bugs.x2go.org Subject: Bug#323: 323 bug Reply-To: Eric Forgeot , 323@bugs.x2go.org Resent-From: Eric Forgeot Resent-To: x2go-dev@lists.berlios.de Resent-CC: X2Go Developers X-Loop: owner@bugs.x2go.org Resent-Date: Wed, 23 Apr 2014 10:45:02 +0000 Resent-Message-ID: Resent-Sender: owner@bugs.x2go.org X-X2Go-PR-Message: followup 323 X-X2Go-PR-Package: x2goserver X-X2Go-PR-Keywords: moreinfo Received: via spool by 323-submit@bugs.x2go.org id=B323.139824966024282 (code B ref 323); Wed, 23 Apr 2014 10:45:02 +0000 Received: (at 323) by bugs.x2go.org; 23 Apr 2014 10:41:00 +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.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM, T_DKIM_INVALID autolearn=ham version=3.3.2 Received: from mail-lb0-f179.google.com (mail-lb0-f179.google.com [209.85.217.179]) by ymir.das-netzwerkteam.de (Postfix) with ESMTPS id EFF115DB0A for <323@bugs.x2go.org>; Wed, 23 Apr 2014 12:40:59 +0200 (CEST) Received: by mail-lb0-f179.google.com with SMTP id q8so602209lbi.10 for <323@bugs.x2go.org>; Wed, 23 Apr 2014 03:40:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=7gBwZbASAjfbU6xmQaSX29DJyFpY7hZ+x83wpsFaBqk=; b=S4h11OMnVPEiwK4ixEPSpj99eqLjjKS/L6Qz7PjK4dtr04uj4X9IwaOf39G8rlUFbc a8dOvENOL/h2ahIiRrwBKtq3ry5RCEjHIxghlldlSDb486wA/jeFAjV3BpJ2FEBtmUvj pL4pX/EOVklOm+EfnUZ4l+RnVPi3dMAEikziWmKQF9NjEAHfWafzVZDaKvAvBlVbdIqG FzMlAYPQDi7qrKgIP1TnuNPhS6+X/NwBbpIINx8XEG0BM2oU8ZmKHlj1YP/i5FS5QffZ P4QEIN2DdJX2spvDNO44zrafDXx+wOn3msWgcGlmi6erngGmcMDlqQPwzjkbeUwxfYbz uKPg== MIME-Version: 1.0 X-Received: by 10.152.21.137 with SMTP id v9mr1145092lae.44.1398249659231; Wed, 23 Apr 2014 03:40:59 -0700 (PDT) Received: by 10.112.222.227 with HTTP; Wed, 23 Apr 2014 03:40:59 -0700 (PDT) Date: Wed, 23 Apr 2014 12:40:59 +0200 Message-ID: From: Eric Forgeot To: 323@bugs.x2go.org Content-Type: text/plain; charset=UTF-8 it seems for me the problem was not from my home folder, but from the /tmp folder, when trying to create the sessions. The /tmp folder was in read write access for everyone but it complained it was needed to set the /tmp/.X11-unix/ folder to 1777, which I did, and now it's working again. The error message from the client was not really helpfull. I noticed the problem when trying to start x2goagent from the commandline on the server: _XSERVTransmkdir: ERROR: Mode of /tmp/.X11-unix must be set to 1777 _XSERVTransSocketUNIXCreateListener: mkdir(/tmp/.X11-unix) failed, errno = 9 _XSERVTransMakeAllCOTSServerListeners: failed to create listener for local So there is a process on my computer which is changing the rights on my /tmp folder but I don't know which one at the moment...