|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] XEN3.0.0-src -> /etc/udev/* missing
Achim Friedland wrote:
Hi,
I installed XEN3.0.0 from sources on debian AMD64 unstable. After "make
world" and "make install" went fine I had a lot of trouble getting domUs
working. Starting them resultend in messages like:
"Error: Device 0 (vif) could not be connected. Hotplug scripts not
working."
A lot of time passed by till I noticed that just the following files
were missing:
/etc/udev/xen-backend.rules
/etc/udev/rules.d/@xen-backend.rules
As far as I can see they should have been installed by the make script.
So is this a bug or did I something wrong during installation?
Are you running udev greater than 058? If not it will use hotplug instead.
From install.sh:
if [ -n "$UDEV_VERSION" ] && [ $UDEV_VERSION -ge 059 ]; then
cp -f $src/etc/udev/rules.d/*.rules $dst/etc/udev/rules.d/
else
cp -f $src/etc/hotplug/*.agent $dst/etc/hotplug/
fi
If you are running udev 058 i'd be interested to know.
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|