From owner-freebsd-current@freebsd.org Sun Jul 9 10:02:32 2017 Return-Path: Delivered-To: freebsd-current@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 A19D6DAF0A8 for ; Sun, 9 Jul 2017 10:02:32 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from forward14o.cmail.yandex.net (forward14o.cmail.yandex.net [IPv6:2a02:6b8:0:1a72::1e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Yandex CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5EE027F5EA for ; Sun, 9 Jul 2017 10:02:32 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from smtp1m.mail.yandex.net (smtp1m.mail.yandex.net [77.88.61.132]) by forward14o.cmail.yandex.net (Yandex) with ESMTP id E17E92155E for ; Sun, 9 Jul 2017 13:02:27 +0300 (MSK) Received: from smtp1m.mail.yandex.net (localhost.localdomain [127.0.0.1]) by smtp1m.mail.yandex.net (Yandex) with ESMTP id C26A363C0BCA for ; Sun, 9 Jul 2017 13:02:27 +0300 (MSK) Received: by smtp1m.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id pnv3lixKaq-2QnGmiiE; Sun, 09 Jul 2017 13:02:26 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=passap.ru; s=mail; t=1499594546; bh=z2X43zln/WQBYzTG6zueonbA/spAoxRKaxVE88uJGKw=; h=To:From:Subject:Message-ID:Date; b=jn9tOJKTEklWssRYXIHODfPt/DpCGRPEAcfDZpUp9zeu72VLmqg+lCsvizowFKnJp 5SxPxBcpgaap2HPbb17IizgO4VN33E3gWxfaCY3W8l34U3fA2WmcXtMWFMnXJh0msf 0pkbJnT76TXi/Dli/V470krqvgwvh4EbhMzxqkWI= Authentication-Results: smtp1m.mail.yandex.net; dkim=pass header.i=@passap.ru X-Yandex-Suid-Status: 1 0 To: freebsd-current@FreeBSD.org From: Boris Samorodov Subject: [bhyve] FreeBSD guest, Handbook, vmrun.sh Message-ID: Date: Sun, 9 Jul 2017 13:02:26 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: ru-RU Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jul 2017 10:02:32 -0000 Hi All, I try to create a FreeBSD guest as per TH, section "21.7.2. Creating a FreeBSD Guest". All is good up until the last command at the section. When I try to launch the installed client, I get: ----- # sh /usr/share/examples/bhyve/vmrun.sh -c 4 -m 1024M -t tap0 -d guest.img guestname Launching virtual machine "guestname" ... Installation CDROM image "./release.iso" is not readable % uname -a FreeBSD latt.bsnet 12.0-CURRENT FreeBSD 12.0-CURRENT #14 r320821: Sun Jul 9 07:10:56 MSK 2017 bsam@builder.bsnet:/usr/obj/usr/src/sys/PKG64X amd64 ----- Is it a bug at vmrun.sh or documentation? -- WBR, bsam