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-users

[Xen-users] BUG/fixed : mkdir /var/run/xenstored needed

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] BUG/fixed : mkdir /var/run/xenstored needed
From: Andreas Jellinghaus <aj@xxxxxxxxxxxxxxx>
Date: Thu, 23 Mar 2006 09:15:46 +0100
Delivery-date: Thu, 23 Mar 2006 08:16:50 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: KNode/0.10.1
Hi,

xend start
should test for /var/run/xenstored
before running xenstored. on (k)ubuntu at least
/var/run is a tmpfs, so after each reboot it is empty
and you need to re-create all directories. a simple
test -e ... || mkdir ... would prevent people from
running into problems.

maybe this is simple enought to get into xen-unstable
before 3.0.2?

Thanks, Andreas


_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] BUG/fixed : mkdir /var/run/xenstored needed, Andreas Jellinghaus <=