From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:43802) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SE3V0-0001of-0o for qemu-devel@nongnu.org; Sat, 31 Mar 2012 14:58:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SE3Uy-0007jr-7c for qemu-devel@nongnu.org; Sat, 31 Mar 2012 14:58:05 -0400 Received: from blade3.isti.cnr.it ([194.119.192.19]:1379) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SE3Uy-0007jd-0X for qemu-devel@nongnu.org; Sat, 31 Mar 2012 14:58:04 -0400 Received: from [10.0.0.61] ([151.42.3.174]) by mx.isti.cnr.it (PMDF V6.5-x6 #31988) with ESMTPSA id <01ODS2C7J3OOLI7RD5@mx.isti.cnr.it> for qemu-devel@nongnu.org; Sat, 31 Mar 2012 20:57:41 +0200 (MEST) Date: Sat, 31 Mar 2012 20:56:33 +0200 From: Reeted In-reply-to: <20120330140034.GJ10487@redhat.com> Message-id: <4F775361.7090903@shiftmail.org> MIME-version: 1.0 Content-type: text/plain; format=flowed; charset=UTF-8 Content-transfer-encoding: 7bit References: <4F75BBBB.20409@shiftmail.org> <20120330140034.GJ10487@redhat.com> Subject: Re: [Qemu-devel] Bug(?): Can't unset vnc password (v1.0) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" Cc: qemu-devel@nongnu.org On 03/30/12 16:00, Daniel P. Berrange wrote: > On Fri, Mar 30, 2012 at 03:57:15PM +0200, Reeted wrote: >> In qemu-kvm 1.0 (from ubuntu Precise) I don't seem to be able to >> UNSET the vnc password once it has been set via qemu monitor. >> I can set it to "" which is empty password, but a VNC client >> connecting still asks to enter a password..... > QEMU must *not* change the VNC authentication method as a side effect of > setting a password. Well, then there is the opposite bug: If you start qemu with no vnc password set (client enters without authentication), then you set a vnc password via qemu-monitor, now the client needs password authentication. Can you confirm this is not the intended behaviour?