From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1XHz3C-0003Nr-Jy for mharc-grub-devel@gnu.org; Thu, 14 Aug 2014 13:42:58 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44719) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XHz34-0003Nj-Q0 for grub-devel@gnu.org; Thu, 14 Aug 2014 13:42:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XHz2y-0005vs-Qq for grub-devel@gnu.org; Thu, 14 Aug 2014 13:42:50 -0400 Received: from mail-lb0-x22b.google.com ([2a00:1450:4010:c04::22b]:61548) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XHz2y-0005vk-Iu for grub-devel@gnu.org; Thu, 14 Aug 2014 13:42:44 -0400 Received: by mail-lb0-f171.google.com with SMTP id l4so1121050lbv.2 for ; Thu, 14 Aug 2014 10:42:43 -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=a8hFZgZWF2bXvrBM7PNRFtGFq4d5T2YNTcRrwbrF0TA=; b=iXEH3Nr1xegxkCZM2tULC9r6UDmo/iZ71Z+jdR++Pi8Es7F0s9EUz/LZjtRhyEoLro PzOeLus2jJRBFHEGntwsnXcsqi44WGxa1WuQLXpVtwHv1j8V/m4Awnh+snzFU/qwr06Z LAM20b6RXHx5Le+A2iJgRLwfwa1LPb7xHQGEoYPHpFl9c0Om9rNrA4LFVffZmONrQj6Q IIEINYHIK9xGRjOa8bs0QeHBjksaDNMokJIZdhTd8f49y1f+dBpZtIjL9tljx69LhZCD RLWJJ/yFrpKgnJHR657LRNw0+LItb9KQdTay+dFKE54F7sme3DMzvLrhY9w9wWS936wd 5vdw== X-Received: by 10.152.121.98 with SMTP id lj2mr4982202lab.93.1408038163409; Thu, 14 Aug 2014 10:42:43 -0700 (PDT) Received: from opensuse.site (ppp94-29-76-101.pppoe.spdop.ru. [94.29.76.101]) by mx.google.com with ESMTPSA id bz10sm5210472lbb.10.2014.08.14.10.42.42 for (version=SSLv3 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 14 Aug 2014 10:42:42 -0700 (PDT) Date: Thu, 14 Aug 2014 21:42:41 +0400 From: Andrei Borzenkov To: Beeblebrox Subject: Re: Two grub problems on FreeBSD Message-ID: <20140814214241.49788fc9@opensuse.site> In-Reply-To: <20140814203515.6bf3717a@rsbsd.rsb> References: <20140814161724.1e376c65@rsbsd.rsb> <20140814210444.7bf9a68f@opensuse.site> <20140814203515.6bf3717a@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::22b 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: Thu, 14 Aug 2014 17:42:57 -0000 В Thu, 14 Aug 2014 20:35:15 +0300 Beeblebrox пишет: > > > Fixed but how did you manage to not have grub-probe? > Sorry, what? The only place where this error happens is when grub-probe is not found. > Did you mean gnu_gettext? (it's installed) > > > > 2. grub no longer recognizes latest version of zfs file systems > > > # grub-probe -d dev/ada1p1 => > > > grub-probe: error: unknown filesystem. > > > Do you mean - it recognized it before but does not recognize now? When > > was this "before" then? > Yes, that's what I mean. "Before" was about 3-4 months ago. 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 ...)