From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LrR5X-0003Ke-Is for qemu-devel@nongnu.org; Wed, 08 Apr 2009 02:16:43 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LrR5S-0003JS-Vu for qemu-devel@nongnu.org; Wed, 08 Apr 2009 02:16:43 -0400 Received: from [199.232.76.173] (port=35971 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LrR5S-0003JP-SG for qemu-devel@nongnu.org; Wed, 08 Apr 2009 02:16:38 -0400 Received: from mx2.redhat.com ([66.187.237.31]:33852) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LrR5S-00060Q-Gj for qemu-devel@nongnu.org; Wed, 08 Apr 2009 02:16:38 -0400 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n386Gbi3008770 for ; Wed, 8 Apr 2009 02:16:37 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n386Gc4v023836 for ; Wed, 8 Apr 2009 02:16:38 -0400 Received: from [10.32.10.74] (vpn-10-74.str.redhat.com [10.32.10.74]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n386GaYW019427 for ; Wed, 8 Apr 2009 02:16:36 -0400 Message-ID: <49DC4142.1000604@redhat.com> Date: Wed, 08 Apr 2009 09:16:34 +0300 From: Yaniv Kaul MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [BUG] QEMU: Cannot VNC to a VM if a VNC is already opened to it Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Using QEMU part of latest KVM (82-84, at least). A VNC session was established to a VM. Then, no one else can VNC to that VM. Even: 1. If the shared desktop flag was set (not sure it is honored in the server) 2. If the VNC client was abruptly disconnected (there is no keep-alive between the client and the server, I reckon) 3. If the VNC client asked for read-only access. I've opened https://bugzilla.redhat.com/show_bug.cgi?id=490344 and https://bugs.launchpad.net/qemu/+bug/312833 about this issue. TIA, Y.