From owner-freebsd-virtualization@freebsd.org Thu Apr 6 05:22:44 2017 Return-Path: Delivered-To: freebsd-virtualization@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BF63DD315F5 for ; Thu, 6 Apr 2017 05:22:44 +0000 (UTC) (envelope-from jtubnor@gmail.com) Received: from mail-vk0-x234.google.com (mail-vk0-x234.google.com [IPv6:2607:f8b0:400c:c05::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 785D1DFE; Thu, 6 Apr 2017 05:22:44 +0000 (UTC) (envelope-from jtubnor@gmail.com) Received: by mail-vk0-x234.google.com with SMTP id r69so28885780vke.2; Wed, 05 Apr 2017 22:22:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=UbGDU7VjA+WLC1X+g9VH6q2JQQoRVA2NWX9Oa+vcQ6Y=; b=nC0Y3TFfxkRPOHLnBZs7WAqrMnCyG1RSmJ5QsuxQohDDsJm6+lmHnbpbjHCkVmHUG7 VLW6iAUL4SX8eSmnylkwc6lWSvrWikooKGq+jToB789Al97zedzbuj24vFVCCyshxY0t 6V7Oqul1twUkMh38pfWoWfOVZt0JrYu0otnCq0awjVM4S2TW8tsnmr23K7d++OithxTI bfXb5o2QhmgZ2r0Ifr9yl051a9bFSbL7CSUaoVEg6wg5iiqAbw0MxObRTahh86MXDCZk 0eJk0ZrIKMyk9A4q17Uv+tzFWLHZuTEERiZ6JHMkKL08FcK5HLYJfSMEL7OfVAtFlp94 mh6g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=UbGDU7VjA+WLC1X+g9VH6q2JQQoRVA2NWX9Oa+vcQ6Y=; b=GuYLB1CKtQbrr5UFzITqYwmrppq8e8pkdJTfgNbJ83/86zc6LiXhwUCJQ6SRkfCRQJ 58vXlACWt2c94jxbRaG97948Vy98Erew6yVm6AvH6mAJmYQumcZA/Z9kNSSG9hU02TTJ EPPRhZJ1dyknF8h6/NCB9sWny9OQUai3hiVKj98OpC2v8UmksT4wFWFahuaidaVXBnIg SEDZpPY3eTVeYbjG9kCK53gTQCAQO2Ny0+nfylv96yKOg79XRyQ/Z5qcgHyIioCkiC9M pfN2JCBQ1qB8Am2zSFI8RYtP/1a5VvVZomWI5YSDT7FoN7aGAHpJ2rZAEXt87f2fbIhI 7NdA== X-Gm-Message-State: AFeK/H0g8aay3N/5pT/8dSmfB8Qhj0SWTdQmrwAKV7z6DTzVLvOGM2iNSXlxRprtKHDm6PEtLECfEn6VSt1AUg== X-Received: by 10.176.74.153 with SMTP id s25mr14074286uae.100.1491456163410; Wed, 05 Apr 2017 22:22:43 -0700 (PDT) MIME-Version: 1.0 Sender: jtubnor@gmail.com Received: by 10.176.69.145 with HTTP; Wed, 5 Apr 2017 22:22:23 -0700 (PDT) In-Reply-To: References: From: Jason Tubnor Date: Thu, 6 Apr 2017 15:22:23 +1000 X-Google-Sender-Auth: 9TtcSGbC2dqI8u_DQxUsayC7X2s Message-ID: Subject: Re: OpenBSD 6.1-snapshot no longer works in bhyve To: Peter Grehan Cc: "freebsd-virtualization@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.23 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, 06 Apr 2017 05:22:44 -0000 On 5 April 2017 at 14:55, Peter Grehan wrote: You can use bhyve's "-w" option to workaround this. > > I'll cherrypick the hardened BSD commit which fixes this in the meantime > > https://github.com/HardenedBSD/hardenedBSD/commit/cc91b57f4d > 1dabddfbf8b1e7655bc19908f24f78 > > I can confirm that -w for this piece of hardware works and it boots as normal. I did receive a new SuperMicro with an Atom C2758 SoC CPU and this did not exhibit the same problem with the original bhyve arguments used for start up. So it isn't a far reaching problem. Thanks for the quick response. Cheers, Jason.