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

[Xen-devel] Xen 3.0.2 and Ubuntu Dapper beta

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] Xen 3.0.2 and Ubuntu Dapper beta
From: "Roberto Pereyra" <pereyra.roberto@xxxxxxxxx>
Date: Thu, 18 May 2006 08:21:47 -0300
Delivery-date: Thu, 18 May 2006 04:22:07 -0700
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=U4dtnKYAjCwsl0RUNAnesvCBzWazQc9OmJLQZpS0+Uobu4qiFF9kzMG0j4qoGE6bZPjepVw1vzmNd1uVWaiuVF07uBJWXbzNRzHdyFAnpuzkqtoiT48CoLM8rHma3aBVje9FLmgmjIHGuBD3JMS3NatSWVWJ7UCPi9lSPQx7G9Y=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
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 <=