From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1XIJDD-0000X4-Ij for mharc-grub-devel@gnu.org; Fri, 15 Aug 2014 11:14:39 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57631) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XIJD6-0000WD-IB for grub-devel@gnu.org; Fri, 15 Aug 2014 11:14:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XIJD1-0005D4-IU for grub-devel@gnu.org; Fri, 15 Aug 2014 11:14:32 -0400 Received: from mail-lb0-x243.google.com ([2a00:1450:4010:c04::243]:64610) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XIJD1-0005D0-B6 for grub-devel@gnu.org; Fri, 15 Aug 2014 11:14:27 -0400 Received: by mail-lb0-f195.google.com with SMTP id z11so666581lbi.10 for ; Fri, 15 Aug 2014 08:14:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=yRNiCXpzbp0kOCYJJ/D2txDiseP5ONumeuIUzPjfQlE=; b=DILDgwzxKHONkkdobUUB2CmG11Wy3tdz/aDz3+r16ijx5LceLY6/zY7tCiWQOvF/8D XAlA3sb8VtaBfy+GWmblkmukbR6K9fFqqguX0DIki3ClHCkzVQOxCorJ8CcnS+Y8Xlup j7W2V7AayJ17Y3Sp8TjjkkbC7SW9ku1kJM3GZi+DXNm7p9OiV2KeI0izoL/FOpID6aB+ xuyKhF/tIIzknA+hMNvzSp/noO8nfhBx5qSu12HZimA0gxtDcYrRDZMEzUqAGLkpswn8 g/fsOUzCoCjyRXCj2T4r5I0cDDM6AtRUyZHnxOE1HnIGJbX366mgXICfhrtKCZB2g4UR MMkA== X-Received: by 10.152.203.232 with SMTP id kt8mr12433609lac.27.1408115665945; Fri, 15 Aug 2014 08:14:25 -0700 (PDT) Received: from opensuse.site (ppp94-29-76-101.pppoe.spdop.ru. [94.29.76.101]) by mx.google.com with ESMTPSA id f2sm13140679lbo.2.2014.08.15.08.14.25 for (version=SSLv3 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 15 Aug 2014 08:14:25 -0700 (PDT) Date: Fri, 15 Aug 2014 19:14:24 +0400 From: Andrei Borzenkov To: Beeblebrox Subject: Re: Two grub problems on FreeBSD Message-ID: <20140815191424.760a1231@opensuse.site> In-Reply-To: <20140815084506.066317d5@rsbsd.rsb> References: <20140814161724.1e376c65@rsbsd.rsb> <20140814210444.7bf9a68f@opensuse.site> <20140814203515.6bf3717a@rsbsd.rsb> <20140814214241.49788fc9@opensuse.site> <20140815084506.066317d5@rsbsd.rsb> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.22; x86_64-suse-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::243 Cc: The development of GNU GRUB X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Aug 2014 15:14:37 -0000 В Fri, 15 Aug 2014 08:45:06 +0300 Beeblebrox пишет: > > > So please try to bisect grub to find which commit broke it. The last > > commit related to zfs was Wed Dec 18 23:39:49 2013 so it must be > > something else (or something changed in your environment - compiler, > > linker ...) > > That's not the issue - the commit that "broke it" was a zpool upgrade some 3-4 moths ago. Since then, there has been a second zpool upgrade as well. This means the grub code is two versions behind the latest zfs version on FreeBSD's head. > > It's not grub code that broke, it's zfs code that moved ahead... grub-probe could no longer detect the fs after my upgrade of the zpool. > I suggest you contact directly Massimo Maggi who did ZFS patches recently.