X2Go Bug report logs - #194
Traceback in pyhoca-gui

version graph

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

Reported by: Dick Kniep <dick@lindix.nl>

Date: Fri, 26 Apr 2013 07:48:01 UTC

Severity: normal

Found in version 0.4.0.2

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

Bug is archived. No further changes may be made.

Full log


Message #14 received at 194-done@bugs.x2go.org (full text, mbox, reply):

Received: (at 194-done) by bugs.x2go.org; 18 Jul 2013 20:43:21 +0000
From mike.gabriel@das-netzwerkteam.de  Thu Jul 18 22:43:20 2013
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=URIBL_BLOCKED autolearn=ham
	version=3.3.2
Received: from freya.das-netzwerkteam.de (freya.das-netzwerkteam.de [88.198.48.199])
	by ymir (Postfix) with ESMTPS id D41235DB1B
	for <194-done@bugs.x2go.org>; Thu, 18 Jul 2013 22:43:20 +0200 (CEST)
Received: from grimnir.das-netzwerkteam.de (grimnir.das-netzwerkteam.de [78.46.204.98])
	by freya.das-netzwerkteam.de (Postfix) with ESMTPS id 997B634F
	for <194-done@bugs.x2go.org>; Thu, 18 Jul 2013 22:43:20 +0200 (CEST)
Received: from localhost (localhost [127.0.0.1])
	by grimnir.das-netzwerkteam.de (Postfix) with ESMTP id 6718D3BE29
	for <194-done@bugs.x2go.org>; Thu, 18 Jul 2013 22:43:20 +0200 (CEST)
X-Virus-Scanned: Debian amavisd-new at grimnir.das-netzwerkteam.de
Received: from grimnir.das-netzwerkteam.de ([127.0.0.1])
	by localhost (grimnir.das-netzwerkteam.de [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id o5HrtcPDtOrO for <194-done@bugs.x2go.org>;
	Thu, 18 Jul 2013 22:43:14 +0200 (CEST)
Received: from localhost (localhost [127.0.0.1])
	by grimnir.das-netzwerkteam.de (Postfix) with ESMTP id 0791C3BD6D
	for <194-done@bugs.x2go.org>; Thu, 18 Jul 2013 22:43:14 +0200 (CEST)
Received: from localhost (localhost [127.0.0.1])
	by grimnir.das-netzwerkteam.de (Postfix) with ESMTP id 9BE663B9D9
	for <194-done@bugs.x2go.org>; Thu, 18 Jul 2013 22:43:13 +0200 (CEST)
Received: by grimnir.das-netzwerkteam.de (Postfix, from userid 33)
	id EF1A63BD25; Thu, 18 Jul 2013 22:43:10 +0200 (CEST)
Received: from p57B4CA73.dip0.t-ipconnect.de (p57B4CA73.dip0.t-ipconnect.de
 [87.180.202.115]) by mail.das-netzwerkteam.de (Horde Framework) with HTTP;
 Thu, 18 Jul 2013 22:43:10 +0200
Message-ID: <20130718224310.19105wjrkgdn2xy6@mail.das-netzwerkteam.de>
X-Priority: 3 (Normal)
Date: Thu, 18 Jul 2013 22:43:10 +0200
From: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
To: Dick Kniep <dick@lindix.nl>
Cc: 194-done@bugs.x2go.org
Subject: Re: [X2Go-Dev] Bug#194: Traceback in pyhoca-gui
References: <zarafa.517a2e51.097b.2444ea086ed9e39c@mail.int.lindix.nl>
In-Reply-To: <zarafa.517a2e51.097b.2444ea086ed9e39c@mail.int.lindix.nl>
MIME-Version: 1.0
Content-Type: multipart/signed;
 boundary="=_5mczjmm9kwny";
 protocol="application/pgp-signature";
 micalg="pgp-sha1"
Content-Transfer-Encoding: 7bit
User-Agent: Internet Messaging Program (IMP) H3 (4.3.4)
[Message part 1 (text/plain, inline)]
Hi Dick,

On Fr 26 Apr 2013 09:35:45 CEST Dick Kniep wrote:

> Package: python-x2go
> Severity: normal
> Version 0.4.0.2
>
> Following log is produced on Ubuntu 12.10 using Menea to connect to.  
> The connection is established and the terminal is started, however,  
> there is a traceback in the logs. It is the standard pyhoca that is  
> on  ppa:x2go/stable

> [...]

> pyhoca-gui[6345] (x2goproxy-pylib) DEBUG: waiting for proxy to come  
> up: 0.4s x 1
> pyhoca-gui[6345] (x2goguardian-pylib) DEBUG: Entering X2Go Guardian  
> client management loop...
> Exception in thread Thread-1:
> Traceback (most recent call last):
>   File "/usr/lib/python2.7/threading.py", line 552, in __bootstrap_inner
>     self.run()
>   File "/usr/lib/python2.7/threading.py", line 505, in run
>     self.__target(*self.__args, **self.__kwargs)
>   File "/usr/lib/python2.7/dist-packages/x2go/guardian.py", line  
> 116, in guardian
>     update_mounts=self.auto_update_listmounts_cache,
>   File "/usr/lib/python2.7/dist-packages/x2go/client.py", line 3117,  
> in update_cache_all_profiles
>     for profile_name in  
> self.client_connected_profiles(return_profile_names=True):
>   File "/usr/lib/python2.7/dist-packages/x2go/client.py", line 2958,  
> in client_connected_profiles
>     return [ self.to_profile_name(p_id) for p_id in  
> self.session_registry.connected_profiles() ]
>   File "/usr/lib/python2.7/dist-packages/x2go/client.py", line 2929,  
> in to_profile_name
>     return self.session_profiles.to_profile_name(profile_id)
>   File  
> "/usr/lib/python2.7/dist-packages/x2go/backends/profiles/_file.py",  
> line 343, in to_profile_name
>     _profile_config = self.get_profile_config(profile_id=profile_id)
>   File  
> "/usr/lib/python2.7/dist-packages/x2go/backends/profiles/_file.py",  
> line 215, in get_profile_config
>     for option in self.iniConfig.options(_profile_id):
>   File "/usr/lib/python2.7/ConfigParser.py", line 279, in options
>     raise NoSectionError(section)
> NoSectionError: No section: '20130426070420965145'
>
> pyhoca-gui[6345] (x2gofwtunnel-pylib) INFO: connected!  Tunnel open  
> ('127.0.0.1', 53774) -> ('127.0.0.1', 44444) -> ('127.0.0.1', 30001)

> [...]

I believe that this issue got fixed in python-x2go 0.4.0.4. I close  
this bug  (#194) with this message. If tracebacks like the one above  
still occur to you, feel free to reopen this issue.

Please test with the just about to be released python-x2go 0.4.0.5.

Thanks,
Mike


-- 

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
[Message part 2 (application/pgp-signature, inline)]

Send a report that this bug log contains spam.


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