From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Date: Mon, 02 Feb 2004 22:44:19 +0000 Subject: Re: udev depends on /usr Message-Id: <20040202224419.GA1158@kroah.com> List-Id: References: <20040126215036.GA6906@kroah.com> <20040202223221.GC2748@werewolf.able.es> In-Reply-To: <20040202223221.GC2748@werewolf.able.es> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: "J.A. Magallon" Cc: linux-hotplug-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org On Mon, Feb 02, 2004 at 11:32:21PM +0100, J.A. Magallon wrote: > > On 2004.01.26, Greg KH wrote: > > I've released the 015 version of udev. It can be found at: > > kernel.org/pub/linux/utils/kernel/hotplug/udev-015.tar.gz > > > > Little problem ;) > I have some modules in /etc/modprobe.preload. Subject of this mail is > ide-cd. > > When ide-cd gets loaded, the kernel/udev chain calls > /etc/udev/scripts/ide-devfs.sh, wich uses 'expr'. I my system > (Mandrake 10) and on a RedHat 9 'expr' lives in /usr/bin, and /usr can > be still unmounted when rc.modules is called... > > Solution ? Change udev, change coreutils locations... How about, don't rely on ide-devfs.sh as you are trying valiantly to hold on to a dieing naming scheme that is not LSB compliant? :) Seriously, I don't know. thanks, greg k-h ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net Linux-hotplug-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S265839AbUBBWoX (ORCPT ); Mon, 2 Feb 2004 17:44:23 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S265843AbUBBWoX (ORCPT ); Mon, 2 Feb 2004 17:44:23 -0500 Received: from mail.kroah.org ([65.200.24.183]:42693 "EHLO perch.kroah.org") by vger.kernel.org with ESMTP id S265839AbUBBWoW (ORCPT ); Mon, 2 Feb 2004 17:44:22 -0500 Date: Mon, 2 Feb 2004 14:44:19 -0800 From: Greg KH To: "J.A. Magallon" Cc: linux-hotplug-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org Subject: Re: udev depends on /usr Message-ID: <20040202224419.GA1158@kroah.com> References: <20040126215036.GA6906@kroah.com> <20040202223221.GC2748@werewolf.able.es> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040202223221.GC2748@werewolf.able.es> User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Feb 02, 2004 at 11:32:21PM +0100, J.A. Magallon wrote: > > On 2004.01.26, Greg KH wrote: > > I've released the 015 version of udev. It can be found at: > > kernel.org/pub/linux/utils/kernel/hotplug/udev-015.tar.gz > > > > Little problem ;) > I have some modules in /etc/modprobe.preload. Subject of this mail is > ide-cd. > > When ide-cd gets loaded, the kernel/udev chain calls > /etc/udev/scripts/ide-devfs.sh, wich uses 'expr'. I my system > (Mandrake 10) and on a RedHat 9 'expr' lives in /usr/bin, and /usr can > be still unmounted when rc.modules is called... > > Solution ? Change udev, change coreutils locations... How about, don't rely on ide-devfs.sh as you are trying valiantly to hold on to a dieing naming scheme that is not LSB compliant? :) Seriously, I don't know. thanks, greg k-h