X2Go Bug report logs - #833
x2goserver 4.0.1.19-0x2go2+git20150326.1064+wheezy.main.1 defective

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

Reported by: Klaus Munsteiner <k-linux@mun-steiner.de>

Date: Tue, 31 Mar 2015 15:45:01 UTC

Severity: normal

Tags: not-a-bug

Done: Mihai Moldovan <ionic@ionic.de>

Bug is archived. No further changes may be made.

Full log


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

Received: (at 833) by bugs.x2go.org; 2 Apr 2015 16:23:23 +0000
From ionic@ionic.de  Thu Apr  2 18:23:21 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=-1.9 required=5.0 tests=BAYES_00,T_DKIM_INVALID,
	URIBL_BLOCKED autolearn=ham version=3.3.2
Received: from Root24.de (powered.by.root24.eu [5.135.3.88])
	by ymir.das-netzwerkteam.de (Postfix) with ESMTP id 48C385DAD1
	for <833@bugs.x2go.org>; Thu,  2 Apr 2015 18:23:21 +0200 (CEST)
Received: from nopileos.local (home.ionic.de [217.92.117.31])
	by mail.ionic.de (Postfix) with ESMTPSA id ABDDC4F08C24;
	Thu,  2 Apr 2015 18:23:20 +0200 (CEST)
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=ionic.de; s=default;
	t=1427991800; bh=LcGqCNow2WZz2e/lPNBcx0iXqjFENG7No5+xmdn8n44=;
	h=Date:From:To:Subject:References:In-Reply-To:From;
	b=ph1VfonOkEQGybJTM3NLC6qB+sORLdpmkK/sEcMQb9yDuYXwHRzDDv0FAppvlnEwh
	 LdRTCJlzI0D7GnB7rCF9alSauPibTSQiW3cGTGK33/kNL6bTtuE4bE1EEUzFkCStG4
	 oGxm/CiDEkEhG0sE28m9VRByBkWAwAscYhkrRzEg=
Message-ID: <551D6CF2.7040103@ionic.de>
Date: Thu, 02 Apr 2015 18:23:14 +0200
From: Mihai Moldovan <ionic@ionic.de>
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.5.0
MIME-Version: 1.0
To: Klaus Munsteiner <k-linux@mun-steiner.de>, 833@bugs.x2go.org
Subject: Re: [X2Go-Dev] Bug#833: x2goserver 4.0.1.19-0x2go2+git20150326.1064+wheezy.main.1
 defective
References: <1427816571.29386.16.camel@klaus-1> <551C4C2C.5060509@ionic.de> <1427963074.2755.13.camel@klaus-1>
In-Reply-To: <1427963074.2755.13.camel@klaus-1>
Content-Type: multipart/signed; micalg=pgp-sha512;
 protocol="application/pgp-signature";
 boundary="R1qVJTf7xaADTGQKuO6Sko8BDEEaavc0k"
[Message part 1 (text/plain, inline)]
Control: close -1
Control: tag -1 not-a-bug
Thanks


On 02.04.2015 10:24 AM, Klaus Munsteiner wrote:
> I'm new with Debian, as I must use it for the old hardware.
> Normally I use Xubuntu. 
> I got the error-message by using synaptic.
>
> As you wanted to know more, I tried to install the server with apt-get
> and got this message:
>
> ----------------------------------
> root@praxis-2:/home/admin-praxis# apt-get install x2goserver
> Paketlisten werden gelesen... Fertig
> Abhängigkeitsbaum wird aufgebaut.       
> Statusinformationen werden eingelesen.... Fertig
> Einige Pakete konnten nicht installiert werden. Das kann bedeuten, dass
> Sie eine unmögliche Situation angefordert haben oder, wenn Sie die
> Unstable-Distribution verwenden, dass einige erforderliche Pakete noch
> nicht erstellt wurden oder Incoming noch nicht verlassen haben.
> Die folgenden Informationen helfen Ihnen vielleicht, die Situation zu
> lösen:
>
> Die folgenden Pakete haben unerfüllte Abhängigkeiten:
>  x2goserver : Hängt ab von: libconfig-simple-perl ist aber nicht
> installierbar
>               Hängt ab von: pwgen ist aber nicht installierbar
>               Hängt ab von: libdbd-pg-perl ist aber nicht installierbar
>               Hängt ab von: libdbd-sqlite3-perl ist aber nicht
> installierbar
>               Hängt ab von: libfile-which-perl ist aber nicht
> installierbar
>               Hängt ab von: libcapture-tiny-perl ist aber nicht
> installierbar
>               Empfiehlt: sshfs ist aber nicht installierbar
>               Empfiehlt: x2goserver-extensions (= 4.0.1.19-0x2go2
> +git20150326.1064+wheezy.main.1) soll aber nicht installiert werden
>               Empfiehlt: x2goserver-xsession (= 4.0.1.19-0x2go2
> +git20150326.1064+wheezy.main.1) soll aber nicht installiert werden
> E: Probleme können nicht korrigiert werden, Sie haben zurückgehaltene
> defekte Pakete.
> ----------------------------------

Hm, all these packages are in main. contrib or non-free should not be
needed for any of them.

What really happened here is that something triggered an update of your
out-of-date packages lists. (That is, that stuff that happens when one
runs (sudo) apt-get update or (sudo) aptitude update.)

They likely weren't just out-of-date, but plainly not existent,
explaining the uninstallable packages.


> Resolution:
> I added the missing repositories contrib and non-free and the
> installation was possible without errors.

I guess running sudo apt-get update or sudo aptitude update or letting
synaptics update the package lists (no idea how to do this with
synaptics, sorry) would have been enough. You should be able to remove
contrib and non-free, then update the package lists by some mentioned
means. After that, installing x2goserver and other components should
still be possible (but any tests at this point are moot, because the
x2goserver package is already installed on that machine.)


> The report can be closed.

Done! Thank you.



Mihai

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

Send a report that this bug log contains spam.


X2Go Developers <owner@bugs.x2go.org>. Last modified: Sat Apr 27 17:21:09 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.