** Description changed:

  [impact]
  
  connecting to a remote host with py3.4 fails
  
  [test case]
  
  root@lp1896299-x:~# sshuttle --python python3 -r lp1896299-t.lxd 1.2.3.4/24
  client: Connected.
  Traceback (most recent call last):
-   File "<string>", line 1, in <module>
-   File "assembler.py", line 39, in <module>
-   File "sshuttle.server", line 273, in main
+   File "<string>", line 1, in <module>
+   File "assembler.py", line 39, in <module>
+   File "sshuttle.server", line 273, in main
  TypeError: unsupported operand type(s) for %: 'bytes' and 'tuple'
  client: fatal: server died with error code 1
  
  [regression potential]
  
  any regression would likely prevent the initial connection from being
  setup correctly.
  
  [scope]
  
  this is needed only for x
  
  this was fixed in 4241381d827ca42fd40b6a4bc5a4e2fdde92577b which is
  included upstream in v0.78.0 so bionic and later are already fixed.
  
  [other info]
  
  since xenial defaults to py35, this is mainly needed to connect from
  xenial to trusty using py3 instead of py2. this is particularly
  important with the change made in bug 1592853, which effectively causes
  sshuttle to default to py3 if it is found on the system (previously, it
  defaulted to py2 unless py3 version 3.5 exactly was available). so this
  bug is needed to allow sshuttle from x to t to continue working without
- needing to specify --python python2
+ needing to specify --python python2. Note that sshuttle will continue to
+ use py2 (it will use simply 'python') on the remote system if py3 is not
+ available.
  
  also the commit that fixes this was partially included in the backport
  for bug 1896299, this bug only adds a missing part of that backport into
  the patch file to fix this bug.

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

Title:
  connection to py34 fails

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

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

Reply via email to