From owner-freebsd-virtualization@FreeBSD.ORG Tue Jan 22 07:32:05 2013 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id EB29366D for ; Tue, 22 Jan 2013 07:32:05 +0000 (UTC) (envelope-from neelnatu@gmail.com) Received: from mail-ie0-f175.google.com (mail-ie0-f175.google.com [209.85.223.175]) by mx1.freebsd.org (Postfix) with ESMTP id A2A849CF for ; Tue, 22 Jan 2013 07:32:05 +0000 (UTC) Received: by mail-ie0-f175.google.com with SMTP id qd14so10973280ieb.6 for ; Mon, 21 Jan 2013 23:31:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=PLbpI0HB2QUXdpQy46O9knzDvdzDq9yNW7MrhugW5VY=; b=OnxmvYTJErjrOQ6MD8DVCFQ2i3JeXMq2vTSKrg/U8MDle78MP30P5soOcU0QBWhfG7 C4Mp51UuegAHosn1UeX/VEsReeOCJXzjAzxQ/zowkuDexG4MueemWzAw3/39aj9Smb7I e9rkNeY0OXqx4N1dxJTha0yZBNyDxL28k4dG5i/xfEFymTj+l81+BjpNJUKlLq4U9pFq VCN/DBaxy9hU5d+dEyfEMFD2XVbrg9h8/80CgIQsmt15kjWX0AikegTy3tsMDY5Y042W zuj7Dpy08kD8CuMOnRjf98ZXcPSKEB6qakUY80HimieG0z7+KpjcfnnibIkx3Xt/X0MP rZ8g== MIME-Version: 1.0 X-Received: by 10.50.12.166 with SMTP id z6mr11350238igb.56.1358839919161; Mon, 21 Jan 2013 23:31:59 -0800 (PST) Received: by 10.43.112.194 with HTTP; Mon, 21 Jan 2013 23:31:59 -0800 (PST) In-Reply-To: References: Date: Mon, 21 Jan 2013 23:31:59 -0800 Message-ID: Subject: Re: problems about bhyve From: Neel Natu To: Jesse Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-virtualization@freebsd.org X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.14 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: Tue, 22 Jan 2013 07:32:06 -0000 Hi Jesse, On Mon, Jan 21, 2013 at 8:39 PM, Jesse wrote: > > I have updated the src in my computer, and rebuild world. First time I > rebuilt the world it stopped at some errors. I am sorry I didn't record it. > Second time I remove /etc/src.conf and remove /etc/make.conf, then > buildworld OK, buildkernel OK, installkernel OK. But when I installworld, I > see these: > > install -l s usr/src/sys /sys > install: /sys/sys: Directory not empty > *** [distrib-dirs] Error code 71 > > Stop in /usr/src/etc. > *** [hierarchy] Error code 1 > > Stop in /usr/src. > *** [reinstall] Error code 1 > > Stop in /usr/src. > *** [installworld] Error code 1 > > Stop in /usr/src. > *** [installworld] Error code 1 > This seems to be a problem with HEAD right now. It is being discussed on freebsd-current: http://lists.freebsd.org/pipermail/freebsd-current/2013-January/039197.html best Neel > > On Mon, Jan 21, 2013 at 10:28 PM, Neel Natu wrote: >> >> Hi Jesse, >> >> On Mon, Jan 21, 2013 at 3:11 AM, Jesse wrote: >> > First, I have to load vmm manually. If I write vmm_load="YES" into >> > /boot/loader.conf and restart the computer, then run ./vmrun.sh vm0, the >> > whole computer is dead, no keyboard, mouse response. And there is no >> > response when I press the power button too. So I have to cut off the >> > electronic. But it's OK if I manually load the vmm module. >> > >> >> This is fixed in r245704. >> http://svnweb.freebsd.org/base?view=revision&revision=245704 >> >> > Second, when I poweroff or shutdown -p now the guest os, the guest os >> > will >> > stop at "Press any key to continue". So I kill it. >> > >> >> I see the following error message on the console when this happens: >> acpi0: AcpiEnterSleepStatePrep failed - AE_NOT_FOUND >> >> This is a deficiency in the ACPI implementation in bhyve. Until this >> is fixed could you use "halt" or "reboot" which work as expected? >> >> > The host has been built WITHOUT_GCC, but I think this is irrelevant. >> > >> > I want to help to test bhyve, but I don't know how to do really. >> >> I think you are helping already by reporting bugs that you find :-) >> >> best >> Neel >> >> > _______________________________________________ >> > freebsd-virtualization@freebsd.org mailing list >> > http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization >> > To unsubscribe, send any mail to >> > "freebsd-virtualization-unsubscribe@freebsd.org" > >