21 messages in com.xensource.lists.xen-develRe: [Xen-devel] Cannot create domU
FromSent OnAttachments
NAHieu23 Sep 2005 07:14 
Michael Vrable23 Sep 2005 10:37 
Michael Vrable23 Sep 2005 10:42 
Michael Vrable23 Sep 2005 10:59 
Chris Bainbridge23 Sep 2005 15:38 
Keir Fraser24 Sep 2005 00:38 
Chris Bainbridge24 Sep 2005 03:53 
Keir Fraser24 Sep 2005 06:21 
NAHieu24 Sep 2005 10:31 
Chris Bainbridge24 Sep 2005 12:59 
Keir Fraser25 Sep 2005 03:19 
Keir Fraser26 Sep 2005 06:23 
Keir Fraser26 Sep 2005 07:41 
Gerd Knorr26 Sep 2005 07:59.rules, .Other
Greg KH26 Sep 2005 08:01 
Keir Fraser26 Sep 2005 08:40 
Chris Bainbridge26 Sep 2005 08:54 
Greg KH26 Sep 2005 14:21 
Chris Bainbridge27 Sep 2005 08:33 
Chris Bainbridge30 Sep 2005 07:47 
Gerd Knorr06 Oct 2005 08:53.rules, .Other, .Other
Subject:Re: [Xen-devel] Cannot create domU
From:Keir Fraser (Keir@cl.cam.ac.uk)
Date:09/25/2005 03:19:19 AM
List:com.xensource.lists.xen-devel

On 24 Sep 2005, at 21:00, Chris Bainbridge wrote:

# be backward compatible for a while with the /etc/dev.d and /etc/hotplug.d/ systems # run /etc/hotplug.d/ stuff only if we came from a hotplug event, not for udevstart ENV{UDEVD_EVENT}=="1", RUN+="/sbin/udev_run_hotplugd"

The path /etc/hotplug.d is hardcoded into udev_run_hotplugd - it doesn't search anywhere else. I don't understand why it doesn't run the agent scripts in /etc/hotplug.

Many distros have a file /etc/hotplug.d/defaults/default.hotplug. It runs on every hotplug event and runs the appropriate 'agent' script in /etc/hotplug/.

You might want to try stealing that script from a non-gentoo box (I've temporarily placed a copy at http://www.cl.cam.ac.uk/~kaf24/default.hotplug). If it works, you should probably try and get it added to the appropriate gentoo package.

-- Keir