From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Dodge Date: Wed, 15 Dec 2004 22:50:24 +0000 Subject: Re: hotplug in initrd/initramfs? Message-Id: <20041215230348.GE13061@basmati> List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org On Wed, Dec 15, 2004 at 03:37:04PM +0100, Andreas Jellinghaus wrote: > as far as I can tell, the kernel doesn't call > /sbin/hotplug while in initrd/initramfs. Note that this is just guesswork and I haven't tried any of it: There was a code change in April 2004 which might have something to do with this. Check the call_usermodehelper function near the end of kernel/kmod.c and see if it has this (the new code): if (!khelper_wq) return -EBUSY If the code instead mentions "system_running", I think you'll need a newer kernel. The new khelper stuff probably showed up around 2.6.6. -Dave Dodge ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ 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