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

Re: [Xen-users] Error: (2, 'No such file or directory')

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] Error: (2, 'No such file or directory')
From: Morten Christensen <mc-xen@xxxxx>
Date: Fri, 14 Apr 2006 20:56:56 +0200
Delivery-date: Fri, 14 Apr 2006 11:58:16 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <443FDA52.4050402@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: <443FB693.6070007@xxxxx> <443FDA52.4050402@xxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 3.0a1 (Windows/20060321)
Yura Pismerov skrev den 14-04-2006 19:22:
Morten Christensen wrote:
I am completely new to Xen. Trying to run it on a Kubuntu Dapper with
packages and kernel from debian.thoughtcrime.co.nz.

When I try to start a domU with

xm create -c /etc/xen/vm01.cfg

Drop the path to the config file.
Same error without the path.

it says:

Using config file "/etc/xen/vm01.cfg".
Error: (2, 'No such file or directory')


I expect it to be a very simple problem, but do not know where to start.


/var/log/xend.log says

[2006-04-14 16:39:27 xend] INFO (SrvDaemon:278) Xend Daemon started
[2006-04-14 16:39:27 xend] INFO (SrvDaemon:282) Xend changeset: Tue
Apr 11 04:27:07 2006 +0100 9602:09304a22b8d2.
[2006-04-14 16:39:27 xend] ERROR (SrvDaemon:292) Exception starting
xend ((2, 'No such file or directory'))
Traceback (most recent call last):
  File
"/usr/lib/python2.4/site-packages/xen/xend/server/SrvDaemon.py", line
286, in run
    servers = SrvServer.create()
  File
"/usr/lib/python2.4/site-packages/xen/xend/server/SrvServer.py", line
108, in create
    root.putChild('xend', SrvRoot())
  File "/usr/lib/python2.4/site-packages/xen/xend/server/SrvRoot.py",
line 40, in __init__
    self.get(name)
  File "/usr/lib/python2.4/site-packages/xen/web/SrvDir.py", line 82,
in get
    val = val.getobj()
  File "/usr/lib/python2.4/site-packages/xen/web/SrvDir.py", line 52,
in getobj
    self.obj = klassobj()
  File
"/usr/lib/python2.4/site-packages/xen/xend/server/SrvDomainDir.py",
line 39, in __init__
    self.xd = XendDomain.instance()
  File "/usr/lib/python2.4/site-packages/xen/xend/XendDomain.py", line
582, in instance
    inst.init()
  File "/usr/lib/python2.4/site-packages/xen/xend/XendDomain.py", line
70, in init
    xstransact.Mkdir(VMROOT)
  File
"/usr/lib/python2.4/site-packages/xen/xend/xenstore/xstransact.py",
line 317, in Mkdir
    complete(path, lambda t: t.mkdir(*args))
  File
"/usr/lib/python2.4/site-packages/xen/xend/xenstore/xstransact.py",
line 323, in complete
    t = xstransact(path)
  File
"/usr/lib/python2.4/site-packages/xen/xend/xenstore/xstransact.py",
line 20, in __init__
    self.transaction = xshandle().transaction_start()
File "/usr/lib/python2.4/site-packages/xen/xend/xenstore/xsutil.py",
line 18, in xshandle
    xs_handle = xen.lowlevel.xs.xs()
RuntimeError: (2, 'No such file or directory')



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

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