From owner-freebsd-current@FreeBSD.ORG Wed Aug 15 17:04:47 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 54AC71065674 for ; Wed, 15 Aug 2012 17:04:47 +0000 (UTC) (envelope-from steve@mouf.net) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3]) by mx1.freebsd.org (Postfix) with ESMTP id 0F6178FC0C for ; Wed, 15 Aug 2012 17:04:46 +0000 (UTC) Received: from meatwad.mouf.net (cpe-024-162-230-236.nc.res.rr.com [24.162.230.236]) (authenticated bits=0) by mouf.net (8.14.5/8.14.5) with ESMTP id q7FH178i050555 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NOT) for ; Wed, 15 Aug 2012 13:01:07 -0400 (EDT) (envelope-from steve@mouf.net) Message-ID: <502BD6AA.9060205@mouf.net> Date: Wed, 15 Aug 2012 13:04:42 -0400 From: Steve Wills User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:12.0) Gecko/20120604 Thunderbird/12.0.1 MIME-Version: 1.0 To: freebsd-current@freebsd.org References: <502A84E0.9000908@FreeBSD.org> <502AAA3A.30200@FreeBSD.org> In-Reply-To: <502AAA3A.30200@FreeBSD.org> X-Enigmail-Version: 1.4.2 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (mouf.net [199.48.129.64]); Wed, 15 Aug 2012 13:01:08 -0400 (EDT) X-Spam-Status: No, score=1.3 required=4.5 tests=RCVD_IN_RP_RNBL autolearn=no version=3.3.2 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mouf.net X-Virus-Scanned: clamav-milter 0.97.5 at mouf.net X-Virus-Status: Clean Subject: Re: zfsloader failure with r239244 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 15 Aug 2012 17:04:47 -0000 On 08/14/12 15:42, Andrey V. Elsukov wrote: > On 14.08.2012 21:03, Steve Wills wrote: >> Any ideas if this is a bug or something wrong with my system would be >> appreciated. > > Can you boot with serial console and show what show the `lsdev` command > in the loader? > And from the running system the output of `gpart show` and > `zpool status`. > For the record, this was fixed by r239293 and r239294. Steve