Your message dated Wed, 29 Sep 2010 15:02:15 +0000
with message-id <[email protected]>
and subject line Bug#579555: fixed in virt-manager 0.8.5-1
has caused the Debian Bug report #579555,
regarding virt-manager: vnc connection aborts
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.)
--
579555: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=579555
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: virt-manager
Version: 0.8.4-2
Severity: important
I am using virt-manager 0.8.4 ssh-tunneled.
From time to time the vnc connection to a machine aborts after sending a
libvirt command like destroy.
This is very annoying because you then have to reconnect to virtualization
host to get back vnc for this machine.
Debug log:
Traceback (most recent call last):
File "/usr/share/virt-manager/virtManager/console.py", line 452, in
_vnc_disconnected
errout = self.get_tunnel_err_output()
File "/usr/share/virt-manager/virtManager/console.py", line 576, in
get_tunnel_err_output
new = errfd.recv(1024)
socket.error: [Errno 11] Resource temporarily unavailable
I could fix the problem with the following patch:
--- virt-manager-0.8.4_orig/src/virtManager/console.py 2010-03-23
19:25:28.000000000 +0100
+++ virt-manager-0.8.4/src/virtManager/console.py 2010-04-26
18:13:26.901004884 +0200
@@ -573,7 +573,13 @@
errfd = self.vncTunnel[1]
errout = ""
while True:
- new = errfd.recv(1024)
+ new = None
+ try:
+ new = errfd.recv(1024)
+ except socket.error, e:
+ # 11: temporarily unavailable
+ if (e[0] != 11):
+ raise
if not new:
break
--- End Message ---
--- Begin Message ---
Source: virt-manager
Source-Version: 0.8.5-1
We believe that the bug you reported is fixed in the latest version of
virt-manager, which is due to be installed in the Debian FTP archive:
virt-manager_0.8.5-1.debian.tar.gz
to main/v/virt-manager/virt-manager_0.8.5-1.debian.tar.gz
virt-manager_0.8.5-1.dsc
to main/v/virt-manager/virt-manager_0.8.5-1.dsc
virt-manager_0.8.5-1_all.deb
to main/v/virt-manager/virt-manager_0.8.5-1_all.deb
virt-manager_0.8.5.orig.tar.gz
to main/v/virt-manager/virt-manager_0.8.5.orig.tar.gz
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Guido Günther <[email protected]> (supplier of updated virt-manager package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Wed, 29 Sep 2010 16:27:50 +0200
Source: virt-manager
Binary: virt-manager
Architecture: source all
Version: 0.8.5-1
Distribution: experimental
Urgency: low
Maintainer: Debian Libvirt Maintainers
<[email protected]>
Changed-By: Guido Günther <[email protected]>
Description:
virt-manager - desktop application for managing virtual machines
Closes: 579555 591808
Changes:
virt-manager (0.8.5-1) experimental; urgency=low
.
[ Laurent Léonard ]
* [9e83cac] Imported Upstream version 0.8.5 (Closes: #591808, #579555)
* [cc1f7ce] Drop patches fixed upstream:
0002-console-Don-t-throw-traceback-if-we-can-t-read-error.patch
http://hg.fedorahosted.org/hg/virt-manager/rev/c206b12a8c7a
0003-Update-french-translation.patch
http://hg.fedorahosted.org/hg/virt-manager/rev/1f78c4ea0692
0004-create-Skip-post-install-restart-if-user-destroys-VM.patch
http://hg.fedorahosted.org/hg/virt-manager/rev/d8c0607c68dc
0005-Add-conn-info-to-virtinst.VirtualGraphics.patch
http://hg.fedorahosted.org/hg/virt-manager/rev/99cf13a133f3
0006-Fix-error-launching-create-wizard-on-qemu-session.patch
http://hg.fedorahosted.org/hg/virt-manager/rev/ea94314da7d5
* [f6cc98d] Bump virtinst dependency version to 0.500.4
* [32e247c] Bump Standards-Version to 3.9.1
* [4d8c427] New patch
0002-l10n-Updates-to-French-fr-translation.patch
* [66ebeaf] New patch
0003-l10n-Updates-to-French-fr-translation.patch
.
[ Guido Günther ]
* [0254e41] Drop icon symlinks, Fixed upstream.
* [9b15358] New patch 0004-Add-AM_MAINTAINER_MODE-and-drop-m4-
include.patch. Add AM_MAINTAINER_MODE and drop m4/ include
Checksums-Sha1:
156503e8c249da6d189cea5b37005529de6cfae4 1410 virt-manager_0.8.5-1.dsc
4e928127bed1b0f71c4f442f4fe217e422594a62 1864328 virt-manager_0.8.5.orig.tar.gz
f711251d28f3f265bee90eb7febe61fceb318311 69269
virt-manager_0.8.5-1.debian.tar.gz
a366a62ce1206674c6a10d3b4d536bcebf653f66 1116294 virt-manager_0.8.5-1_all.deb
Checksums-Sha256:
e6306965baa20c60caaf5e2f9cf854f047a6eca41cac60a3b63cd0a7b4b17701 1410
virt-manager_0.8.5-1.dsc
d8cf5419bc4a92dd13795a85c561373f1a2eeaa2e30e0c8ef2ad7aca87d44582 1864328
virt-manager_0.8.5.orig.tar.gz
16d4e96faf58ceb5c3c041710980d987bb92caf3abbc9637aa696ed1f1510a50 69269
virt-manager_0.8.5-1.debian.tar.gz
dfb00f040a95385fce31373d99dbe32bc25b445f4ad27a745a55ef01ef2e975d 1116294
virt-manager_0.8.5-1_all.deb
Files:
156850cd7b05c7aaf9f1bd7fe517c202 1410 admin optional virt-manager_0.8.5-1.dsc
038668be9e5edcb86ebae2495240b6ff 1864328 admin optional
virt-manager_0.8.5.orig.tar.gz
110deb854b82747daa93897b33162a41 69269 admin optional
virt-manager_0.8.5-1.debian.tar.gz
d0e78381d1bc25264eaa718c3e455952 1116294 admin optional
virt-manager_0.8.5-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iD8DBQFMo1CAn88szT8+ZCYRAqb1AJ0Y9N2N2CZFUmxOYCY7h+UKAdoaMQCeKZXG
qe4rUm916pIymMf15sMsZiU=
=ysES
-----END PGP SIGNATURE-----
--- End Message ---