From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gerd Knorr Subject: Re: Booting DomU Date: Wed, 19 Oct 2005 16:58:17 +0200 Message-ID: <43565F09.8080101@suse.de> References: <983B408465C04C49B0344D51FA21C7555BAC91@trudi.intra.bpm.ch> <20051019140135.GH11567@tpkurt.pmc.nue.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20051019140135.GH11567@tpkurt.pmc.nue.novell.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Kurt Garloff Cc: xen-devel@lists.xensource.com, =?ISO-8859-1?Q?Stephan_B=F6ni?= List-Id: xen-devel@lists.xenproject.org >>> - Is udevd running? >> # ps aux | grep udev >> root 2387 0.0 0.5 7104 1028 ? S > OK, so it should work. > > Your /etc/udev/rules.d/40-xen.rules > should point to /sbin/xen-vbd and xen-vif; you could add logger calls > there, so you can see what hotplug events reached your dom0 in the > syslog. /etc/udev/rules.d/40-xen.rules and /sbin/xen-* are not needed any more with latest versions. The xen tools install a udev rules file if they find a udev version recent enougth, for me this works as-is. > That's correct as well, as udevd already eats all the hotplug events. > But my fear is that the events just don't arrive :-( The block script calls should show up in /var/log/messages already with latest tools. cheers, Gerd