From owner-freebsd-virtualization@freebsd.org Wed Aug 10 13:45:24 2016 Return-Path: Delivered-To: freebsd-virtualization@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 C2E1DBB455A for ; Wed, 10 Aug 2016 13:45:24 +0000 (UTC) (envelope-from matt.churchyard@userve.net) Received: from smtp-outbound.userve.net (smtp-outbound.userve.net [217.196.1.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.userve.net", Issuer "Go Daddy Secure Certificate Authority - G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 40E7A16CC for ; Wed, 10 Aug 2016 13:45:23 +0000 (UTC) (envelope-from matt.churchyard@userve.net) Received: from owa.usd-group.com (owa.usd-group.com [217.196.1.2]) by smtp-outbound.userve.net (8.15.1/8.15.1) with ESMTPS id u7ADjGP4028055 (version=TLSv1 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=FAIL); Wed, 10 Aug 2016 14:45:16 +0100 (BST) (envelope-from matt.churchyard@userve.net) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=userve.net; s=201508; t=1470836717; bh=Hfbju7Yhn5NMnwCxoR19hreNd9hVGZHBPCgZAEFX9Yk=; h=From:To:CC:Subject:Date:References:In-Reply-To; b=md1OyAZc2G7iVyEMKm01XmaLxhq25Fg7TvXLd78EKbaUtL++t1zS9zamRmoihI2x7 DSf7R0xNKeJBMxdsKaEcZ8A1b4Sr8okf3wY8ZXAJ/78zJNtoC7CVvr9eHiboAJR6xh WhpTQZO80errcxvnluDdMMRL74/HVujgokrLyQ4s= Received: from SERVER.ad.usd-group.com (192.168.0.1) by SERVER.ad.usd-group.com (192.168.0.1) with Microsoft SMTP Server (TLS) id 15.0.847.32; Wed, 10 Aug 2016 14:45:10 +0100 Received: from SERVER.ad.usd-group.com ([fe80::b19d:892a:6fc7:1c9]) by SERVER.ad.usd-group.com ([fe80::b19d:892a:6fc7:1c9%12]) with mapi id 15.00.0847.030; Wed, 10 Aug 2016 14:45:10 +0100 From: Matt Churchyard To: Victor Sudakov CC: "freebsd-virtualization@freebsd.org" Subject: RE: Bhyve tests and findings Thread-Topic: Bhyve tests and findings Thread-Index: AQHR7kRdr3sAT9ONiUKmemTIvMbYHaA49GsAgAAiQQCAAG4VAIAAUWKAgAAKdYCAAAFIAIAGNT6AgAAx3aCAABVKgIAAKaBAgADx7gCAAKa/oIAACo0AgAAR+eA= Date: Wed, 10 Aug 2016 13:45:09 +0000 Message-ID: <6b6102559089409c9c28e8f89492b1ca@SERVER.ad.usd-group.com> References: <20160805013102.GA88553@admin.sibptus.transneft.ru> <20160805062219.GM148@e-new.0x20.net> <20160805065945.GA98590@admin.sibptus.transneft.ru> <20160805070420.GN148@e-new.0x20.net> <20160809055227.GA68689@admin.sibptus.transneft.ru> <008d6f674dd34becb787c2153029b0f4@SERVER.ad.usd-group.com> <20160809100707.GA78888@admin.sibptus.transneft.ru> <6b97a900f4c446fd875b080780f6938b@SERVER.ad.usd-group.com> <20160810030200.GA90959@admin.sibptus.transneft.ru> <75264feddcff47bf920081457bbd3e7b@SERVER.ad.usd-group.com> <20160810133634.GA13041@admin.sibptus.transneft.ru> In-Reply-To: <20160810133634.GA13041@admin.sibptus.transneft.ru> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [192.168.0.10] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.22 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: Wed, 10 Aug 2016 13:45:24 -0000 > [..] >=20 > You just need the vm name (win) on the end: >=20 > # bhyve [options] vm-name >=20 >Sorry, I was being stupid. With the vm name on the end, it just exits with= error code 1 and without printing anytning. >I have recompiled bhyve itself and the libvmmapi, maybe it's not enough? T= he kernel module? It still remains that from 10.3 Definitely sounds like something not right with bhyve; It shouldn't exit li= ke that. You can try building vmm from 11, although I'm not really a kernel dev and = can't help much with trying to merge 11 code into 10. Matt