[Bug 1665565] Re: python-paramiko 1.16.0-1 incompatible with python-crypto 2.6.1-6ubuntu0.16.04.1

2017-02-21 Thread Kenneth Henderick
One could argue that there's now a warning which might change the
behavior of some software. I would expect that this ticket (at least the
part about the python-paramiko package) would only be resolved once
paramiko 1.17 would be packaged, replacing current 1.16.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1665565

Title:
  python-paramiko 1.16.0-1 incompatible with python-crypto
  2.6.1-6ubuntu0.16.04.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-test-infra/+bug/1665565/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1665565] Re: python-paramiko 1.16.0-1 incompatible with python-crypto 2.6.1-6ubuntu0.16.04.1

2017-02-21 Thread Marc Deslauriers
This should be fixed now:
https://www.ubuntu.com/usn/usn-3199-2/

I'm closing this bug. Feel free to re-open it if something is still
broken after the regression fix is applied. Thanks.

** Changed in: paramiko (Ubuntu)
   Status: Confirmed => Invalid

** Changed in: mysql-workbench
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1665565

Title:
  python-paramiko 1.16.0-1 incompatible with python-crypto
  2.6.1-6ubuntu0.16.04.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-test-infra/+bug/1665565/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1665565] Re: python-paramiko 1.16.0-1 incompatible with python-crypto 2.6.1-6ubuntu0.16.04.1

2017-02-21 Thread Brian Murray
** Changed in: paramiko (Ubuntu)
 Assignee: (unassigned) => Ubuntu Security Team (ubuntu-security)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1665565

Title:
  python-paramiko 1.16.0-1 incompatible with python-crypto
  2.6.1-6ubuntu0.16.04.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-test-infra/+bug/1665565/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1665565] Re: python-paramiko 1.16.0-1 incompatible with python-crypto 2.6.1-6ubuntu0.16.04.1

2017-02-20 Thread Fluwell
https://github.com/paramiko/paramiko/pull/889 fixed upstream

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1665565

Title:
  python-paramiko 1.16.0-1 incompatible with python-crypto
  2.6.1-6ubuntu0.16.04.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-test-infra/+bug/1665565/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1665565] Re: python-paramiko 1.16.0-1 incompatible with python-crypto 2.6.1-6ubuntu0.16.04.1

2017-02-18 Thread jowan512
Also breaks Fabric used for web deployment. Patch (#4) works in this
case.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1665565

Title:
  python-paramiko 1.16.0-1 incompatible with python-crypto
  2.6.1-6ubuntu0.16.04.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-test-infra/+bug/1665565/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1665565] Re: python-paramiko 1.16.0-1 incompatible with python-crypto 2.6.1-6ubuntu0.16.04.1

2017-02-17 Thread Ryan Beisner
Confirmed that installing the updated python-crypto
2.6.1-6ubuntu0.16.04.2 unblocks UOSCI.

I was seeing trace:

Traceback (most recent call last):
  File "/usr/lib/python2.7/multiprocessing/process.py", line 258, in _bootstrap
self.run()
  File "/usr/lib/python2.7/multiprocessing/process.py", line 114, in run
self._target(*self._args, **self._kwargs)
  File 
"/home/ubuntu/bzr/ubuntu-openstack-ci-use-port-cleanup-tool/tools/../common/osci_utils.py",
 line 635, in ssh_command_check
pkey=pkey_rsa, timeout=timeout)
  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

.

Now only receive a warning:

/usr/lib/python2.7/dist-packages/Crypto/Cipher/blockalgo.py:141:
FutureWarning: CTR mode needs counter parameter, not IV


** Changed in: charm-test-infra
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1665565

Title:
  python-paramiko 1.16.0-1 incompatible with python-crypto
  2.6.1-6ubuntu0.16.04.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-test-infra/+bug/1665565/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1665565] Re: python-paramiko 1.16.0-1 incompatible with python-crypto 2.6.1-6ubuntu0.16.04.1

2017-02-17 Thread Jason Hobbs
** Tags added: oil

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1665565

Title:
  python-paramiko 1.16.0-1 incompatible with python-crypto
  2.6.1-6ubuntu0.16.04.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-test-infra/+bug/1665565/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1665565] Re: python-paramiko 1.16.0-1 incompatible with python-crypto 2.6.1-6ubuntu0.16.04.1

2017-02-17 Thread Hans Joachim Desserud
With bug 1665598, python-crypto should now print a warning instead of
throwing an exception. (This update should be available for 14.04, 16.04
and 16.10 already) Due to the security aspect I assume this is something
which should be fixed properly in paramiko, but it doesn't look like it
should throw an exception any more.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1665565

Title:
  python-paramiko 1.16.0-1 incompatible with python-crypto
  2.6.1-6ubuntu0.16.04.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-test-infra/+bug/1665565/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1665565] Re: python-paramiko 1.16.0-1 incompatible with python-crypto 2.6.1-6ubuntu0.16.04.1

2017-02-17 Thread Adam Jacob Muller
Can also confirm that that fix works on trusty too, no regressions with
a pretty wide set of devices we're connecting to

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1665565

Title:
  python-paramiko 1.16.0-1 incompatible with python-crypto
  2.6.1-6ubuntu0.16.04.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-test-infra/+bug/1665565/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1665565] Re: python-paramiko 1.16.0-1 incompatible with python-crypto 2.6.1-6ubuntu0.16.04.1

2017-02-17 Thread Erich E. Hoover
deb-aelwyn gets the credit for this one, I'm just the monkey entering
info into the bug report ;)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1665565

Title:
  python-paramiko 1.16.0-1 incompatible with python-crypto
  2.6.1-6ubuntu0.16.04.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-test-infra/+bug/1665565/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1665565] Re: python-paramiko 1.16.0-1 incompatible with python-crypto 2.6.1-6ubuntu0.16.04.1

2017-02-17 Thread Gregory M. Blumenthal Scharf
Patch (#4) works for mysql-workbench 6.3 on xenial. Thanks, ehoover!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1665565

Title:
  python-paramiko 1.16.0-1 incompatible with python-crypto
  2.6.1-6ubuntu0.16.04.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-test-infra/+bug/1665565/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1665565] Re: python-paramiko 1.16.0-1 incompatible with python-crypto 2.6.1-6ubuntu0.16.04.1

2017-02-17 Thread Erich E. Hoover
We applied this patch to get up and running again:
https://github.com/paramiko/paramiko/pull/714/commits/4752287a7379da61245087ee7e35635a4e42bb3f

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1665565

Title:
  python-paramiko 1.16.0-1 incompatible with python-crypto
  2.6.1-6ubuntu0.16.04.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-test-infra/+bug/1665565/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1665565] Re: python-paramiko 1.16.0-1 incompatible with python-crypto 2.6.1-6ubuntu0.16.04.1

2017-02-17 Thread Vej
** Tags added: trusty xenial

** Tags added: regression-update

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1665565

Title:
  python-paramiko 1.16.0-1 incompatible with python-crypto
  2.6.1-6ubuntu0.16.04.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-test-infra/+bug/1665565/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1665565] Re: python-paramiko 1.16.0-1 incompatible with python-crypto 2.6.1-6ubuntu0.16.04.1

2017-02-17 Thread Gregory M. Blumenthal Scharf
** Also affects: mysql-workbench
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1665565

Title:
  python-paramiko 1.16.0-1 incompatible with python-crypto
  2.6.1-6ubuntu0.16.04.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-test-infra/+bug/1665565/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1665565] Re: python-paramiko 1.16.0-1 incompatible with python-crypto 2.6.1-6ubuntu0.16.04.1

2017-02-17 Thread Spandex
Also affects 14.04 (python-paramiko 1.10.1-1git1build1)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1665565

Title:
  python-paramiko 1.16.0-1 incompatible with python-crypto
  2.6.1-6ubuntu0.16.04.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-test-infra/+bug/1665565/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1665565] Re: python-paramiko 1.16.0-1 incompatible with python-crypto 2.6.1-6ubuntu0.16.04.1

2017-02-17 Thread Ryan Beisner
** Tags added: uosci

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1665565

Title:
  python-paramiko 1.16.0-1 incompatible with python-crypto
  2.6.1-6ubuntu0.16.04.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-test-infra/+bug/1665565/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1665565] Re: python-paramiko 1.16.0-1 incompatible with python-crypto 2.6.1-6ubuntu0.16.04.1

2017-02-17 Thread Ryan Beisner
** Also affects: charm-test-infra
   Importance: Undecided
   Status: New

** Changed in: charm-test-infra
 Assignee: (unassigned) => Ryan Beisner (1chb1n)

** Changed in: charm-test-infra
   Importance: Undecided => Critical

** Changed in: charm-test-infra
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1665565

Title:
  python-paramiko 1.16.0-1 incompatible with python-crypto
  2.6.1-6ubuntu0.16.04.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-test-infra/+bug/1665565/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1665565] Re: python-paramiko 1.16.0-1 incompatible with python-crypto 2.6.1-6ubuntu0.16.04.1

2017-02-17 Thread James Page
Ubuntu OpenStack CI is tripping over this which is causing quite alot of
issues in our pre-landing tests in the OpenStack charms.

** Changed in: paramiko (Ubuntu)
   Importance: Undecided => Critical

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1665565

Title:
  python-paramiko 1.16.0-1 incompatible with python-crypto
  2.6.1-6ubuntu0.16.04.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-test-infra/+bug/1665565/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1665565] Re: python-paramiko 1.16.0-1 incompatible with python-crypto 2.6.1-6ubuntu0.16.04.1

2017-02-17 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: paramiko (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1665565

Title:
  python-paramiko 1.16.0-1 incompatible with python-crypto
  2.6.1-6ubuntu0.16.04.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/paramiko/+bug/1665565/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs