From mike.gabriel@das-netzwerkteam.de  Thu Jul 18 22:43:20 2013
Received: (at 194-done) by bugs.x2go.org; 18 Jul 2013 20:43:21 +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=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)

This message is in MIME format and has been PGP signed.

--=_5mczjmm9kwny
Content-Type: text/plain;
 charset=UTF-8;
 DelSp="Yes";
 format="flowed"
Content-Disposition: inline
Content-Transfer-Encoding: 7bit

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

--=_5mczjmm9kwny
Content-Type: application/pgp-signature
Content-Description: Digitale PGP-Unterschrift
Content-Disposition: inline
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iQIcBAABAgAGBQJR6FNeAAoJEJr0azAldxsxQYAQALA9L9F6kSU6MJlSlNws7JRP
+Zo134i3vacahML95TILf3MFbAP3VjofP3Ngc2ic4KXcqC4CUwclEHB5rfOMj+32
anKE1na7p8L6fEvb7SxOKe/Yz17yvOgMFP/Wm2IDy4lXFmhPsQPJ1EBaoFy5pxmS
mJvpcEmDhLCZ+eCUUvfZLFrY0KkxSvjHi+QNzBmY0VnfF1iZ9xVLRJb/oX4rEfMI
TDHZsvlF2KiTHLGSYObWCWMmSZ9pGkAGIZBR/aFTn3QHWu2HYTJ1byB5Odod+KKY
aGWWg3CPKmOGRwlEAzgiw4qyzMWYACdOGVX1qUrpu2O/nqLrnTVIE15/RwG0NjtR
Bb2dWf0Ao5h60I18Dd7yqtpMeRqNsTSGRQbn5R2MCQHUZmZOjLKSEv94eaUHOx5h
CzR6Ph8bDU8I9/q19OwRYGhgb1EOeyokC6vTfWY3q4mQL2NkMG1O9PVkcm9pY+QT
j4AFd92ZHPP5c57H59k9Gydm9XOYlCHWIL0c5cVjp6LUdtzsMQoir2VKx3HpZb/E
OQV5l+SLNvzsaG8ML0HUCqzzoUSnIv8K2MjP3tca1eP//h7bMsjR+CSO2EXAMdg/
9F90XMyEOSCZOkY+u8xnhXa8DgTHtlShtF30E6zF2ALopNhdbAxiMAcBaATKXtlf
ZkvQgNewXOGD1klAQoVZ
=rn9+
-----END PGP SIGNATURE-----

--=_5mczjmm9kwny--

