From owner-freebsd-virtualization@freebsd.org Thu Jun 14 21:49:52 2018 Return-Path: Delivered-To: freebsd-virtualization@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 75E79100C329; Thu, 14 Jun 2018 21:49:52 +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 DDBAB85054; Thu, 14 Jun 2018 21:49:51 +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 653F721AC8; Thu, 14 Jun 2018 17:49:51 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute4.internal (MEProxy); Thu, 14 Jun 2018 17:49:51 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zyxst.net; h=cc :content-transfer-encoding:content-type:date:from:message-id :mime-version:subject:to:x-me-sender:x-me-sender:x-sasl-enc; s= fm2; bh=So5e8NRZ2E1NT/WpycJPPFaFW/mhn0g0VNSvaLA+WD8=; b=O32CTya3 QG1RcePQuFuLkuYoIsmowHxyRPyf1g5Hi1E1CwAniY3t7Wg2XOvPyE4gr3oTAgJb aLslXWALZDKmQZars2MoD5c6pYnkxFJl3ojrO0YBF2TB8VgIV1c5UcUrznycUh0v CuOa36e5dLYrRcNK/r6Y7AQKclCVxo9KClgiWw47bDgS06ylHni3JYFnDHb+x/NE zoOdkmPYkTjOUwOVcqUstetXr2uxsPNEvBI1sGMmlSAU+youw9qBaLdc8U0+QOx3 UHgxPGdLvbhvwTklzsysD7DKSSkkNXXc0KhTyu8aDmJ047WWp8bepZhQKWU4FCLx SBmdsPLpKH+LfA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:message-id:mime-version:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm3; bh=So5e8NRZ2E1NT/WpycJPPFaFW/mhn 0g0VNSvaLA+WD8=; b=GpOMkoJTerrWoqZPKuLwkuKuRedskjl6wqUZ9tHzyLeRk zH7nZVoZUBc7xIuDloQw2oFVQu2G1nNGkwum3OVlrxEPE6tXslvXRK6Ozx53M8dg Yqf24/P6YuOx1UsIMep5TAy2SuHGPJCVQ/2zWmf8mfnUu+znkJumFmmrb/UduY0a vFODtBAWddnz74BcQASVBELiKhBnOMbeS84rahZJMoiqB97AeD9SghQoWlXPfAJ8 MqWdd3wbqE4aJz9XHTqAWkJ1qxUcLWFdUP7hZRIccSjPXOmVfMtozQ3yTJf6pPHT md2uPxDHmeguWkHw48nNQqARKKfTZrtQBYkVMgKSg== 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 9DEF0E4339; Thu, 14 Jun 2018 17:49:50 -0400 (EDT) To: freebsd-virtualization@freebsd.org From: tech-lists Subject: freebsd bhyve instance does not show kernel messages after boot screen Organization: none Cc: freebsd-current@freebsd.org Message-ID: <8fefdd40-5136-3bcd-829e-40f7d20c05e1@zyxst.net> Date: Thu, 14 Jun 2018 22:49:49 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.26 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, 14 Jun 2018 21:49:52 -0000 Hello list, context is freebsd-12 r317212 host and freebsd-11-stable r333924 guest I run this freebsd instance in screen. I start it like this: vmrun.sh -c 4 -m 8192M -t tap3 -d fbsd-guest.img fbsd-guest It starts, I get the daemon screen, then this: /boot/kernel/kernel text=0x70572d data=0xa5648+0x340ac0 syms=[0x8+0xc0c78+0x8+0xde421] /boot/entropy size=0x1000 Booting... Unhandled ps2 mouse command 0xe1 and that's it. The guest loads, is functional, I can ssh into it, etc. Other freebsd-11 VMs started in the exact same way on the same server give the expected messages scrolling up when the VM starts. Why is this VM different and how can I fix? There was a time when the messages were displayed, then one day they didn't. I've built/installed a new world/kernel on this VM to no effect. thanks, -- J.