From owner-freebsd-virtualization@FreeBSD.ORG Thu Mar 29 22:37:35 2012 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B7966106566C; Thu, 29 Mar 2012 22:37:35 +0000 (UTC) (envelope-from sree.openwrk@gmail.com) Received: from mail-ob0-f196.google.com (mail-ob0-f196.google.com [209.85.214.196]) by mx1.freebsd.org (Postfix) with ESMTP id 6DDBC8FC0A; Thu, 29 Mar 2012 22:37:35 +0000 (UTC) Received: by obbup19 with SMTP id up19so9955obb.7 for ; Thu, 29 Mar 2012 15:37:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=GFMI4LcsEI3AwQ098NCwY7Hcy1nuiJPznZNVjM9pDBg=; b=MeX4OL9EAEvAUUnPkXDDIyzY4OxmaVla2N0mnEy2h3W+APSwXl5ZZb0pwqguIoaQbB i7Py+4E+6BiVxVN+tmRF+AFpbxjGtIXI7QsMpy52TR/Vv79jq/LOwtBT1I1nC3iLSH+O N/RXUZ1h4d9y8eno8Ifr4fUnB5SB+/hTmFrBfBz7AgTOUm/pOvlFc2hZRoAawQtaqJRG LP+f0SDAnRD3GCLS1bt4KITXyzMw1cR3VFcI2yYp/4Vl2aMPaDlF9/Qt8y6nyh+IAzwj znB4hxCCmcqUZONWGG05s9gn/WnvKDi9rijC7ABWN/SmrVcAtFNbFqVzfVH5DBSY/1m/ e+1A== MIME-Version: 1.0 Received: by 10.60.20.100 with SMTP id m4mr48445649oee.10.1333060654804; Thu, 29 Mar 2012 15:37:34 -0700 (PDT) Received: by 10.60.16.2 with HTTP; Thu, 29 Mar 2012 15:37:34 -0700 (PDT) In-Reply-To: <4F73C5A7.4040801@freebsd.org> References: <4F73C5A7.4040801@freebsd.org> Date: Thu, 29 Mar 2012 15:37:34 -0700 Message-ID: From: s vas To: Peter Grehan Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 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 22:37:35 -0000 Thanks. I was able to make progress. But I still have an issue. In the step '9' ( http://people.freebsd.org/~neel/bhyve/bhyve_instructions.txt), I am being asked to copy the guest file system. However I could not find any file with the name 'filesystem' in the entire filesystem. Am I missing any step here? Where is the right path to copy from? On Wed, Mar 28, 2012 at 7:15 PM, Peter Grehan wrote: > 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. >