|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] Xen 3.0.2 and Ubuntu Dapper beta
Hi
I successful installed Xen 3.0.2 in Ubuntu Dapper beta, but I have
done the changes suggested in
http://polydistortion.net/monkey/archives/2006/04/21/003695.html
Because Ubunto Dapper uses udev in /var/run, /var/xen/xenstores was
deleted every reboot.
You might want to add the following from the ubuntu/debian xen
package's /etc/init.d/xend, which goes at the start of the script
(after the check for /proc/xen/capabilities) :
#####
# create directories if required
if [ ! -d /var/run/xend ]
then
mkdir -p /var/run/xend
fi
if [ ! -d /var/run/xenstored ]
then
mkdir -p /var/run/xenstored
fi
######
And I renamed xen-backend.rules to 92xen-backend.rules in
/etc/udev/rules.d and restart /etc/initd/udev
I hope be useful for somebody.
Roberto
--
Ing. Roberto Pereyra
ContenidosOnline
Buscas un buen servicio de telefonía IP, prueba
http://www.contenidosonline.com.ar
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-devel] Xen 3.0.2 and Ubuntu Dapper beta,
Roberto Pereyra <=
|
|
|
|
|