From owner-freebsd-current@freebsd.org Sat Jan 9 23:34:00 2016 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 2DF7BA69767 for ; Sat, 9 Jan 2016 23:34:00 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from forward8m.cmail.yandex.net (forward8m.cmail.yandex.net [IPv6:2a02:6b8:b030::10]) (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 E15421BB1 for ; Sat, 9 Jan 2016 23:33:59 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from smtp2m.mail.yandex.net (smtp2m.mail.yandex.net [77.88.61.129]) by forward8m.cmail.yandex.net (Yandex) with ESMTP id E0F58217DD for ; Sun, 10 Jan 2016 02:33:47 +0300 (MSK) Received: from smtp2m.mail.yandex.net (localhost [127.0.0.1]) by smtp2m.mail.yandex.net (Yandex) with ESMTP id B4FDC426A55 for ; Sun, 10 Jan 2016 02:33:47 +0300 (MSK) Received: by smtp2m.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id k1JF1pgE0P-XkceugJR; Sun, 10 Jan 2016 02:33:46 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) X-Yandex-ForeignMX: US Subject: Re: 11.0-CURRENT-amd64 r293444: bhyveload => Segmentation fault To: freebsd-current@freebsd.org References: <5691722E.6030201@passap.ru> <569172C7.5020401@freebsd.org> <569179AE.1020307@passap.ru> <56917E1E.2020000@freebsd.org> <56918494.6050208@passap.ru> From: Boris Samorodov X-Enigmail-Draft-Status: N1110 Message-ID: <569198DA.60507@passap.ru> Date: Sun, 10 Jan 2016 02:33:46 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: <56918494.6050208@passap.ru> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 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: Sat, 09 Jan 2016 23:34:00 -0000 10.01.16 01:07, Boris Samorodov пишет: > 10.01.16 00:39, Allan Jude пишет: >> On 2016-01-09 16:20, Boris Samorodov wrote: >>> 09.01.16 23:51, Allan Jude пишет: >>>> On 2016-01-09 15:48, Boris Samorodov wrote: >>>>> Hi All, >>>>> >>>>> Bhyve works with virtual machines which have already been created, >>>>> but can not create new ones: >>>>> ----- >>>>> # bhyveload -m 4G -d >>>>> /vm/.iso/FreeBSD-11.0-CURRENT-amd64-20151130-r291495-disc1.iso test >>>>> >>>>> >>>>> Consoles: userboot >>>>> >>>>> FreeBSD/amd64 User boot, Revision 1.1 >>>>> (bsam@sm.bsnet, Sat Jan 9 02:04:09 MSK 2016) >>>>> Segmentation fault (core dumped) >>>>> ----- >>>>> >>>>> Any help is appreciated. >>>>> Thank you. >>>>> >>>> >>>> This was a but I accidentally introduced during the ZFS boot environment >>>> work. It has been fixed in head already, just update and rebuild >>>> sys/boot/userboot >>> >>> Great, thank you! >>> >>> Quick "svn up /usr/src && cd /sys/boot/userboot && make && sudo make >>> install" didn't help, but backtrace of core has changed. I'll try a >>> full rebuild. >> >> Can you provide the backtrace? > > I've landed the machine to another person/task. After it finishes it > will auto-refresh the world. If core is reproduced, I'll send it to you. OK, I reproduced the core. It was my fault: vm-bhyve install command should be used with just the name of the iso. While I tried to use the absolute path and got a core. > Thank you for you help and fast responses! -- WBR, bsam