From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1JAxtE-0003uY-LQ for mharc-grub-devel@gnu.org; Fri, 04 Jan 2008 20:31:56 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JAxtC-0003ri-P7 for grub-devel@gnu.org; Fri, 04 Jan 2008 20:31:54 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JAxtC-0003q0-1D for grub-devel@gnu.org; Fri, 04 Jan 2008 20:31:54 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JAxtB-0003pt-Pr for grub-devel@gnu.org; Fri, 04 Jan 2008 20:31:53 -0500 Received: from ns39764.ovh.net ([91.121.25.85] helo=nexedi.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JAxtB-0005hb-FU for grub-devel@gnu.org; Fri, 04 Jan 2008 20:31:53 -0500 Received: from [10.8.0.46] (unknown [10.8.0.46]) by nexedi.com (Postfix) with ESMTP id 8F9A23EB24; Sat, 5 Jan 2008 02:36:42 +0100 (CET) From: "Yoshinori K. Okuji" Organization: enbug.org To: grub-devel@gnu.org Date: Sat, 5 Jan 2008 02:31:51 +0100 User-Agent: KMail/1.9.4 References: <20080103221423.GA6243@example.org> <20080103235459.GA7520@thorin> In-Reply-To: <20080103235459.GA7520@thorin> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200801050231.52190.okuji@enbug.org> X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Cc: "Pascal A. Dupuis" , Robert Millan Subject: Re: grub-pc: installation failure under linux + udev X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 01:31:55 -0000 On Friday 04 January 2008 00:54, Robert Millan wrote: > On Thu, Jan 03, 2008 at 11:14:23PM +0100, Pascal A. Dupuis wrote: > > Hello, > > > > this is a copy of debian bug 450709 > > (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=450709) at > > debian maintainer's (Robert Millan ) request: > > Thanks Pascal. > > > But ... util/biosdisk.c has another issue with detecting udev. The > > routine has_devfs searchs for /dev/.devfsd, which cames from deprecated > > devfs. Enclosed is a synthetic patch, I compiled and ran it fine on my > > machine. Could you check ? > > The off-by-5 bug is already fixed in CVS. As for the devfs part, I think > I figured out what you're doing. You setup udev to emulate devfs-style > devices, right? > > I think the right fix for this is not to check for /dev/.udev, but rather > just probe for devfs-style devices unconditionally. > > As it happens there are other ways in which one could have this layout, > including other /dev implementations such as userdevfs. > > What does everyone else think? As long as it works fine, no problem. :) Okuji