From owner-freebsd-current@freebsd.org Sun Jun 17 10:56:46 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 471501019F26; Sun, 17 Jun 2018 10:56:46 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DE49D69A67; Sun, 17 Jun 2018 10:56:45 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 3DBD521399; Sun, 17 Jun 2018 06:56:45 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute4.internal (MEProxy); Sun, 17 Jun 2018 06:56:45 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zyxst.net; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm2; bh=rz3JbmkgJfBn5pMfukXITymWi/XHE fOq/+qhsDoE2vY=; b=Le7VeSBaiJRCjSVIyRwallQt01Anf/k2yDDtFkJG7rlPf 7zqW1NibGQUTj192P0K1cxHaDbuo9nmu6Mz8kf1UxyjfMCQfqteM2/WScQvl8dcA dkwwJg1xq7PjHpTycx4AT0+qfJ36X5Uv7uz6fYnub0jTIvHgYSUGgcoX6l3ycLAv 42bBnzAgeYXR6Q/0UNXfypEb7q+jrYN+8AdGarQ1PgCWWBglrKpWlNJyqq+0B25f 8+NggCV+Osc+5mP+2cTCrfs9k0sjNXvldTdMcHLGJzPq9gXjMI6cJH8pcKP1/FGZ Flwhz0oy7dncBATK9Yc+Z54mhtuaZV+MCck05BmrQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=rz3Jbm kgJfBn5pMfukXITymWi/XHEfOq/+qhsDoE2vY=; b=F51LqPx7phhZN19MeSIFap uCzKFrdxAknvamwMVGW0Dl6rZwmu4VANxE52PMlGr7/ugGu2nR4UmkogljBT+hT4 r2Dl440Lr/Jsx5F1IVlqhTUseyU8PyucKS1zJeYCy5XZLbR5s7gl3vkgTYScByUX w5GY2Fs0LZ5NEOLhlC8iFV4CzjnPu7ukbs4wddas4QhPtfydWN8EJglW5WQAqVQX p8NdeAc/7Zqkc9Jn5TNVRzGkVz744irAwUj8rL319Dn1shEKzd9rqBGqZ7eEXoi6 sopDqalfB9hbgMdB46i7j/WGDOR/tUrJjCD5iX6BhtoRIPDDsLitkVf4AZdEq1jg == X-ME-Proxy: X-ME-Sender: Received: from desktop.local (parsley.growveg.org [82.70.91.97]) by mail.messagingengine.com (Postfix) with ESMTPA id 89B5510255; Sun, 17 Jun 2018 06:56:44 -0400 (EDT) Subject: Re: freebsd bhyve instance does not show kernel messages after boot screen References: <201806151402.w5FE26Xm050793@pdx.rh.CN85.dnsmgr.net> To: freebsd-current@freebsd.org, freebsd-virtualization@freebsd.org From: tech-lists Organization: none Message-ID: <714a9e4e-d57e-efc4-eb4b-2ca36def8489@zyxst.net> Date: Sun, 17 Jun 2018 11:56:42 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: <201806151402.w5FE26Xm050793@pdx.rh.CN85.dnsmgr.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jun 2018 10:56:46 -0000 On 15/06/2018 15:02, Rodney W. Grimes wrote: > With the VM shutdown look in /dev/vmm for the same name as the VM, > if you see it there, make sure you do not have a running instnace > of it, then do: > bhyvectl --destroy --name=fbsd11-vm > > You may have remanants of a prior/crashed VM hanging around > causing you issues. Unfortunately this made no difference either. If someone can tell me what to do to debug [1] this, I'll make a problem report? [1] unfortunately debugging this particular thing is outside of my realm of expertise. I know how to start/stop bhyve but not much else outside of that. thanks, -- J.