WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] Booting DomU

To: Kurt Garloff <garloff@xxxxxxx>
Subject: Re: [Xen-devel] Booting DomU
From: Gerd Knorr <kraxel@xxxxxxx>
Date: Wed, 19 Oct 2005 16:58:17 +0200
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx, Stephan Böni <boeni@xxxxxx>
Delivery-date: Wed, 19 Oct 2005 14:55:36 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <20051019140135.GH11567@xxxxxxxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <983B408465C04C49B0344D51FA21C7555BAC91@xxxxxxxxxxxxxxxxxx> <20051019140135.GH11567@xxxxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla Thunderbird 1.0.6 (X11/20050715)
- Is udevd running?
# ps aux | grep udev
root      2387  0.0  0.5   7104  1028 ?        S<s  10:30   0:02 /sbin/udevd 
--daemon --stop-exec-queue

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


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>