From owner-freebsd-virtualization@FreeBSD.ORG Sun Nov 23 03:20:33 2014 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AF8FBD27; Sun, 23 Nov 2014 03:20:33 +0000 (UTC) Received: from mail-ob0-x22a.google.com (mail-ob0-x22a.google.com [IPv6:2607:f8b0:4003:c01::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 71C2DAFE; Sun, 23 Nov 2014 03:20:33 +0000 (UTC) Received: by mail-ob0-f170.google.com with SMTP id wp18so5799259obc.29 for ; Sat, 22 Nov 2014 19:20:32 -0800 (PST) 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=sQqiD3LHpecBd92jr8EenVfa4GCrtLA3ex/lJXoKmaQ=; b=eXjGLAANLbA5zAzJTRt/6GDfMEq+yfhh9U4XXLrjLHihD8m2LatSVJjKXve80BITtA 33tjsktyOZxI3P5cLmna+OpmukoDflFLTbyEG/AO6d85jIM//+ICmmpR4GCHkioqE6PZ gwhvwGj/z4+4xVa8ogyZjl0MBPLFK6po4tHxOMlle38PkIRfnxXA1fFjTovRp+dTHg5g R01KiFXQsEe+/0gEl03qySBn8FtFG6++bSAqsPHkb4VinucBQPg3Ax+TnZODlsNcnQvK L9dx+qgnfDDQen+/yRcJ/kjg2NqbvYhYDdumFerPZeP39Cnkit2EJ6xbAaHIjP/gBDuz l4zA== MIME-Version: 1.0 X-Received: by 10.60.156.165 with SMTP id wf5mr8079536oeb.21.1416712832681; Sat, 22 Nov 2014 19:20:32 -0800 (PST) Received: by 10.202.184.7 with HTTP; Sat, 22 Nov 2014 19:20:32 -0800 (PST) Received: by 10.202.184.7 with HTTP; Sat, 22 Nov 2014 19:20:32 -0800 (PST) In-Reply-To: <5471513C.6040400@freebsd.org> References: <20141122215245.d9380cc4e43cb5e60d479009@gmail.com> <20141122220202.09523b0ae828993174af05d8@gmail.com> <5471513C.6040400@freebsd.org> Date: Sat, 22 Nov 2014 22:20:32 -0500 Message-ID: Subject: Re: bhyve cannot allocate memory From: Shawn Webb To: Peter Grehan Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: freebsd-virtualization@freebsd.org X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.18-1 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: Sun, 23 Nov 2014 03:20:33 -0000 On Nov 22, 2014 10:15 PM, "Peter Grehan" wrote: > > Hi Shawn, > > >> Forgot to mention, I'm on r274859. > > > I have a working system at r274783. A quick glance doesn't show anything obvious that may cause a regression, but I'm rebuilding now and will give it a try. > > Is your system stock FreeBSD or HardenedBSD ? It's hardenedBSD. I'll try a stock build tomorrow. The only change we have that could affect bhyve is the removal of map_at_zero. I've disabled all our other hardening features.