From unknown Thu Mar 28 10:45:34 2024 X-Loop: owner@bugs.x2go.org Subject: Bug#1148: ValueError: CTR mode needs counter parameter, not IV Reply-To: Markus , 1148@bugs.x2go.org Resent-From: Markus Resent-To: x2go-dev@lists.x2go.org Resent-CC: X2Go Developers X-Loop: owner@bugs.x2go.org Resent-Date: Fri, 17 Feb 2017 10:55:02 +0000 Resent-Message-ID: Resent-Sender: owner@bugs.x2go.org X-X2Go-PR-Message: report 1148 X-X2Go-PR-Package: pyhoca-cli X-X2Go-PR-Keywords: Received: via spool by submit@bugs.x2go.org id=B.148732872924715 (code B); Fri, 17 Feb 2017 10:55:02 +0000 Received: (at submit) by bugs.x2go.org; 17 Feb 2017 10:52: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=0.8 required=3.0 tests=BAYES_50, T_FILL_THIS_FORM_SHORT,URIBL_BLOCKED autolearn=ham version=3.3.2 Received: from localhost (localhost [127.0.0.1]) by ymir.das-netzwerkteam.de (Postfix) with ESMTP id A46925DA4D for ; Fri, 17 Feb 2017 11:52:07 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at ymir.das-netzwerkteam.de Received: from ymir.das-netzwerkteam.de ([127.0.0.1]) by localhost (ymir.das-netzwerkteam.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dNhLB5UrmpBM for ; Fri, 17 Feb 2017 11:52:00 +0100 (CET) X-Greylist: delayed 310 seconds by postgrey-1.34 at ymir.das-netzwerkteam.de; Fri, 17 Feb 2017 11:52:00 CET Received: from sophos.c3bo.org (sophos.c3bo.org [77.109.150.68]) by ymir.das-netzwerkteam.de (Postfix) with ESMTPS id 705B45DA4C for ; Fri, 17 Feb 2017 11:52:00 +0100 (CET) Received: from mx1.c3bo.org ([172.31.0.4]:41074) by sophos.c3bo.org with esmtps (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.82_1-5b7a7c0-XX) (envelope-from ) id 1ceg3s-00015C-0c for submit@bugs.x2go.org; Fri, 17 Feb 2017 11:46:48 +0100 Received: from eserver.homelinux.org (eserver.homelinux.org [192.168.0.1]) by mx1.c3bo.org (Postfix) with ESMTPS id 8E7C239248 for ; Fri, 17 Feb 2017 11:46:47 +0100 (CET) Received: from [192.168.178.107] (dslc-082-083-055-210.pools.arcor-ip.net [82.83.55.210]) by eserver.homelinux.org (Postfix) with ESMTPSA id 0DA90502710 for ; Fri, 17 Feb 2017 11:46:45 +0100 (CET) X-CTCH-RefID: str=0001.0A0C0205.58A6D498.010D,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0 To: submit@bugs.x2go.org From: Markus Message-ID: Date: Fri, 17 Feb 2017 11:47:13 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Package: pyhoca-cli Version: 0.5.0.4 Hi, pyhoca-cli stopped working for me. I expected it to ask me for password, but instead it raises an exception. I don't know what happened, because this worked all the time. And I think I didn't change anything. The error message is: "ValueError: CTR mode needs counter parameter, not IV" Used command: pyhoca-cli --server xxxxxxx -u xxxxxx -R xxxx-xx-xxxxxxxxxx_xxxxxxxx-session_xxxx exact apt versions of my client: pyhoca-cli 0.5.0.4-0~231~ubuntu16.04.1 python-paramiko 1.16.0-1 pyhoca-cli[16494] NOTICE: preparing requested X2Go session pyhoca-cli[16494] (PyHocaCLI) NOTICE: preparing requested X2Go session pyhoca-cli[16494] (x2gosessregistry-pylib) NOTICE: registering X2Go session Pyhoca-Client_Session... pyhoca-cli[16494] (x2goclient-pylib) NOTICE: initializing X2Go session... pyhoca-cli[16494] (x2gocontrolsession-pylib) NOTICE: connecting to [working]:22 No handlers could be found for logger "paramiko.transport" Traceback (most recent call last): File "/usr/bin/pyhoca-cli", line 422, in thisPyHocaCLI.authenticate() File "/usr/lib/python2.7/dist-packages/pyhoca/cli/frontend.py", line 455, in authenticate self._X2GoClient__connect_session(self.x2go_session_hash, username=_username, password=self.args.password, force_password_auth=force_password_auth) File "/usr/lib/python2.7/dist-packages/x2go/client.py", line 1367, in connect_session sshproxy_force_password_auth=sshproxy_force_password_auth, File "/usr/lib/python2.7/dist-packages/x2go/session.py", line 1322, in connect **_params) File "/usr/lib/python2.7/dist-packages/x2go/backends/control/plain.py", line 1001, in connect look_for_keys=look_for_keys) File "/usr/lib/python2.7/dist-packages/paramiko/client.py", line 325, in connect t.start_client() File "/usr/lib/python2.7/dist-packages/paramiko/transport.py", line 492, in start_client raise e ValueError: CTR mode needs counter parameter, not IV From unknown Thu Mar 28 10:45:34 2024 X-Loop: owner@bugs.x2go.org Subject: Bug#1148: Closing... Reply-To: Mike Gabriel , 1148@bugs.x2go.org Resent-From: Mike Gabriel Resent-To: x2go-dev@lists.x2go.org Resent-CC: X2Go Developers X-Loop: owner@bugs.x2go.org Resent-Date: Mon, 15 Jan 2024 21:10:02 +0000 Resent-Message-ID: Resent-Sender: owner@bugs.x2go.org X-X2Go-PR-Message: followup 1148 X-X2Go-PR-Package: pyhoca-cli X-X2Go-PR-Keywords: References: Received: via spool by 1148-submit@bugs.x2go.org id=B1148.170535282910273 (code B ref 1148); Mon, 15 Jan 2024 21:10:02 +0000 Received: (at 1148) by bugs.x2go.org; 15 Jan 2024 21:07:09 +0000 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on ymir.das-netzwerkteam.de X-Spam-Level: X-Spam-Status: No, score=-2.0 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,SPF_HELO_NONE,T_SCC_BODY_TEXT_LINE, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from fregna.das-netzwerkteam.de (fregna.das-netzwerkteam.de [148.251.53.130]) by ymir.das-netzwerkteam.de (Postfix) with ESMTPS id 881945DAD6 for <1148@bugs.x2go.org>; Mon, 15 Jan 2024 22:06:53 +0100 (CET) Received: from grimnir.das-netzwerkteam.de (grimnir.das-netzwerkteam.de [IPv6:2a01:4f8:202:1381::105]) by fregna.das-netzwerkteam.de (Postfix) with ESMTPS id 1A53F60153 for <1148@bugs.x2go.org>; Mon, 15 Jan 2024 21:06:53 +0000 (UTC) Received: from das-netzwerkteam.de (localhost [127.0.0.1]) by grimnir.das-netzwerkteam.de (Postfix) with ESMTP id F02B0C05A3 for <1148@bugs.x2go.org>; Mon, 15 Jan 2024 22:06:52 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=das-netzwerkteam.de; s=dkim; t=1705352813; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=WxW8YyU6tZie6A3CsQeF+4vcQ8xGsVtPba5rchrMqyw=; b=bDjhEouoTh5ZQUequR9bRsb8esW0xvlnaE0PXIptyK0hGiup/baL15UjSL3kvfCB8Q8r3X 5jYzLxXQKwMelmx9wDGhK41jlatBs82m9yFd0Z4zFrmSx3EMPW1uT/EM3gVwD4hBSwYb3P YBn7dahyOn/QRgBWNWgOsLAjJaEbIaqbfgeHouF8S+SxLBLXz4kJjNkdjKpAtTd7qeZMiz DIAPYrX7VfvufkXu1ug97Q+W7vMQWmUsb9UwVK0/oANus6UMFb6oxUi92HUGf5z175zK4H whSGTzwF5JLQiB4u/aYotFdF9xT/czjzEDKMo3oU5kDx95jC4VoJsbTTXyA3f1S/ZQR2kx czpx8aHp2BvKqztspFgu3Lul6twSH10knEHy7uGGYE4rrWWJgZ98tT5sLLnVdrvtww0Xta rEUAadHJXihaAxL0CXAgQvSCTktS8PPGa0pDz551u2UGvmECvLLS5Tax1xkAf4CsApqPHr xWpAVyNHjwQhWZHusoCYCaMQXEq5nWaaBrRvezhrDFa78kuUHGehKGIe9mWOnQp5q2eYvR yVvUbCiUrvBPJCPFBgkBohbgs/OprXx/kN3ZupKFiXl/2qpSUXOC2R7KMgUCxvTH/vJsr2 TJPvCmNIAcNsLwXMsFRH+E+xL2zfpB0Gy+OKduIZ1PXr6sQIhA9uM= Received: from [153.92.39.241] ([153.92.39.241]) by mail.das-netzwerkteam.de (Horde Framework) with HTTPS; Mon, 15 Jan 2024 21:06:52 +0000 Date: Mon, 15 Jan 2024 21:06:52 +0000 Message-ID: <20240115210652.Horde.R7HREryu9fmZpI1ABsQW1hS@mail.das-netzwerkteam.de> From: Mike Gabriel To: 1148@bugs.x2go.org User-Agent: Horde Application Framework 5 Accept-Language: de,en Organization: DAS-NETZWERKTEAM X-Originating-IP: 153.92.39.241 X-Remote-Browser: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Content-Type: multipart/signed; boundary="=_t-qSzgCc1zLWsys7FCOE7F9"; protocol="application/pgp-signature"; micalg=pgp-sha512 MIME-Version: 1.0 This message is in MIME format and has been PGP signed. --=_t-qSzgCc1zLWsys7FCOE7F9 Content-Type: text/plain; charset=utf-8; format=flowed; DelSp=Yes Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Control: close -1 > ValueError: CTR mode needs counter parameter, not IV This issue might have been related to some non-supported Paramiko=20=20 version.=20Too long ago to hunt it down. Similar issues haven't been=20=20 observed=20recently. Closing this issue report in the process of migrating X2Go BTS to X2Go=20= =20 GitLab's=20issue tracker. Mike --=20 DAS-NETZWERKTEAM c\o=20Technik- und =C3=96kologiezentrum Eckernf=C3=B6rde Mike Gabriel, Marienthaler Str. 17, 24340 Eckernf=C3=B6rde mobile: +49 (1520) 1976 148 landline: +49 (4351) 850 8940 GnuPG Fingerprint: 9BFB AEE8 6C0A A5FF BF22 0782 9AF4 6B30 2577 1B31 mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de --=_t-qSzgCc1zLWsys7FCOE7F9 Content-Type: application/pgp-signature Content-Description: Digitale PGP-Signatur Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIzBAABCgAdFiEEm/uu6GwKpf+/IgeCmvRrMCV3GzEFAmWlnmsACgkQmvRrMCV3 GzER4g//TVVxFokHEFLJLpvbuMXchVqZqWbXO5y49PC4o6NfSSA2r9vVeKjhEkQ5 1YwGY90RLfCf1XhryTZENJ50IBJyRY70MLWzggsuth2rMzNB3Oz5qfplCuGK9Jjc vKh4y0BNjX3iTJlTXGyNnSFSg1M2AUAfHoIMWK288eVQtdy/vSt3tzPl1a3H1yG2 OaQpU4wAcEcx3ds0TII3DpATyQ4V4/OSAyY+CYbrLnCKSD7yTPXbizBav0sS4Ynq UxqQMX3K9i/cuhrg+Om48TjLSVUBhrI8h9ulefbb7rle9F4Z/zB2+x5G5PxBi2Qf gPRgICV4ygh24IrTa3L1OAKmoHJLJJDnvvl/A8i7mDq5MIfrrcAShIs5GU/m2+nB whJ/o7y3PtZMZXr5SzBtGURy+xrtqoPWN9dWO+dKAsIvDs/nYfQ3Un1H+PFORPi2 gNtxYdpPl9C8rprP6eIxkFhB/iWJlWcQEiMWBiexlqdL3Y9IHowFF+tykzLIg+EC awkEf29rLwZuTR9PNVTYf89vT7IMNgtWRkC5GOoFFp6BOdS6J5YyZaGTFSgAXNoL Jh/6Wi7M9X3cdFmUO2vP1pzIrNpf3Qqmat3uU5SPfxiY3nppMoy8zoWxconKHYMX EmI0ifE2H464YFffE2kOfMa0tFGw+KQppMlbtiLsal9ufNdXBZU= =WZcc -----END PGP SIGNATURE----- --=_t-qSzgCc1zLWsys7FCOE7F9-- From unknown Thu Mar 28 10:45:34 2024 MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) X-Loop: owner@bugs.x2go.org From: owner@bugs.x2go.org (X2Go Bug Tracking System) Subject: Bug#1148 closed by Mike Gabriel (Closing...) Message-ID: References: <20240115210652.Horde.R7HREryu9fmZpI1ABsQW1hS@mail.das-netzwerkteam.de> X-X2go-PR-Message: they-closed 1148 X-X2go-PR-Package: pyhoca-cli X-X2go-PR-Source: pyhoca-cli Date: Mon, 15 Jan 2024 21:10:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1705353002-12068-0" This is a multi-part message in MIME format... ------------=_1705353002-12068-0 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 This is an automatic notification regarding your Bug report which was filed against the pyhoca-cli package: #1148: ValueError: CTR mode needs counter parameter, not IV It has been closed by Mike Gabriel . Their explanation is attached below along with your original report. If this explanation is unsatisfactory and you have not received a better one in a separate message then please contact Mike Gabriel by replying to this email. --=20 1148: https://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=3D1148 X2Go Bug Tracking System Contact owner@bugs.x2go.org with problems ------------=_1705353002-12068-0 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 1148) by bugs.x2go.org; 15 Jan 2024 21:07:09 +0000 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on ymir.das-netzwerkteam.de X-Spam-Level: X-Spam-Status: No, score=-2.0 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,SPF_HELO_NONE,T_SCC_BODY_TEXT_LINE, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from fregna.das-netzwerkteam.de (fregna.das-netzwerkteam.de [148.251.53.130]) by ymir.das-netzwerkteam.de (Postfix) with ESMTPS id 881945DAD6 for <1148@bugs.x2go.org>; Mon, 15 Jan 2024 22:06:53 +0100 (CET) Received: from grimnir.das-netzwerkteam.de (grimnir.das-netzwerkteam.de [IPv6:2a01:4f8:202:1381::105]) by fregna.das-netzwerkteam.de (Postfix) with ESMTPS id 1A53F60153 for <1148@bugs.x2go.org>; Mon, 15 Jan 2024 21:06:53 +0000 (UTC) Received: from das-netzwerkteam.de (localhost [127.0.0.1]) by grimnir.das-netzwerkteam.de (Postfix) with ESMTP id F02B0C05A3 for <1148@bugs.x2go.org>; Mon, 15 Jan 2024 22:06:52 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=das-netzwerkteam.de; s=dkim; t=1705352813; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=WxW8YyU6tZie6A3CsQeF+4vcQ8xGsVtPba5rchrMqyw=; b=bDjhEouoTh5ZQUequR9bRsb8esW0xvlnaE0PXIptyK0hGiup/baL15UjSL3kvfCB8Q8r3X 5jYzLxXQKwMelmx9wDGhK41jlatBs82m9yFd0Z4zFrmSx3EMPW1uT/EM3gVwD4hBSwYb3P YBn7dahyOn/QRgBWNWgOsLAjJaEbIaqbfgeHouF8S+SxLBLXz4kJjNkdjKpAtTd7qeZMiz DIAPYrX7VfvufkXu1ug97Q+W7vMQWmUsb9UwVK0/oANus6UMFb6oxUi92HUGf5z175zK4H whSGTzwF5JLQiB4u/aYotFdF9xT/czjzEDKMo3oU5kDx95jC4VoJsbTTXyA3f1S/ZQR2kx czpx8aHp2BvKqztspFgu3Lul6twSH10knEHy7uGGYE4rrWWJgZ98tT5sLLnVdrvtww0Xta rEUAadHJXihaAxL0CXAgQvSCTktS8PPGa0pDz551u2UGvmECvLLS5Tax1xkAf4CsApqPHr xWpAVyNHjwQhWZHusoCYCaMQXEq5nWaaBrRvezhrDFa78kuUHGehKGIe9mWOnQp5q2eYvR yVvUbCiUrvBPJCPFBgkBohbgs/OprXx/kN3ZupKFiXl/2qpSUXOC2R7KMgUCxvTH/vJsr2 TJPvCmNIAcNsLwXMsFRH+E+xL2zfpB0Gy+OKduIZ1PXr6sQIhA9uM= Received: from [153.92.39.241] ([153.92.39.241]) by mail.das-netzwerkteam.de (Horde Framework) with HTTPS; Mon, 15 Jan 2024 21:06:52 +0000 Date: Mon, 15 Jan 2024 21:06:52 +0000 Message-ID: <20240115210652.Horde.R7HREryu9fmZpI1ABsQW1hS@mail.das-netzwerkteam.de> From: Mike Gabriel To: 1148@bugs.x2go.org Subject: Closing... User-Agent: Horde Application Framework 5 Accept-Language: de,en Organization: DAS-NETZWERKTEAM X-Originating-IP: 153.92.39.241 X-Remote-Browser: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Content-Type: multipart/signed; boundary="=_t-qSzgCc1zLWsys7FCOE7F9"; protocol="application/pgp-signature"; micalg=pgp-sha512 MIME-Version: 1.0 This message is in MIME format and has been PGP signed. --=_t-qSzgCc1zLWsys7FCOE7F9 Content-Type: text/plain; charset=utf-8; format=flowed; DelSp=Yes Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Control: close -1 > ValueError: CTR mode needs counter parameter, not IV This issue might have been related to some non-supported Paramiko=20=20 version.=20Too long ago to hunt it down. Similar issues haven't been=20=20 observed=20recently. Closing this issue report in the process of migrating X2Go BTS to X2Go=20= =20 GitLab's=20issue tracker. Mike --=20 DAS-NETZWERKTEAM c\o=20Technik- und =C3=96kologiezentrum Eckernf=C3=B6rde Mike Gabriel, Marienthaler Str. 17, 24340 Eckernf=C3=B6rde mobile: +49 (1520) 1976 148 landline: +49 (4351) 850 8940 GnuPG Fingerprint: 9BFB AEE8 6C0A A5FF BF22 0782 9AF4 6B30 2577 1B31 mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de --=_t-qSzgCc1zLWsys7FCOE7F9 Content-Type: application/pgp-signature Content-Description: Digitale PGP-Signatur Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIzBAABCgAdFiEEm/uu6GwKpf+/IgeCmvRrMCV3GzEFAmWlnmsACgkQmvRrMCV3 GzER4g//TVVxFokHEFLJLpvbuMXchVqZqWbXO5y49PC4o6NfSSA2r9vVeKjhEkQ5 1YwGY90RLfCf1XhryTZENJ50IBJyRY70MLWzggsuth2rMzNB3Oz5qfplCuGK9Jjc vKh4y0BNjX3iTJlTXGyNnSFSg1M2AUAfHoIMWK288eVQtdy/vSt3tzPl1a3H1yG2 OaQpU4wAcEcx3ds0TII3DpATyQ4V4/OSAyY+CYbrLnCKSD7yTPXbizBav0sS4Ynq UxqQMX3K9i/cuhrg+Om48TjLSVUBhrI8h9ulefbb7rle9F4Z/zB2+x5G5PxBi2Qf gPRgICV4ygh24IrTa3L1OAKmoHJLJJDnvvl/A8i7mDq5MIfrrcAShIs5GU/m2+nB whJ/o7y3PtZMZXr5SzBtGURy+xrtqoPWN9dWO+dKAsIvDs/nYfQ3Un1H+PFORPi2 gNtxYdpPl9C8rprP6eIxkFhB/iWJlWcQEiMWBiexlqdL3Y9IHowFF+tykzLIg+EC awkEf29rLwZuTR9PNVTYf89vT7IMNgtWRkC5GOoFFp6BOdS6J5YyZaGTFSgAXNoL Jh/6Wi7M9X3cdFmUO2vP1pzIrNpf3Qqmat3uU5SPfxiY3nppMoy8zoWxconKHYMX EmI0ifE2H464YFffE2kOfMa0tFGw+KQppMlbtiLsal9ufNdXBZU= =WZcc -----END PGP SIGNATURE----- --=_t-qSzgCc1zLWsys7FCOE7F9-- ------------=_1705353002-12068-0 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by bugs.x2go.org; 17 Feb 2017 10:52: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=0.8 required=3.0 tests=BAYES_50, T_FILL_THIS_FORM_SHORT,URIBL_BLOCKED autolearn=ham version=3.3.2 Received: from localhost (localhost [127.0.0.1]) by ymir.das-netzwerkteam.de (Postfix) with ESMTP id A46925DA4D for ; Fri, 17 Feb 2017 11:52:07 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at ymir.das-netzwerkteam.de Received: from ymir.das-netzwerkteam.de ([127.0.0.1]) by localhost (ymir.das-netzwerkteam.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dNhLB5UrmpBM for ; Fri, 17 Feb 2017 11:52:00 +0100 (CET) X-Greylist: delayed 310 seconds by postgrey-1.34 at ymir.das-netzwerkteam.de; Fri, 17 Feb 2017 11:52:00 CET Received: from sophos.c3bo.org (sophos.c3bo.org [77.109.150.68]) by ymir.das-netzwerkteam.de (Postfix) with ESMTPS id 705B45DA4C for ; Fri, 17 Feb 2017 11:52:00 +0100 (CET) Received: from mx1.c3bo.org ([172.31.0.4]:41074) by sophos.c3bo.org with esmtps (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.82_1-5b7a7c0-XX) (envelope-from ) id 1ceg3s-00015C-0c for submit@bugs.x2go.org; Fri, 17 Feb 2017 11:46:48 +0100 Received: from eserver.homelinux.org (eserver.homelinux.org [192.168.0.1]) by mx1.c3bo.org (Postfix) with ESMTPS id 8E7C239248 for ; Fri, 17 Feb 2017 11:46:47 +0100 (CET) Received: from [192.168.178.107] (dslc-082-083-055-210.pools.arcor-ip.net [82.83.55.210]) by eserver.homelinux.org (Postfix) with ESMTPSA id 0DA90502710 for ; Fri, 17 Feb 2017 11:46:45 +0100 (CET) X-CTCH-RefID: str=0001.0A0C0205.58A6D498.010D,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0 To: submit@bugs.x2go.org From: Markus Subject: ValueError: CTR mode needs counter parameter, not IV Message-ID: Date: Fri, 17 Feb 2017 11:47:13 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Package: pyhoca-cli Version: 0.5.0.4 Hi, pyhoca-cli stopped working for me. I expected it to ask me for password, but instead it raises an exception. I don't know what happened, because this worked all the time. And I think I didn't change anything. The error message is: "ValueError: CTR mode needs counter parameter, not IV" Used command: pyhoca-cli --server xxxxxxx -u xxxxxx -R xxxx-xx-xxxxxxxxxx_xxxxxxxx-session_xxxx exact apt versions of my client: pyhoca-cli 0.5.0.4-0~231~ubuntu16.04.1 python-paramiko 1.16.0-1 pyhoca-cli[16494] NOTICE: preparing requested X2Go session pyhoca-cli[16494] (PyHocaCLI) NOTICE: preparing requested X2Go session pyhoca-cli[16494] (x2gosessregistry-pylib) NOTICE: registering X2Go session Pyhoca-Client_Session... pyhoca-cli[16494] (x2goclient-pylib) NOTICE: initializing X2Go session... pyhoca-cli[16494] (x2gocontrolsession-pylib) NOTICE: connecting to [working]:22 No handlers could be found for logger "paramiko.transport" Traceback (most recent call last): File "/usr/bin/pyhoca-cli", line 422, in thisPyHocaCLI.authenticate() File "/usr/lib/python2.7/dist-packages/pyhoca/cli/frontend.py", line 455, in authenticate self._X2GoClient__connect_session(self.x2go_session_hash, username=_username, password=self.args.password, force_password_auth=force_password_auth) File "/usr/lib/python2.7/dist-packages/x2go/client.py", line 1367, in connect_session sshproxy_force_password_auth=sshproxy_force_password_auth, File "/usr/lib/python2.7/dist-packages/x2go/session.py", line 1322, in connect **_params) File "/usr/lib/python2.7/dist-packages/x2go/backends/control/plain.py", line 1001, in connect look_for_keys=look_for_keys) File "/usr/lib/python2.7/dist-packages/paramiko/client.py", line 325, in connect t.start_client() File "/usr/lib/python2.7/dist-packages/paramiko/transport.py", line 492, in start_client raise e ValueError: CTR mode needs counter parameter, not IV ------------=_1705353002-12068-0--