From owner-freebsd-questions@freebsd.org Tue Dec 8 04:17:14 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 9F4FB9D33A8 for ; Tue, 8 Dec 2015 04:17:14 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-wm0-x22f.google.com (mail-wm0-x22f.google.com [IPv6:2a00:1450:400c:c09::22f]) (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 3AFDA1F36 for ; Tue, 8 Dec 2015 04:17:14 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: by wmuu63 with SMTP id u63so165939363wmu.0 for ; Mon, 07 Dec 2015 20:17:11 -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=8au13DA6q/eocC5dtT2CQYf0DSHbscTZDY695smoGY4=; b=o67CfHwd2Y+f7Si1pPucoodILkGZDSOAsaA7YHkWqksdP1FmJYTXnv5gHHbvwzEfKC RON/z/MXegKa2exjxFUmrfYZi0HACYDUwLBEdKkIjbULNakPAYn05YjREotdrNTVs7eD 7erXIj4fhs4Bt+xKCjJHBrmaBmjfnEKPrYdPz3pltCPKQIwwTE6nHWKkY87kExerh0l2 tio+g5kr0ifTk9AjlFVqUp8HMwanVQBFao9mC7/J8ZVJH+1GIr/Hibih50uOe5VejZjV XJNR0LFRH+KQLUndMRIqd/ORpFo+rzJe5NFXbmDEJnGVYWNayYTuuMUHQXGHrKiyincT vdTw== MIME-Version: 1.0 X-Received: by 10.28.105.23 with SMTP id e23mr26041904wmc.80.1449548231710; Mon, 07 Dec 2015 20:17:11 -0800 (PST) Received: by 10.194.192.33 with HTTP; Mon, 7 Dec 2015 20:17:11 -0800 (PST) In-Reply-To: <20151208033333.GB68332@dendrobates.araler.com> References: <20151208033333.GB68332@dendrobates.araler.com> Date: Mon, 7 Dec 2015 22:17:11 -0600 Message-ID: Subject: Re: linux in bhyve issue From: Adam Vande More To: Sergey Manucharian 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: Tue, 08 Dec 2015 04:17:14 -0000 On Mon, Dec 7, 2015 at 9:33 PM, Sergey Manucharian wrote: > Bhyve is really a cool thing! I installed Debian in bhyve, it worked fine > with default systemd init system. I've switched to openrc and now I do > not get the console prompt, it's output simply stops at "starting dbus" > or so. > Why do you think this is related to bhyve? Sounds more like a Debian issue. -- Adam