From unknown Thu Mar 28 10:52:02 2024 X-Loop: owner@bugs.x2go.org Subject: Bug#397: Cannot connect when user home folder contains a non-ascii character Reply-To: =?UTF-8?Q?N=C3=A9stor?= Uribe-Patarroyo , 397@bugs.x2go.org Resent-From: =?UTF-8?Q?N=C3=A9stor?= Uribe-Patarroyo Resent-To: x2go-dev@lists.berlios.de Resent-CC: owner@bugs.x2go.org X-Loop: owner@bugs.x2go.org Resent-Date: Wed, 08 Jan 2014 17:10:02 +0000 Resent-Message-ID: Resent-Sender: owner@bugs.x2go.org X-X2Go-PR-Message: report 397 X-X2Go-PR-Package: x2go-server X-X2Go-PR-Keywords: Received: via spool by submit@bugs.x2go.org id=B.13892007624606 (code B); Wed, 08 Jan 2014 17:10:02 +0000 Received: (at submit) by bugs.x2go.org; 8 Jan 2014 17:06: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,FREEMAIL_FROM, T_DKIM_INVALID autolearn=ham version=3.3.2 Received: from mail-qa0-f48.google.com (mail-qa0-f48.google.com [209.85.216.48]) by ymir (Postfix) with ESMTPS id 226F05DA7B for ; Wed, 8 Jan 2014 18:06:02 +0100 (CET) Received: by mail-qa0-f48.google.com with SMTP id i13so1983457qae.35 for ; Wed, 08 Jan 2014 09:06:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=QZp28Wo11jfBtzXLX8xbgUQzXZ6iBMewwS+lYDwNPe4=; b=pZyb5FzbePi3Ev8O3Gq3IotrV9FPrJlaotQlcQkE7iH+4Q+rWzq4gsQEjQTjhJpqM3 xnEr3byRELT9EgDU05pwtax+bFwE3C3UaeAyli+eXFjvX5KnZ5rPWHydJxKNHKixycG9 B/vTzB+cSj2SH8OV80SwbRyV9NwyjOuxA/r3S6i1FyceXRLOkFHKOUJYKotwej7cahNj ssXB0/r34sB7QMu6ybUpAJWR/RRPCNKcBaBANyOBNQqcOcpO96oo/PuXu6R5WuOLIzJ6 ADP0zkVaoT8PAsAcwE/wdS+9WBGYVigUhcyjsUCStpKxAx/KIHIZGELx+Gfh8QqHsj4j uTPA== X-Received: by 10.49.15.202 with SMTP id z10mr212736235qec.46.1389200761123; Wed, 08 Jan 2014 09:06:01 -0800 (PST) Received: from [172.16.7.232] ([132.183.13.1]) by mx.google.com with ESMTPSA id f19sm1867650qaq.12.2014.01.08.09.05.59 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 08 Jan 2014 09:06:00 -0800 (PST) Message-ID: <52CD853C.9080907@gmail.com> Date: Wed, 08 Jan 2014 12:05:00 -0500 From: =?UTF-8?Q?N=C3=A9stor?= Uribe-Patarroyo User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: submit@bugs.x2go.org References: <52CD82B3.6090406@gmail.com> In-Reply-To: <52CD82B3.6090406@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Package: x2go-server Version: 4.0.1.12-0~809~ubuntu12.04.1 When the home folder of a user contains a non-ascii character (such as "á", or "é") I cannot initiate an x2go session. The error is: Info: Connecting to remote host 'localhost:31004'. Info: Connection to remote proxy 'localhost:31004' established. Error: The remote NX proxy closed the connection. Error: Failure negotiating the session in stage '7'. Error: Wrong version or invalid session authentication cookie. Session: Terminating session at 'Wed Jan 8 09:52:30 2014'. Session: Session terminated at 'Wed Jan 8 09:52:30 2014'. Login with ssh works normally. After changing the home folder of the user to one with only ascii characters, initiating an x2go session was possible. I am using Ubuntu 12.04.3 in the server, Ubuntu 12.10 in the client. Client version is 4.0.1.2.Both server and client installed from thePPA ppa:x2go/stable