X2Go Bug report logs - #948
X2Go Client fails to create xinerama.conf if screen coordinates have negative values

version graph

Package: x2goclient; Maintainer for x2goclient is X2Go Developers <x2go-dev@lists.x2go.org>; Source for x2goclient is src:x2goclient.

Reported by: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>

Date: Thu, 24 Sep 2015 10:15:01 UTC

Severity: normal

Tags: pending

Found in version 4.0.5.0

Fixed in version 4.0.5.1

Done: X2Go Release Manager <git-admin@x2go.org>

Bug is archived. No further changes may be made.

Full log


Message #10 received at 948@bugs.x2go.org (full text, mbox, reply):

Received: (at 948) by bugs.x2go.org; 24 Sep 2015 10:17:46 +0000
From ulrich.sibiller@gmail.com  Thu Sep 24 12:17:46 2015
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.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,
	FREEMAIL_REPLYTO,FREEMAIL_REPLYTO_END_DIGIT,T_DKIM_INVALID,URIBL_BLOCKED
	autolearn=no version=3.3.2
Received: from mail-yk0-f172.google.com (mail-yk0-f172.google.com [209.85.160.172])
	by ymir.das-netzwerkteam.de (Postfix) with ESMTPS id A174E3BC4A
	for <948@bugs.x2go.org>; Thu, 24 Sep 2015 12:17:45 +0200 (CEST)
Received: by ykdz138 with SMTP id z138so71932468ykd.2
        for <948@bugs.x2go.org>; Thu, 24 Sep 2015 03:17:44 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20120113;
        h=mime-version:reply-to:in-reply-to:references:from:date:message-id
         :subject:to:content-type:content-transfer-encoding;
        bh=g6n3ajJSIqLAdtepmOL4MVfIegHz2E2ee4QLud4q4z0=;
        b=jGsyYGDrEUC7acZgI5txgxeujoknTnnXbLzxhjZdNo246L82XCwCTYN70DLW6XPLf+
         323yYtWvT1FiDdOcj4KzGGu1JZ/WTmkj1tbly0Qy1BdfCmnCub89fDh4Wwtgdag5CeoG
         kF0yJbB0dkbSwOVq0NtXgigl0xmGrsmwjh1HjDdCsyR1sVniy++PTm1HhCpSL82JoE8X
         jlclMLhUd5fBeIyHQ6xL6hhAV0G/u0cVPwYdTL5S7Ybeixork2uRCj6r0o7aOeotJIFN
         hMwOAFHS15qpUW1JP7J1YP0dT/DEzen11WRYhAZsyaGOisOwKLMqK4hUyvUfRMH+TgdH
         0Zdw==
X-Received: by 10.31.15.66 with SMTP id 63mr25871697vkp.147.1443089864225;
 Thu, 24 Sep 2015 03:17:44 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.103.5.133 with HTTP; Thu, 24 Sep 2015 03:17:24 -0700 (PDT)
Reply-To: uli42@gmx.de
In-Reply-To: <20150924101335.Horde.v8dFaU458BCTjGSYqCTl7g1@mail.das-netzwerkteam.de>
References: <20150924101335.Horde.v8dFaU458BCTjGSYqCTl7g1@mail.das-netzwerkteam.de>
From: Ulrich Sibiller <ulrich.sibiller@gmail.com>
Date: Thu, 24 Sep 2015 12:17:24 +0200
Message-ID: <CANVnVYLw4ETRggQhng=OjAw368tNK5xZLmaMOCY_DBLs9i=6PA@mail.gmail.com>
Subject: Re: [X2Go-Dev] Bug#948: X2Go Client fails to create xinerama.conf if
 screen coordinates have negative values
To: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>, 948@bugs.x2go.org
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
Wäre interessant, was mein neuer Code in dem Fall macht. Ich vermute,
der käme da mit klar. ;-)

Uli

On Thu, Sep 24, 2015 at 12:13 PM, Mike Gabriel
<mike.gabriel@das-netzwerkteam.de> wrote:
> Package: x2goclient
> Version: 4.0.5.0
> Severity: normal
>
> Hi,
>
> X2Go Client sometimes fails to create the xinerama.conf file in the
> server-side X2Go Session directory. This only happens, if screen coordinates
> have negative values (which happens when software-side swapping the
> client-side monitor layout via xrandr calls).
>
> See error log below (from x2goclient --debug).
>
> Mike
>
>
> """
> x2go-DEBUG-../src/sshprocess.cpp:199> Executing remote command via
> SshProcess object 4: "export DISPLAY=:50;printf '\''-959 -599 1920 1200\n961
> -599 1920 1200'\'' >
> $HOME/.x2go/C-localadmin-50-1443008544_stDMATE_dp24/xinerama.conf"
> x2go-DEBUG-../src/sshprocess.cpp:204> Running
> masterCon->addChannelConnection(this,
> '"e8c82b86-ae92-4b9b-b5ca-2384cde8ed41"', '"bash -c 'echo
> "X2GODATABEGIN:e8c82b86-ae92-4b9b-b5ca-2384cde8ed41"; export
> PATH="/usr/local/bin:/usr/bin:/bin"; export DISPLAY=:50;printf '\''-959 -599
> 1920 1200\n961 -599 1920 1200'\'' >  $HOME/.x2go"');
> x2go-DEBUG-../src/sshmasterconnection.cpp:1284> Locking SSH channel
> connection MUTEX.
> x2go-DEBUG-../src/sshmasterconnection.cpp:1286> Passing new channel
> conenction object to channelConnections.
> x2go-DEBUG-../src/sshmasterconnection.cpp:1288> Unlocking SSH channel
> connection MUTEX.
> x2go-DEBUG-../src/sshmasterconnection.cpp:1476> Creating new channel.
>
> x2go-DEBUG-../src/sshmasterconnection.cpp:1480> New channel:0x7fd99c0125a0
>
> x2go-DEBUG-../src/sshmasterconnection.cpp:1511> Executing remote: "bash -c
> 'echo "X2GODATABEGIN:e8c82b86-ae92-4b9b-b5ca-2384cde8ed41"; export
> PATH="/usr/local/bin:/usr/bin:/bin"; export DISPLAY=:50;printf '\''-959 -599
> 1920 1200\n961 -599 1920 1200'\'' >
> $HOME/.x2go/C-localadmin-50-1443008544_stDMATE_dp24/xinerama.conf; echo
> "X2GODATAEND:e8c82b86-ae92-4b9b-b5ca-2384cde8ed41";'"
>
> x2go-DEBUG-../src/sshmasterconnection.cpp:1534> New exec channel created.
>
> x2go-DEBUG-../src/sshmasterconnection.cpp:1638> EOF on channel
> 0x7fd99c0125a0; SshProcess object: 4
> x2go-DEBUG-../src/sshmasterconnection.cpp:1706> EOF sent.
> x2go-DEBUG-../src/sshmasterconnection.cpp:1710> Channel closed.
> x2go-DEBUG-../src/sshprocess.cpp:517> SSH finished: raw output (stdout):
> "X2GODATABEGIN:e8c82b86-ae92-4b9b-b5ca-2384cde8ed41
> X2GODATAEND:e8c82b86-ae92-4b9b-b5ca-2384cde8ed41
> "
> x2go-DEBUG-../src/sshprocess.cpp:523> Have stderr only, something must be
> wrong.
> x2go-DEBUG-../src/sshprocess.cpp:528> SSH finished: false - "bash: Zeile 0:
> printf: -9: Ungültige Option
> printf: Gebrauch: printf [-v var] Format [Argumente]
> " (4).
>
> """
> --
>
> DAS-NETZWERKTEAM
> mike gabriel, 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.xfb
>
> _______________________________________________
> x2go-dev mailing list
> x2go-dev@lists.x2go.org
> http://lists.x2go.org/listinfo/x2go-dev


Send a report that this bug log contains spam.


X2Go Developers <owner@bugs.x2go.org>. Last modified: Fri Mar 29 12:56:23 2024; Machine Name: ymir.das-netzwerkteam.de

X2Go Bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.