From owner-freebsd-questions@freebsd.org Tue Dec 8 05:02:52 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 6965D9C1EF2 for ; Tue, 8 Dec 2015 05:02:52 +0000 (UTC) (envelope-from sm@ara-ler.com) Received: from mail-oi0-x229.google.com (mail-oi0-x229.google.com [IPv6:2607:f8b0:4003:c06::229]) (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 382941C5F for ; Tue, 8 Dec 2015 05:02:52 +0000 (UTC) (envelope-from sm@ara-ler.com) Received: by oies6 with SMTP id s6so4649291oie.1 for ; Mon, 07 Dec 2015 21:02:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ara-ler-com.20150623.gappssmtp.com; s=20150623; h=date:from:to:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=L39UXmdi7fHf2lWiOGgY+WshKqXPQQxb1xVn6zUIOO4=; b=YKWbNy9gbjiQ/cvcjS0jq4C3NlfKbW7GRR7gYH4yvHsuBV9//p8XNxiubqeJ/PMROD pLjPbdp3NPL0EmWH6fbK0fMpQsnJSJtprp04ZSvB+MdPeaUFFRscs0J2w9Fu/KOhfQSz x7yfQV2pHiUZ1lP8p55Yec0U79bKmwg+OGC34A88J0mWf46lkUi8/XgTqUQTKqqkxGLb gTH/DJcGZt+inn1evBBi+83BS8fuHJWYQ1RU2iit5gqJzUZsSN9gdJ5+HI6BxGpqiV+w bdX1n3lwmaI/jc8kuTE458m4aBeGFnRBHx9v1na1Bk/4kzxzn5W9Z9e9PLQWPKPbT7Xs jXqQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=L39UXmdi7fHf2lWiOGgY+WshKqXPQQxb1xVn6zUIOO4=; b=BatX1b4EP0R6kPMKd979vhDde68FvC+3H7IGaq6OYOu6728Ih37k/2MJFZOBP4Neoo zNlhXd+NbR9L8OGXwmaIRP8C0t+fTMBiK0ViC/ns4rFgAe/ETkFHVnXJl3ca3CtZYwI9 NX53JerXWGTMOrJu3TdtL4VmFxQzh5mgXFGnM7lI5mEFmFkonL5BmOQGQJ7gL5Z3sDyb KCvI/YsECkTum+laI9VIkIQuZtMJ9bg+QugjzupZuVvpFLBam8n2r4BYhyDmqku2B1Sn tfBPH/7qYmorlT43NGoitq8lSiryttBavuLVoPMXtWxmGVQ//ph1RPbNvSwvZvXcKiDL zYjw== X-Gm-Message-State: ALoCoQmTslrhtK1m/v1VWABlNipKtY2CzwlSe5GswYay5fkODF/GNsbTejf+H0QriVpVLSm/n3jHSDg3vluByy+V9elGwH70EQ== X-Received: by 10.202.184.138 with SMTP id i132mr1043270oif.62.1449550971369; Mon, 07 Dec 2015 21:02:51 -0800 (PST) Received: from dendrobates.araler.com (97-124-177-136.hlrn.qwest.net. [97.124.177.136]) by smtp.gmail.com with ESMTPSA id q4sm699094oew.6.2015.12.07.21.02.50 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 07 Dec 2015 21:02:50 -0800 (PST) Date: Mon, 7 Dec 2015 22:02:48 -0700 From: Sergey Manucharian To: FreeBSD Questions , Adam Vande More Subject: Re: linux in bhyve issue Message-ID: <20151208050248.GC68332@dendrobates.araler.com> References: <20151208033333.GB68332@dendrobates.araler.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) 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 05:02:52 -0000 Excerpts from Adam Vande More's message from Mon 07-Dec-15 22:17: > 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. Well, you're right, it's more logical that it's Debian (or OpenRC) issue, however I have a similar configuration installed in a physical computer, and it works fine. I'll need to investigate it deeper. Thanks, Sergey