From owner-freebsd-current@FreeBSD.ORG Thu Aug 7 23:29:22 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 415383FE; Thu, 7 Aug 2014 23:29:22 +0000 (UTC) Received: from mail-ig0-x22e.google.com (mail-ig0-x22e.google.com [IPv6:2607:f8b0:4001:c05::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0093326D4; Thu, 7 Aug 2014 23:29:21 +0000 (UTC) Received: by mail-ig0-f174.google.com with SMTP id c1so184880igq.13 for ; Thu, 07 Aug 2014 16:29:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=+6kI73oxR9yA2vYrXDOrlSQU7LmpCRERgw/4MLdLhrs=; b=Vzy8fYwisMko1woVKe/KXydLr95RZdS4TF30r4NxO7Lxl0IHXyXLAjLP8KtXTxpIQf gh/W09hZNroFEbEqurVfzvHCV2fJNH8JT5QELdYJuiCbtrrul36oDjuTyzmPL9pxIacn RyZQAe9/hhFZ2Aj+nV36luh2ozznsz2p4PfpOX61zDsDyuoRL4iF0zQfhCgwyS8/Slms lX0j6wpudBNC5PpSQ02JPU5IrDzEk83YEVOwo4/pKW7P9NmNSd6n2gcdY5BvRjZrlsm7 QMA9sdrF+dPojuUiwRZ+TpFbLfbu8TZj/It6Jav0i6j4YCG8EC39pm+2HdBs+JUvDONg UocQ== MIME-Version: 1.0 X-Received: by 10.42.91.200 with SMTP id q8mr7423888icm.63.1407454161324; Thu, 07 Aug 2014 16:29:21 -0700 (PDT) Received: by 10.50.76.229 with HTTP; Thu, 7 Aug 2014 16:29:21 -0700 (PDT) In-Reply-To: <1407453344.5935.3.camel@bruno> References: <091101cfb284$f616cbb0$e2446310$@FreeBSD.org> <1407453344.5935.3.camel@bruno> Date: Thu, 7 Aug 2014 16:29:21 -0700 Message-ID: Subject: Re: loader lszfs command From: Garrett Cooper To: sbruno@freebsd.org Content-Type: text/plain; charset=UTF-8 Cc: dteske@freebsd.org, freebsd-current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18 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: Thu, 07 Aug 2014 23:29:22 -0000 Hi Devin! On Thu, Aug 7, 2014 at 4:15 PM, Sean Bruno wrote: > On Thu, 2014-08-07 at 14:17 -0700, dteske@FreeBSD.org wrote: >> Hi, >> >> People have been pestering me to update the Forth code to present >> a menu of ZFS datasets (*cough* boot environments *cough*). >> >> Would love to, but existing code seems broken. >> >> Can *anybody* produce meaningful output from the following? >> >> http://svnweb.freebsd.org/base?view=revision&revision=241284 >> >> All I get on every system I've tried (multiple versions, including HEAD) >> produce the following: >> >> OK lszfs zroot >> ZFS: i/o error - all block copies unavailable >> operation not permitted >> >> It's really hard for me to start with something that's broken. Can >> I get confirmation that this doesn't appear to be working as intended? >> If so, I'll go ahead and try to fix it, but need to confirm that I'm ( a ) >> not >> crazy and ( b ) seeing the same thing everybody else is seeing. > > > Hrm ... this seems to work for me. (fairly recent 11-current) > > OK lszfs zroot > $MOS > $FREE > $ORIGIN > tmp > home > usr > var > tftpboot > poudriere > OK Is the installed version you have in synch with the kernel and zpool version for boot0, gptzfsboot, etc? Cheers! -Garrett