From owner-freebsd-xen@FreeBSD.ORG Tue Jul 26 21:48:52 2011 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 539E6106564A for ; Tue, 26 Jul 2011 21:48:52 +0000 (UTC) (envelope-from seanbru@yahoo-inc.com) Received: from mrout2.yahoo.com (mrout2.yahoo.com [216.145.54.172]) by mx1.freebsd.org (Postfix) with ESMTP id 3E68F8FC1D for ; Tue, 26 Jul 2011 21:48:52 +0000 (UTC) Received: from [127.0.0.1] (cheese.corp.yahoo.com [216.145.50.99]) by mrout2.yahoo.com (8.14.4/8.14.4/y.out) with ESMTP id p6QLmdXI062382 for ; Tue, 26 Jul 2011 14:48:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yahoo-inc.com; s=cobra; t=1311716919; bh=Vrh0ukLVTEpMcb8mi9jCTvHyFXhY4vx82bUS7IKf3ds=; h=Subject:From:To:Content-Type:Date:Message-ID:Mime-Version: Content-Transfer-Encoding; b=CMdSEH0D7KZ8sqbKm5rAMdQ8YIEHFgclN0vQ6+NPGIBCd0LOjSFEpqZjku+QPe+Er kHU+AaZE874xG9yYVXoCHCrKmGRpEoCs+VhXl6z26crdDaXAUvt6c7ZYir842tU9k3 ZjDug4y9nQOUB0kUNM1A88jg0yZm/71gikGtAZ+s= From: Sean Bruno To: "freebsd-xen@freebsd.org" Content-Type: text/plain; charset="UTF-8" Date: Tue, 26 Jul 2011 14:48:38 -0700 Message-ID: <1311716918.3927.20.camel@hitfishpass-lx.corp.yahoo.com> Mime-Version: 1.0 X-Mailer: Evolution 2.32.2 (2.32.2-1.fc14) Content-Transfer-Encoding: 7bit Subject: FreeBSD 8, PV i386 VNC fails? X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Jul 2011 21:48:52 -0000 Probably not doing it right. When I switched from pure HVM to PV on the i386 VMs in the cluster, VNC stopped working all together. Did I do it wrong? I've tried the following: vnc = 1 vncdisplay = 1 vncunused = 1 vncpasswd='' and vfb = [ "type = vnc, vncdisplay = 1, vncunused = 1, vncpasswd=''" ] The vfb = [] syntax seems to hang the VM on frame buffer initialization and it will not post. The old style syntax seems to allow the host to boot, but there is no VNC listening on the host. Understand that the old style syntax works just fine in HVM mode. Sean