X2Go Bug report logs - #882
--pgp-card does absolutely nothing?

version graph

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

Reported by: Florian Wicke - Hetzner Online AG <florian.wicke@hetzner.de>

Date: Thu, 28 May 2015 10:35:01 UTC

Severity: normal

Tags: pending

Found in version 4.0.4.1-0~1045~ubuntu14.04.1

Fixed in version 4.0.4.1

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

Bug is archived. No further changes may be made.

Full log


🔗 View this message in rfc822 format

X-Loop: owner@bugs.x2go.org
Subject: Bug#882: [X2Go-Dev] Bug#882: X2Go issue (in src:x2goclient) has been marked as pending for release
Reply-To: Florian Wicke - Hetzner Online AG <florian.wicke@hetzner.de>, 882@bugs.x2go.org
Resent-From: Florian Wicke - Hetzner Online AG <florian.wicke@hetzner.de>
Resent-To: x2go-dev@lists.x2go.org
Resent-CC: X2Go Developers <x2go-dev@lists.x2go.org>
X-Loop: owner@bugs.x2go.org
Resent-Date: Tue, 09 Jun 2015 16:55:01 +0000
Resent-Message-ID: <handler.882.B882.143386866930539@bugs.x2go.org>
Resent-Sender: owner@bugs.x2go.org
X-X2Go-PR-Message: followup 882
X-X2Go-PR-Package: x2goclient
X-X2Go-PR-Keywords: pending
Received: via spool by 882-submit@bugs.x2go.org id=B882.143386866930539
          (code B ref 882); Tue, 09 Jun 2015 16:55:01 +0000
Received: (at 882) by bugs.x2go.org; 9 Jun 2015 16:51:09 +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,URIBL_BLOCKED
	autolearn=ham version=3.3.2
Received: from mail.hetzner.company (mail.hetzner.company [213.133.106.242])
	by ymir.das-netzwerkteam.de (Postfix) with ESMTPS id 226135DA7E
	for <882@bugs.x2go.org>; Tue,  9 Jun 2015 18:51:08 +0200 (CEST)
Received: from [78.46.134.130] (helo=[10.200.1.57])
	by mail.hetzner.company with esmtpsa (TLSv1.2:DHE-RSA-AES256-SHA:256)
	(Exim 4.80)
	(envelope-from <florian.wicke@hetzner.de>)
	id 1Z2MlR-0007XK-SV
	for 882@bugs.x2go.org; Tue, 09 Jun 2015 18:52:37 +0200
Message-ID: <55771994.7020405@hetzner.de>
Date: Tue, 09 Jun 2015 18:51:32 +0200
From: Florian Wicke - Hetzner Online AG <florian.wicke@hetzner.de>
User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0
MIME-Version: 1.0
To: 882@bugs.x2go.org
References: 1YzxJ1-0004Dv-7v@mail.hetzner.company
Content-Type: multipart/signed; micalg=pgp-sha512;
 protocol="application/pgp-signature";
 boundary="w1REMmo5lj0une6KNFN4TcMdc4xv0BheR"
X-Authenticated-Sender: florian.wicke@hetzner.de
[Message part 1 (text/plain, inline)]
Unfortunately the fix made it worse in regards of behaviour:

With the latest nightly x2goclient i get the error message "scdaemon
started but crashed" all the time with no smartcard present.

Manually invoking scdaemon with "--multi-server" works just fine

Looks like you handle the "soft-error" below of scdaemon as critical error:
"scdaemon[10084]: PC/SC OPEN failed: no service (0x8010001d)

And thus, exiting the x2goclient if no smartcard is present



Expected behaviour: as before - let the client wait for smartcards to be
plugged in/become available without terminating the client.






Kind regards

 Florian Wicke

Hetzner Online AG
Industriestr. 25
91710 Gunzenhausen / Germany
Tel: +49 9831 505-187
Fax: +49 9831 505-387
florian.wicke@hetzner.de
www.hetzner.com

Register Court: Registergericht Ansbach, HRB 3204
Management Board: Dipl. Ing. (FH) Martin Hetzner
Chairwoman of the Supervisory Board: Diana Rothhan

Am 03.06.2015 um 03:11 schrieb Mihai Moldovan:
> tag #882 pending
> fixed #882 4.0.4.1
> thanks
> 
> Hello,
> 
> X2Go issue #882 (src:x2goclient) reported by you has been
> fixed in X2Go Git. You can see the changelog below, and you can
> check the diff of the fix at:
> 
>     http://code.x2go.org/gitweb?p=x2goclient.git;a=commitdiff;h=90d6b8b
> 
> The issue will most likely be fixed in src:x2goclient (4.0.4.1).
> 
> light+love
> X2Go Git Admin (on behalf of the sender of this mail)
> 
> ---
> commit 90d6b8b7cecec02b2a0e0f81ed650ca1bf39862f
> Author: Mihai Moldovan <ionic@ionic.de>
> Date:   Wed Jun 3 01:36:32 2015 +0200
> 
>     onmainwindow.cpp: manipulate PATH and append /usr/lib/gnupg2/ to it when starting scdaemon. Fixes: #882.
> 
> diff --git a/debian/changelog b/debian/changelog
> index 2399c15..bb4045a 100644
> --- a/debian/changelog
> +++ b/debian/changelog
> @@ -16,6 +16,8 @@ x2goclient (4.0.4.1-0x2go1) UNRELEASED; urgency=low
>        for show_RichText_Generic_MsgBox() with a critical icon.
>      - onmainwindow.{cpp,h}: properly handle scdaemon errors with a message box
>        and close the client.
> +    - onmainwindow.cpp: manipulate PATH and append /usr/lib/gnupg2/ to it when
> +      starting scdaemon. Fixes: #882.
>  
>   -- X2Go Release Manager <git-admin@x2go.org>  Tue, 26 May 2015 21:42:09 +0200
>  
> _______________________________________________
> x2go-dev mailing list
> x2go-dev@lists.x2go.org
> http://lists.x2go.org/listinfo/x2go-dev
> 

[signature.asc (application/pgp-signature, attachment)]

Send a report that this bug log contains spam.


X2Go Developers <owner@bugs.x2go.org>. Last modified: Fri Mar 29 15:17:20 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.