From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1PAKtl-00066U-QR for mharc-grub-devel@gnu.org; Mon, 25 Oct 2010 07:07:29 -0400 Received: from [140.186.70.92] (port=59420 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PAKtj-00065h-25 for grub-devel@gnu.org; Mon, 25 Oct 2010 07:07:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PAKti-0005BI-16 for grub-devel@gnu.org; Mon, 25 Oct 2010 07:07:27 -0400 Received: from efeu.mur.at ([89.106.208.66]:37131) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PAKth-0005Az-Nx for grub-devel@gnu.org; Mon, 25 Oct 2010 07:07:25 -0400 Received: from localhost (localhost [127.0.0.1]) by efeu.mur.at (Postfix) with ESMTP id ED7732227D for ; Mon, 25 Oct 2010 13:07:20 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mur.at; h= content-transfer-encoding:content-type:content-type:in-reply-to :references:subject:subject:mime-version:user-agent:from:from :date:date:message-id:received:received; s=zwei; t=1288004840; bh=MoGNPsuXNuXLcExQVBHtzEpqUih7GKAWNLW9o8dqZQ4=; b=hn94Pb3bmNFL rUK7/AaiITvu3N4IM4lGie6ZId17s5W1EXPyxpUiMd3YL1gFSU2rviQpHijKU4Dk AVEzDs9RMl71i3zZeeYP6Ce6s9cwasSxVecrr3ylQbmKGzlUv34vPQeJxgqkCXAE okBKvXi9LNM+ANUzQNCzUuWuiRM9Ol0= X-Virus-Scanned: Debian amavisd-new at efeu.mur.at Received: from efeu.mur.at ([127.0.0.1]) by localhost (efeu.mur.at [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id ZcFUTnEaBcLO for ; Mon, 25 Oct 2010 13:07:20 +0200 (CEST) Received: from [192.168.111.2] (pc2.office.mur.at [89.106.208.202]) by efeu.mur.at (Postfix) with ESMTPSA for ; Mon, 25 Oct 2010 13:07:20 +0200 (CEST) Message-ID: <4CC564E9.5020109@mur.at> Date: Mon, 25 Oct 2010 13:07:21 +0200 From: Martin Schitter User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.12) Gecko/20100918 Icedove/3.0.8 MIME-Version: 1.0 To: grub-devel@gnu.org References: <4CA0FF76.90207@mur.at> <4CA24F0B.904@gmail.com> In-Reply-To: <4CA24F0B.904@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) Subject: Re: [PATCH] segfault in grub-probe when spare or faulty disks are found X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 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: Mon, 25 Oct 2010 11:07:28 -0000 Am 2010-09-28 22:24, schrieb Vladimir '=CF=86-coder/phcoder' Serbinenko: > I didn't respond to the patch because it's not correct: it only > propagates the restriction instead of removing it. Thanks for reporting > the issue. I'll fix it tomorrow (hopefully) the problem with version 1.x raid spare disks still exists (see also:=20 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=3D593652). could you please come up with a better solution for this problem or=20 correct my patch. thanks martin