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] cannot start xend

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] cannot start xend
From: aq <aquynh@xxxxxxxxx>
Date: Thu, 7 Apr 2005 01:16:42 +0900
Delivery-date: Wed, 06 Apr 2005 16:16:39 +0000
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=O8HHpSxE2xFMHpE14f7E2RECUgPwoHulD3Z6CV5xWb3IFaipyeWJ54zOe3FFwdpAla+3eAYySlbAdISzZLEVbPal2VP5ZbV4+GRLh8QCW8KkAL7vGRHxMTrzoeUuPZ5EFklO3CJnqONOypQ8lm4so7yYT//7RodW3/Q2kzCNWvs=
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>
Reply-to: aq <aquynh@xxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
hello,

I tried to install xen 2.0.5, but got some errors when starting xend.

here is how I installed xen into my system (Ubuntu Hoary)
- got xen-2.0.5-src.tgz from the home page
- untar, then "make world", then "make install". everything was fine
- configure grub for xen
- reboot the machine with xen-2.0.5

after these steps, I logged in and tried to start xend
(/etc/init.d/xend start). I just got ten dot (.) printed out, then it
stops. I looked more closely and found that xend could not start. the
result of "xend status" returns 3 as error code.

then I looked at /var/log/xend-debug.log. here is the last few lines:

^^^
    self.xd = XendDomain.instance()
  File "/usr/lib/python/xen/xend/XendDomain.py", line 798, in instance
    inst = XendDomain()
  File "/usr/lib/python/xen/xend/XendDomain.py", line 60, in __init__
    self.domain_db = self.db.fetchall("")
  File "/usr/lib/python/xen/xend/XendDB.py", line 69, in fetchall
    for k in dircache.listdir(dpath):
  File "/usr/lib/python2.4/dircache.py", line 25, in listdir
    mtime = os.stat(path).st_mtime
OSError: [Errno 2] No such file or directory: '/var/lib/xen/xend-db/domain/'
^^^

it looks like that xend cannot start because of lacking a directory,
or it failed because of other reasons. anybody experienced this
problem, or know how to fix this?

by the way, I used to install 2.0.5 on several other machines, but
never got any trouble like this.

thank you a lot,
aq

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

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