From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Marc - A. Dahlhaus [ Administration | Westermann GmbH ]" Subject: Re: Xen and udev >124 Date: Wed, 24 Jun 2009 11:32:25 +0200 Message-ID: <1245835945.16606.6.camel@marc> References: <4A41DBB8.3020203@dschroeder.info> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4A41DBB8.3020203@dschroeder.info> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Daniel Schroeder Cc: Xen-devel List-Id: xen-devel@lists.xenproject.org >>From xens source root do the following before issuing any make commands: sed -e 's@/usr/bin/udevinfo@/sbin/udevadm@g' \ -e '/UDEV_RULES_DIR/s@/etc/@/lib/@g' \ -i tools/hotplug/Linux/Makefile The problem is that xens build-system looks after udevinfo which got removed and is now a part of udevadm. We should change the checks to look after udevadm first and check for udevinfo's existence if udevadm is missing. I'll prepare and send a patch for that shortly... have fun, Marc Am Mittwoch, den 24.06.2009, 09:54 +0200 schrieb Daniel Schroeder: > Hello *, > > i have updated udev and afterwards installed a new repo version of xen > 3.4.1-rc3. > With udev 141 the xen udev rules werent deployed in /etc/udev. > > - > Daniel > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel