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@lists.xensource.com http://lists.xensource.com/xen-devel