From owner-freebsd-testing@FreeBSD.ORG Sat Dec 6 21:30:42 2014 Return-Path: Delivered-To: freebsd-testing@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 7E425D59 for ; Sat, 6 Dec 2014 21:30:42 +0000 (UTC) Received: from zhost.uxsglobal.com (zhost.xinuos.com [144.202.236.63]) by mx1.freebsd.org (Postfix) with ESMTP id 508A3394 for ; Sat, 6 Dec 2014 21:30:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by zhost.uxsglobal.com (Postfix) with ESMTP id 334178C01A4 for ; Sat, 6 Dec 2014 16:30:35 -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 R0cttQpOtBgl for ; Sat, 6 Dec 2014 16:30:35 -0500 (EST) Received: from zhost.uxsglobal.com (localhost [127.0.0.1]) by zhost.uxsglobal.com (Postfix) with ESMTP id 0C9D58C01AC for ; Sat, 6 Dec 2014 16:30:35 -0500 (EST) Received: from zhost.uxsglobalhost.com (localhost [127.0.0.1]) by zhost.uxsglobal.com (Postfix) with ESMTP id 093258C01A4 for ; Sat, 6 Dec 2014 16:30:35 -0500 (EST) Date: Sat, 6 Dec 2014 16:30:34 -0500 (EST) From: Susan Stanziano To: freebsd-testing@freebsd.org Message-ID: <1105889271.2100803.1417901434942.JavaMail.zimbra@xinuos.com> In-Reply-To: <894003512.2095392.1417885379889.JavaMail.zimbra@xinuos.com> Subject: vmrun.sh and doc comment MIME-Version: 1.0 X-Originating-IP: [71.251.33.9] X-Mailer: Zimbra 8.0.6_GA_5922 (ZimbraWebClient - GC39 (Win)/8.0.6_GA_5922) Thread-Topic: vmrun.sh and doc comment Thread-Index: FTa99utz8MVRgw9nEGDZAsilwPL9jA== Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2014 21:30:42 -0000 Hello, 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. (3) Cr aig, you had asked for comments on the doc in: https://github.com/rodrigc/kyua/wiki/Quickstart-Guide Reading the Installation section in https://github.com/rodrigc/kyua/wiki/Installation , there is a dead link in the "Building from Sources" section: https://github.com/jmmv/kyua/blob/master/kyua-cli/INSTALL I'm still reading through the rest and I know you expressed the desire for anyone to be able to download FreeBSD and to download and run the testsuites and that is our goal. Right now my biggest problem is with networking in a VM - I do not have a clear enough question to ask yet, but I will. Susan