From owner-freebsd-virtualization@FreeBSD.ORG Wed Dec 10 01:05:50 2014 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E4CAD147 for ; Wed, 10 Dec 2014 01:05:49 +0000 (UTC) Received: from zhost.uxsglobal.com (zhost.xinuos.com [144.202.236.63]) by mx1.freebsd.org (Postfix) with ESMTP id B87927F for ; Wed, 10 Dec 2014 01:05:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by zhost.uxsglobal.com (Postfix) with ESMTP id 547A38C010F for ; Tue, 9 Dec 2014 20:05:43 -0500 (EST) Received: from zhost.uxsglobal.com ([127.0.0.1]) by localhost (zhost.uxsglobalhost.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xdlfFA8Wpian for ; Tue, 9 Dec 2014 20:05:43 -0500 (EST) Received: from zhost.uxsglobal.com (localhost [127.0.0.1]) by zhost.uxsglobal.com (Postfix) with ESMTP id 337B98C01B6 for ; Tue, 9 Dec 2014 20:05:43 -0500 (EST) Received: from zhost.uxsglobalhost.com (localhost [127.0.0.1]) by zhost.uxsglobal.com (Postfix) with ESMTP id 2F3248C010F for ; Tue, 9 Dec 2014 20:05:43 -0500 (EST) Date: Tue, 9 Dec 2014 20:05:43 -0500 (EST) From: Susan Stanziano To: freebsd-virtualization@freebsd.org Message-ID: <207531434.2147650.1418173543122.JavaMail.zimbra@xinuos.com> In-Reply-To: <2021452008.2147540.1418173300017.JavaMail.zimbra@xinuos.com> Subject: vmrun.sh error MIME-Version: 1.0 X-Originating-IP: [192.12.88.238] X-Mailer: Zimbra 8.0.6_GA_5922 (ZimbraWebClient - GC39 (Win)/8.0.6_GA_5922) Thread-Topic: vmrun.sh error Thread-Index: F+q9cR2WOgZt28+u95aTcKPG+fqnjQ== Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.18-1 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 Dec 2014 01:05:50 -0000 Hello, Craig suggested that I send this question to this mail alias: A couple of comments after creating VM's and using the vmrun.sh in /usr/share/examples/bhyve/vmrun.sh: 1) I know you can't run two VM's at the same time with the same vmname, but the error message from bhyveload is not informative to a new user: bhyveload: could not open "vmname" 2) The solution with the multiple use of a vmname seems to be that after vmrun.sh issues the bhyvectl --destroy command, if there was a "sleep 1" added, giving time for the destroy, the error message from bhyveload wouldn't have to happen. What do you think? Thanks, Susan Stanziano