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: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Date: Tue, 11 Sep 2012 07:48:02 UTC
Severity: normal
Tags: pending
Done: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Bug is archived. No further changes may be made.
🔗 View this message in rfc822 format
X-Loop: git-admin@x2go.org Subject: bug#18: Connecting via SSH proxy fails after a control session got disconnected due to network timeouts Reply-To: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>, 18@bugs.x2go.org Resent-From: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Resent-To: x2go-dev@lists.berlios.de Resent-CC: X2Go Developers <x2go-dev@lists.berlios.de> X-Loop: git-admin@x2go.org Resent-Date: Tue, 11 Sep 2012 07:48:02 +0000 Resent-Message-ID: <handler.18.B.134734894032014@bugs.x2go.org> Resent-Sender: git-admin@x2go.org X-X2Go-PR-Message: report 18 X-X2Go-PR-Package: python-x2go X-X2Go-PR-Keywords: Received: via spool by submit@bugs.x2go.org id=B.134734894032014 (code B); Tue, 11 Sep 2012 07:48:02 +0000 Received: (at submit) by bugs.x2go.org; 11 Sep 2012 07:35:40 +0000 Received: from freya.das-netzwerkteam.de (freya.das-netzwerkteam.de [88.198.48.199]) by ymir (Postfix) with ESMTPS id 6DFB35DA21 for <submit@bugs.x2go.org>; Tue, 11 Sep 2012 09:35:40 +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 245C39E3 for <submit@bugs.x2go.org>; Tue, 11 Sep 2012 09:35:40 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by grimnir.das-netzwerkteam.de (Postfix) with ESMTP id F1A8F3C092 for <submit@bugs.x2go.org>; Tue, 11 Sep 2012 09:35:39 +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 hfZZwUyhVLYc for <submit@bugs.x2go.org>; Tue, 11 Sep 2012 09:35:39 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by grimnir.das-netzwerkteam.de (Postfix) with ESMTP id C6F5F3C123 for <submit@bugs.x2go.org>; Tue, 11 Sep 2012 09:35:39 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by grimnir.das-netzwerkteam.de (Postfix) with ESMTP id 967103C092 for <submit@bugs.x2go.org>; Tue, 11 Sep 2012 09:35:39 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on grimnir.das-netzwerkteam.de X-Spam-Flag: NO X-Spam-Status: No, hits=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.3.1 running as userid= X-Spam-Level: X-Spam-Bayes-Score: 0.0000 Received: by grimnir.das-netzwerkteam.de (Postfix, from userid 33) id E35723C123; Tue, 11 Sep 2012 09:35:37 +0200 (CEST) Received: from nocatv2.tng.de (nocatv2.tng.de [213.178.75.58]) by mail.das-netzwerkteam.de (Horde Framework) with HTTP; Tue, 11 Sep 2012 09:35:37 +0200 Message-ID: <20120911093537.12376hbr9mzn3zk9@mail.das-netzwerkteam.de> X-Priority: 3 (Normal) Date: Tue, 11 Sep 2012 09:35:37 +0200 From: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> To: submit@bugs.x2go.org MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=_6em1uvpzdmfd"; 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)]
Package: python-x2go Version 0.2.0.9 Severity: normal Python X2Go crashes sometimes... 1. session established 2. network fails 3. session receives a network timeout 4. session and connection will get taken down by python-x2go code 5. on re-connect and then session restart/resume the below exception pops up The problem is often seen when SSH proxy connections are used. Not seen yet with direct SSH connections. """ pyhoca-gui[9112] (x2gocontrolsession-pylib) NOTICE: connecting to [127.0.0.1]:58513 Traceback (most recent call last): File "/usr/lib/pymodules/python2.6/gevent/greenlet.py", line 390, in run result = self._run(*self.args, **self.kwargs) File "/usr/lib/python2.6/dist-packages/x2go/forward.py", line 148, in x2go_forward_tunnel_handle r, w, x = select.select([self.fw_socket, self.chan], [], []) File "/usr/lib/pymodules/python2.6/gevent/select.py", line 62, in select raise error(*ex.args) error: (2, 'Datei oder Verzeichnis nicht gefunden') <Greenlet at 0x3434e20: <bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513 handle=<bound method X2goFwServer.x2go_forward_tunnel_handle of <X2goFwServer at 0x3874090 fileno=13 address=127.0.0.1:58513>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>(<socket at 0x35c9f90 fileno=15 sock=127.0.0.1:5851, ('127.0.0.1', 36176))> failed with error No handlers could be found for logger "paramiko.transport" """ -- DAS-NETZWERKTEAM mike gabriel, rothenstein 5, 24214 neudorf-bornstein 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.
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.