From unknown Tue Apr 28 03:26:38 2026
X-Loop: owner@bugs.x2go.org
Subject: Bug#259: centos problems
Reply-To: Timotheus Pokorra <timotheus.pokorra@solidcharity.com>, 259@bugs.x2go.org
Resent-From: Timotheus Pokorra <timotheus.pokorra@solidcharity.com>
Resent-To: x2go-dev@lists.berlios.de
Resent-CC: X2Go Developers <x2go-dev@lists.berlios.de>
X-Loop: owner@bugs.x2go.org
Resent-Date: Thu, 18 Jul 2013 08:03:02 +0000
Resent-Message-ID: <handler.259.B259.137413401016591@bugs.x2go.org>
Resent-Sender: owner@bugs.x2go.org
X-X2Go-PR-Message: followup 259
X-X2Go-PR-Package: x2goagent
X-X2Go-PR-Keywords: 
Received: via spool by 259-submit@bugs.x2go.org id=B259.137413401016591
          (code B ref 259); Thu, 18 Jul 2013 08:03:02 +0000
Received: (at 259) by bugs.x2go.org; 18 Jul 2013 07:53:30 +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.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,
	URIBL_BLOCKED autolearn=ham version=3.3.2
X-Greylist: delayed 581 seconds by postgrey-1.34 at ymir; Thu, 18 Jul 2013 09:53:30 CEST
Received: from mailout2.hostsharing.net (mailout2.hostsharing.net [83.223.90.233])
	by ymir (Postfix) with ESMTPS id 873675DB1B
	for <259@bugs.x2go.org>; Thu, 18 Jul 2013 09:53:30 +0200 (CEST)
Received: from h06.hostsharing.net (h06.hostsharing.net [83.223.95.25])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mailout2.hostsharing.net (Postfix) with ESMTPS id EA6988EEDCE
	for <259@bugs.x2go.org>; Thu, 18 Jul 2013 09:43:48 +0200 (CEST)
Received: from mail-lb0-f171.google.com (mail-lb0-f171.google.com [209.85.217.171])
	(using TLSv1 with cipher AES128-SHA (128/128 bits))
	(No client certificate requested)
	by h06.hostsharing.net (Postfix) with ESMTPSA id 1145D10901940
	for <259@bugs.x2go.org>; Thu, 18 Jul 2013 09:43:47 +0200 (CEST)
Received: by mail-lb0-f171.google.com with SMTP id 13so2288804lba.30
        for <259@bugs.x2go.org>; Thu, 18 Jul 2013 00:43:47 -0700 (PDT)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20120113;
        h=mime-version:date:message-id:subject:from:to:content-type;
        bh=HHoPehtZ4yX7LSQc7UKXDRjXqBlATizO3yf2tgSQdJU=;
        b=U5xQoRV2wIxHgI9BU06VSsVEVTxfhXYlcaiHzIixUTGYQhI5rbjyzBtWpYG9zomug7
         YupSFFFoZzlak2RLEPZ95oSk1iPCeHkT82kncJP81cZKsHf3NbRY9McMWY2omkfUGV4A
         wnK5xv+BO7UqEYR4GmyM4DeK7vGHNYCSoEDEmFlzg21YaVAFnrUrTgl2KDKWZxDsZlIy
         +VGUs8IFb7sDwiJKlBZV8kdWsv6tBj05G10JfHWkQXU4wPO9v9+4oaVuolUd5i+Plr2D
         Ded4RflwEWeKjq3TExAgGrgEIUcLdB2ERPu9w6prWSp0jo6Rh/u4jPNze+kEfjBBHQVa
         mL1Q==
MIME-Version: 1.0
X-Received: by 10.112.167.228 with SMTP id zr4mr4755170lbb.96.1374133427961;
 Thu, 18 Jul 2013 00:43:47 -0700 (PDT)
Received: by 10.114.16.228 with HTTP; Thu, 18 Jul 2013 00:43:47 -0700 (PDT)
Date: Thu, 18 Jul 2013 09:43:47 +0200
Message-ID: <CAJ0=nQf8-=sjbetZwuWpR-veO4u-BeZ5ZAx-Wcs_tKKg9j62Ow@mail.gmail.com>
From: Timotheus Pokorra <timotheus.pokorra@solidcharity.com>
To: 259@bugs.x2go.org
Content-Type: text/plain; charset=ISO-8859-1

Just for the record:
The workaround described on the associated discussion on the development list
https://lists.berlios.de/pipermail/x2go-dev/2013-June/005792.html
works for me:

  mv /usr/libexec/x2go/* /usr/lib64/x2go
  rm -Rf /usr/libexec/x2go
  ln -s /usr/lib64/x2go /usr/libexec/x2go
  service x2gocleansessions start
  chkconfig x2gocleansessions on

Obviously it would be good that the rpm packages would be fixed.
