From owner-freebsd-questions@freebsd.org Fri Jul 31 15:01:11 2015 Return-Path: Delivered-To: freebsd-questions@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 A69119AF746 for ; Fri, 31 Jul 2015 15:01:11 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-pd0-x230.google.com (mail-pd0-x230.google.com [IPv6:2607:f8b0:400e:c02::230]) (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 79E2C1D67 for ; Fri, 31 Jul 2015 15:01:11 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: by pdrg1 with SMTP id g1so44072472pdr.2 for ; Fri, 31 Jul 2015 08:01:10 -0700 (PDT) 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=PkSOij525kPoamVWILnHlFjeySgwyzZZAOJmU/4tKS0=; b=T+Si3jtrW8pst7zsm1YFZ/dCkBYmmqYHl2JPDw2Zg1G1fEdRrkxfZoH+25YKBD+NJj RNN51ulbrwOe/lj77LnnCnMkZAO+bRlHxwL/Z+wy0aY1IUqoO+c1fjDjhmPk7XT851xU y6EyyvSyvNXlsMbMRHCootlusQV34nveFTI4PpLZjmW6joHKwjnf6XYizrZcJqVTGWz2 2p84AnBp1BPb9atpkW4CN+uJ7M/pH47qn/1Zp/DAgt9bYyO7YBP/Aylq3eR/zVqw3ndt Rx7ZA20CMudSwoZ1pHxv9WP/TjePiZRz473cf/p02h1QLmJAdo2j6S1qGkXAPZk/XD8f PZOg== MIME-Version: 1.0 X-Received: by 10.70.65.99 with SMTP id w3mr7911520pds.132.1438354870900; Fri, 31 Jul 2015 08:01:10 -0700 (PDT) Received: by 10.70.133.169 with HTTP; Fri, 31 Jul 2015 08:01:10 -0700 (PDT) In-Reply-To: <55BB7263.1070706@hiwaay.net> References: <16A1C495-9A4B-4ED0-AFE7-3735219D1143@kraus-haus.org> <86mvyd6wk2.fsf@WorkBox.Home> <55BB7263.1070706@hiwaay.net> Date: Fri, 31 Jul 2015 10:01:10 -0500 Message-ID: Subject: Re: Virtualization on FreeBSD From: Adam Vande More To: "William A. Mahaffey III" Cc: FreeBSD Questions Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Jul 2015 15:01:11 -0000 On Fri, Jul 31, 2015 at 8:03 AM, William A. Mahaffey III wrote: > That wiki page explicitly mentions 9.3 as including bhyve support (under > /etc/ttys support). I am on 9.3R-p20 & I find no mention of bhyve in man > pages or anywhere else .... Is it really there ? TIA & have a good one. Yeah, a bhyve host will run 9.3 as a guest and the guest serial console should automatically default to on. -- Adam