Your message dated Wed, 23 May 2012 13:20:54 +0200
with message-id <[email protected]>
and subject line Upstream won't fix it
has caused the Debian Bug report #638355,
regarding xpra: Patch to allow a chain of SSH hosts
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
638355: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638355
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: xpra
Version: 0.0.6+dfsg-1+b1
Severity: wishlist
Tags: patch experimental

Here's a patch that allows specification of multiple SSH hosts to tunnel
through.

Example call:
    xpra attach ssh:user1@host1:user2@host2:0



-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages xpra depends on:
ii  libc6        2.13-10                     Embedded GNU C Library: Shared lib
ii  libx11-6     2:1.4.4-1                   X11 client-side library
ii  python       2.6.7-2                     interactive high-level object-orie
ii  python-gtk2  2.24.0-2                    Python bindings for the GTK+ widge
ii  python-wimpi 0.0.6+dfsg-1+b1             library for writing window manager
ii  x11-xserver- 7.6+3                       X server utilities
ii  xvfb         2:1.10.99.901+git20110731-1 Virtual Framebuffer 'fake' X serve

xpra recommends no packages.

Versions of packages xpra suggests:
ii  openssh-client                1:5.8p1-7  secure shell (SSH) client, for sec
ii  openssh-server                1:5.8p1-7  secure shell (SSH) server, for sec

-- no debconf information
--- main.py     2009-03-22 10:44:03.000000000 +0100
+++ main.py-new 2011-08-18 21:50:45.376577909 +0200
@@ -116,7 +116,8 @@
     if display_name.startswith("ssh:"):
         sshspec = display_name[len("ssh:"):]
         if ":" in sshspec:
-            (host, display) = sshspec.split(":", 1)
+            hosts = sshspec.split(":")
+            display = hosts.pop()
             display_args = [":" + display]
         else:
             host = sshspec
@@ -127,7 +128,7 @@
         else:
             remote_xpra = ["$HOME/.xpra/run-xpra"]
         
-        p = subprocess.Popen(["ssh", host, "-e", "none"]
+        p = subprocess.Popen((reduce(lambda x,y: x+y, [["ssh", h, "-e", 
"none"] for h in hosts]))
                              + remote_xpra + ["_proxy"] + display_args,
                              stdin=b.fileno(), stdout=b.fileno(),
                              bufsize=0)

--- End Message ---
--- Begin Message ---
tag 638355 +wontfix
quit

Upstream won't fix this issue. Please see: 

http://xpra.org/trac/ticket/17?from=http://xpra.devloop.org.uk/trac/ticket/17#comment:6

-- 
 ‎أحمد المحمودي (Ahmed El-Mahmoudy)
  Digital design engineer
 GPG KeyID: 0xEDDDA1B7
 GPG Fingerprint: 8206 A196 2084 7E6D 0DF8  B176 BC19 6A94 EDDD A1B7

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply via email to