From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47934) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZEytg-0005k6-KG for qemu-devel@nongnu.org; Tue, 14 Jul 2015 08:01:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZEyta-00014N-Pb for qemu-devel@nongnu.org; Tue, 14 Jul 2015 08:01:16 -0400 Received: from mail-wg0-x22d.google.com ([2a00:1450:400c:c00::22d]:34569) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZEyta-00012Y-IU for qemu-devel@nongnu.org; Tue, 14 Jul 2015 08:01:10 -0400 Received: by wgkl9 with SMTP id l9so6935088wgk.1 for ; Tue, 14 Jul 2015 05:01:07 -0700 (PDT) Sender: Paolo Bonzini References: From: Paolo Bonzini Message-ID: <55A4FA02.1080501@redhat.com> Date: Tue, 14 Jul 2015 14:01:06 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] unable to auth to vnc with qemu 2.4.0-rc0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Vasiliy Tolstov , qemu-devel On 14/07/2015 13:58, Vasiliy Tolstov wrote: > vncviewer can't auto to qemu vnc with plain auth: > Client sock=23 ws=0 auth=2 subauth=0 > New client on socket 23 > vnc_set_share_mode/23: undefined -> connecting > Write Plain: Pending output 0x7fc8eba5dbe0 size 1036 offset 12. Wait SSF 0 > Wrote wire 0x7fc8eba5dbe0 12 -> 12 > Read plain (nil) size 0 offset 0 > Read wire 0x7fc8eaec3890 4096 -> 12 > Client request protocol version 3.8 > Telling client we support auth 2 > Write Plain: Pending output 0x7fc8eba5dbe0 size 1036 offset 2. Wait SSF 0 > Wrote wire 0x7fc8eba5dbe0 2 -> 2 > Read plain 0x7fc8eaec3890 size 5120 offset 0 > Read wire 0x7fc8eaec3890 4096 -> 1 > Client requested auth 2 > Start VNC auth > Write Plain: Pending output 0x7fc8eba5dbe0 size 1036 offset 16. Wait SSF 0 > Wrote wire 0x7fc8eba5dbe0 16 -> 16 > Read plain 0x7fc8eaec3890 size 5120 offset 0 > Read wire 0x7fc8eaec3890 4096 -> 16 > Client challenge response did not match > Write Plain: Pending output 0x7fc8eba5dbe0 size 1036 offset 30. Wait SSF 0 > Wrote wire 0x7fc8eba5dbe0 30 -> 30 > Closing down client sock: protocol error > vnc_set_share_mode/23: connecting -> disconnected Can you send the config.log and config-host.mak file from the build directory? Paolo