From owner-freebsd-virtualization@FreeBSD.ORG Thu Mar 29 02:20:22 2012 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3F510106566B for ; Thu, 29 Mar 2012 02:20:22 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from alto.onthenet.com.au (alto.OntheNet.com.au [203.13.68.12]) by mx1.freebsd.org (Postfix) with ESMTP id E92E88FC08 for ; Thu, 29 Mar 2012 02:20:21 +0000 (UTC) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by alto.onthenet.com.au (Postfix) with ESMTPS id 425C711C87; Thu, 29 Mar 2012 12:15:08 +1000 (EST) Received: from vpn2ntap-77401.hq.netapp.com (pos-ext.netapp.com [198.95.226.40]) by dommail.onthenet.com.au (MOS 4.2.4-GA) with ESMTP id BCZ09626 (AUTH peterg@ptree32.com.au); Thu, 29 Mar 2012 12:15:06 +1000 Message-ID: <4F73C5A7.4040801@freebsd.org> Date: Wed, 28 Mar 2012 20:15:03 -0600 From: Peter Grehan User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.28) Gecko/20120306 Thunderbird/3.1.20 MIME-Version: 1.0 To: s vas References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Junkmail-Info: SPF_SOFTFAIL X-Junkmail-Status: score=6/51, host=dommail.onthenet.com.au Cc: freebsd-virtualization@freebsd.org Subject: Re: bhyve installation problem freebsd 8.3 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Mar 2012 02:20:22 -0000 Hi, > After checking out /projects/bhyve, when I type 'make world' I get the > following error Firstly, you may want to check that your system has the VT-x/EPT features in the Intel CPU you have, or bhyve won't be able to run. Have at look at the "Hardware Requirements" section of the article at http://callfortesting.org/bhyve/ The documented way to rebuild/install on a system is at: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html Try that and let us know how it goes. later, Peter.