[Pkg-libvirt-commits] [SCM] VirtManager Debian packaging branch, master, updated. debian/0.8.2-1-4-g83b6b38

Guido Günther agx at sigxcpu.org
Thu Jan 7 14:44:08 UTC 2010


The following commit has been merged in the master branch:
commit 83b6b382c4ccd31ea701d9ddf86fda363edb5ed9
Author: Guido Günther <agx at sigxcpu.org>
Date:   Thu Jan 7 12:52:08 2010 +0100

    Make sure we quit afer EOF on stdin
    
    when using qemu+ssh. This patch is identical to the recently dropped
    0002-close-nc-connection-on-EOF - the issue isn't fixed upstream yet.
    
    Thanks: Vaclav Ovsik
    Closes: #564034

diff --git a/debian/patches/0003-Make-sure-we-quit-afer-EOF-on-stdin.patch b/debian/patches/0003-Make-sure-we-quit-afer-EOF-on-stdin.patch
new file mode 100644
index 0000000..eb4a76d
--- /dev/null
+++ b/debian/patches/0003-Make-sure-we-quit-afer-EOF-on-stdin.patch
@@ -0,0 +1,23 @@
+From: =?UTF-8?q?Guido=20G=C3=BCnther?= <agx at sigxcpu.org>
+Date: Thu, 7 Jan 2010 11:34:40 +0100
+Subject: [PATCH] Make sure we quit afer EOF on stdin
+
+Closes: #564034
+---
+ src/virtManager/console.py |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/src/virtManager/console.py b/src/virtManager/console.py
+index 7135ee9..4dcb917 100644
+--- a/src/virtManager/console.py
++++ b/src/virtManager/console.py
+@@ -506,7 +506,7 @@ class vmmConsolePages(gobject.GObject):
+         if username:
+             argv += ['-l', username]
+ 
+-        argv += [ server, "nc", vncaddr, str(vncport) ]
++        argv += [ server, "nc", "-q", "0", vncaddr, str(vncport) ]
+ 
+         logging.debug("Creating SSH tunnel: %s" % argv)
+ 
+-- 
diff --git a/debian/patches/series b/debian/patches/series
index 86373d1..4b29c58 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 0001-use-usr-share-gconf-for-schema-data.patch
 0002-Update-french-translation.patch
+0003-Make-sure-we-quit-afer-EOF-on-stdin.patch

-- 
VirtManager Debian packaging



More information about the Pkg-libvirt-commits mailing list