From owner-freebsd-current@freebsd.org Sat Jan 9 21:20:50 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 A0E97A6A8D1 for ; Sat, 9 Jan 2016 21:20:50 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from forward6j.cmail.yandex.net (forward6j.cmail.yandex.net [IPv6:2a02:6b8:0:1630::181]) (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 600FA1E28 for ; Sat, 9 Jan 2016 21:20:50 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from smtp11.mail.yandex.net (smtp11.mail.yandex.net [IPv6:2a02:6b8:0:801:1::10]) by forward6j.cmail.yandex.net (Yandex) with ESMTP id 23F6B21512 for ; Sun, 10 Jan 2016 00:20:47 +0300 (MSK) Received: from smtp11.mail.yandex.net (localhost [127.0.0.1]) by smtp11.mail.yandex.net (Yandex) with ESMTP id EBBB67E0446 for ; Sun, 10 Jan 2016 00:20:46 +0300 (MSK) Received: by smtp11.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id PJlo6ljnEW-KkcWotkk; Sun, 10 Jan 2016 00:20: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> From: Boris Samorodov Message-ID: <569179AE.1020307@passap.ru> Date: Sun, 10 Jan 2016 00:20: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: <569172C7.5020401@freebsd.org> 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 21:20:50 -0000 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. -- WBR, bsam