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

Fwd: [Xen-users] Error conecting to xend: no such file or directory. Is

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Fwd: [Xen-users] Error conecting to xend: no such file or directory. Is xend running?
From: "Michael Mendoza" <michaelux@xxxxxxxxx>
Date: Sun, 11 Jun 2006 21:18:00 -0400
Delivery-date: Sun, 11 Jun 2006 18:18:38 -0700
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ubEyWsN88d0204BNidv607kBkuejPCvAZ1nBpPX0Y7UMZtaFEb7HoPkb334rC8n5Uk5pLQpp3rz4sle19Ge06XpGCbicqrsB+aSmJcfI0HphGT3vi1pz2cUkDfhiplw6/+2bYqaNbu1+UUwpmxYxae9VYZo7mPgE3jF96Enbswo=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <448BD387.4090004@xxxxxxxxxxxxx>
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>
References: <d6d9f47b0606102222t5eee68e0x7806381b83bb614f@xxxxxxxxxxxxxx> <448BD387.4090004@xxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
---------- Forwarded message ----------
From: Quintin Russ <xen@xxxxxxxxxxxxx>
Date: 11-jun-2006 4:25
Subject: Re: [Xen-users] Error conecting to xend: no such file or
directory. Is   xend running?
To: Michael Mendoza <michaelux@xxxxxxxxx>
Cc: xen-users@xxxxxxxxxxxxxxxxxxx

Yes, i created this but dont work...

/var/run/xenstored
/var/run/xend

Yes, i installed xen, with the install.sh..



I added the following code to /etc/init.d/xend which seems to make the
problem go away, unfortunately it doesn't happen immediately on boot
(anyone else suggest why?) So when I boot the server I go #
/etc/init.d/xend restart

That generally fixes it.

Code:

function await_daemons_up
{
       # STHFIX - On Ubuntu /var/run/xenstored does not exist after reboot
       if [ ! -d /var/run/xenstored ] ; then
               mkdir /var/run/xenstored
       fi

       if [ ! -d /var/run/xend ] ; then
               mkdir /var/run/xend
       fi
       #STHFIX END

Code END


Best Regards,

Quintin

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

<Prev in Thread] Current Thread [Next in Thread>