X2Go Bug report logs - #1590
x2goclient fails to connect after updating qt5 libs to 5.15.x

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

Reported by: Baese Alexander <alexander.baese@gi-de.com>

Date: Thu, 21 Jul 2022 15:00:01 UTC

Severity: normal

Full log


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

Received: (at 1590) by bugs.x2go.org; 29 Jul 2022 06:00:09 +0000
From pb@bieringer.de  Fri Jul 29 08:00:05 2022
X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on
	ymir.das-netzwerkteam.de
X-Spam-Level: 
X-Spam-Status: No, score=-2.0 required=3.0 tests=BAYES_00,DKIM_SIGNED,
	DKIM_VALID,DKIM_VALID_AU,SPF_HELO_PASS,URIBL_BLOCKED autolearn=ham
	autolearn_force=no version=3.4.2
Received: from co1.bieringer.net (co1.bieringer.net [IPv6:2a02:c207:3005:9207::1])
	by ymir.das-netzwerkteam.de (Postfix) with ESMTPS id 304EA5DAEB
	for <1590@bugs.x2go.org>; Fri, 29 Jul 2022 08:00:05 +0200 (CEST)
Received: from localhost (localhost.localdomain [127.0.0.1])
	by co1.bieringer.net (Postfix) with ESMTP id 76F59900B45
	for <1590@bugs.x2go.org>; Fri, 29 Jul 2022 08:00:04 +0200 (CEST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=bieringer.de; h=
	content-transfer-encoding:content-type:content-type:subject
	:subject:from:from:content-language:user-agent:mime-version:date
	:date:message-id:received:received; s=dkim20210605; t=
	1659074404; x=1659938405; bh=QKvQNOJmSfsr6Jnbgg749eDkkeeoIEhJGYZ
	zi2w/cxg=; b=kcYXE/IaiRXcm9xOSqPZnH93IcQmGzKjuDxNCuMJYm+/UcpRCQ9
	IzdJVz1HfpwvG/cuaSel6SkYlRt+CkM2Z+XttD1vZ4W4iPO9jvMtz096mRhTkSP7
	ubCK41sDEpcl8z2VBMtBMxQPYTVf0iGumE1sTEPo9hC9NzhEjqQsrVNnWoveqbiw
	Wn4EDqYVU4oPhV1XA7Ol872oozAQltwsSv6tWVazA6FcwSI8H4Uv4Zznp2wHPD0N
	hwU6lgPBhsN7S8rcXdr9tFzE3MHmxeoZ6Vl4mlqR5FAQyMdkUBYNp2OyuBzEX0tP
	wJkQS94/sN2VvjoCKBR+JjzTYIb0IIL6G1g==
X-Virus-Scanned: amavisd-new at bieringer.net
Received: from co1.bieringer.net ([127.0.0.1])
	by localhost (co1.bieringer.net [127.0.0.1]) (amavisd-new, port 10022)
	with LMTP id kVsVmouaOGd1 for <1590@bugs.x2go.org>;
	Fri, 29 Jul 2022 08:00:04 +0200 (CEST)
Received: from [IPV6:2001:a61:3b47:d901:9d52:d79e:e70a:369e] (unknown [IPv6:2001:a61:3b47:d901:9d52:d79e:e70a:369e])
	(using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by co1.bieringer.net (Postfix) with ESMTPSA id 35E2B9001EA
	for <1590@bugs.x2go.org>; Fri, 29 Jul 2022 08:00:03 +0200 (CEST)
Message-ID: <41aa8aba-9b4e-5f7c-4a78-a21ced2e4dad@bieringer.de>
Date: Fri, 29 Jul 2022 08:00:03 +0200
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101
 Thunderbird/91.11.0
To: 1590@bugs.x2go.org
Content-Language: de-DE
From: Peter Bieringer <pb@bieringer.de>
Subject: Reproduced on AlmaLinux 8
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Hi,

installed 2x VMs

- AlmaLinux 8.6 (latest) + all updates
# yum groupinstall XFCE
# yum install x2goclient x2goserver

Connect via x2goclient from Fedora 36 to AlmaLinux#1
Try to connect from AlmaLinux#1 to AlmaLinux#2

-> X2go session is created, but not really started

Checked required Qt5 libraries

# ldd /usr/bin/x2goclient | grep Qt5 | awk '{ print $3 }' | while read 
lib; do rpm -qf $lib; done | sort -u
qt5-qtbase-5.15.2-4.el8.x86_64
qt5-qtbase-gui-5.15.2-4.el8.x86_64
qt5-qtsvg-5.15.2-4.el8.x86_64
qt5-qtx11extras-5.15.2-2.el8.x86_64

downgraded on AlmaLinux#1 to Qt5 of AlmaLinux 8.4 
(http://repo.almalinux.org/vault/8.4/AppStream/x86_64/os/Packages/)

# rpm -Uhv --force qt5-qtbase-5.12.5-8.el8.x86_64.rpm 
qt5-qtbase-gui-5.12.5-8.el8.x86_64.rpm qt5-qtsvg-5.12.5-1.el8.x86_64.rpm 
qt5-qtx11extras-5.12.5-1.el8.x86_64.rpm 
qt5-qtbase-common-5.12.5-8.el8.noarch.rpm

Connect from AlmaLinux#1 to AlmaLinux#2 is successful


Please advice how to support debugging.

BTW: filed also ticket on Red Hat's Bugzilla: 
https://bugzilla.redhat.com/show_bug.cgi?id=2109841

Regards,
	Peter


Send a report that this bug log contains spam.


X2Go Developers <owner@bugs.x2go.org>. Last modified: Thu Mar 28 14:59:28 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.