From: Min Lee <min.lee@gatech.edu>
To: xen-devel@lists.xensource.com
Subject: Re: xend doesn't start with xen-staging tip (on ubuntu 9.10 or 10.04)
Date: Fri, 18 Jun 2010 10:10:03 -0400 [thread overview]
Message-ID: <4C1B7E3B.4060704@gatech.edu> (raw)
In-Reply-To: <AANLkTilt_Rd19RYE5rOg7pxynip7FxreStGlDaP8ey9r@mail.gmail.com>
I've ran into this, too.
I had to run xenstored and xenconsoled manually.
Actually in my installation, I had to restart my network or flush
iptables/ebtables to make network working again.
Min
On 6/17/2010 7:09 PM, Patrick Colp wrote:
> I ran into this too. xend has been changed (I think to work with
> either libxc or libxl). What you have to do now is start
> /etc/init.d/xencommons then start /etc/init.d/xend.
>
>
> Patrick
>
>
> On 17 June 2010 16:02, Dulloor<dulloor@gmail.com> wrote:
>> I haven't tried starting xend in a while, but on staging tip xend
>> fails with the following in log :
>>
>>
>> [2010-06-17 15:55:27 2242] INFO (SrvDaemon:332) Xend Daemon started
>> [2010-06-17 15:55:28 2242] INFO (SrvDaemon:336) Xend changeset: Thu
>> Jun 17 08:53:12 2010 +0100 21632:764e41b09017.
>> [2010-06-17 15:55:28 2242] DEBUG (tcp:96) Listening on :8002
>> [2010-06-17 15:55:28 2242] INFO (XendNetwork:114) Not recreating
>> missing unmanaged network eth0
>> [2010-06-17 15:55:29 2242] DEBUG (XendCPUPool:747) recreate_active_pools
>> [2010-06-17 15:55:29 2242] ERROR (SrvDaemon:349) Exception starting
>> xend ((2, 'No such file or directory'))
>> Traceback (most recent call last):
>> File "/usr/local/lib/python2.6/dist-packages/xen/xend/server/SrvDaemon.py",
>> line 341, in run
>> servers = SrvServer.create()
>> File "/usr/local/lib/python2.6/dist-packages/xen/xend/server/SrvServer.py",
>> line 258, in create
>> root.putChild('xend', SrvRoot())
>> File "/usr/local/lib/python2.6/dist-packages/xen/xend/server/SrvRoot.py",
>> line 40, in __init__
>> self.get(name)
>> File "/usr/local/lib/python2.6/dist-packages/xen/web/SrvDir.py",
>> line 84, in get
>> val = val.getobj()
>> File "/usr/local/lib/python2.6/dist-packages/xen/web/SrvDir.py",
>> line 52, in getobj
>> self.obj = klassobj()
>> File "/usr/local/lib/python2.6/dist-packages/xen/xend/server/SrvNode.py",
>> line 30, in __init__
>> self.xn = XendNode.instance()
>> File "/usr/local/lib/python2.6/dist-packages/xen/xend/XendNode.py",
>> line 1176, in instance
>> inst = XendNode()
>> File "/usr/local/lib/python2.6/dist-packages/xen/xend/XendNode.py",
>> line 163, in __init__
>> self._init_cpu_pools()
>> File "/usr/local/lib/python2.6/dist-packages/xen/xend/XendNode.py",
>> line 377, in _init_cpu_pools
>> XendCPUPool.recreate_active_pools()
>> File "/usr/local/lib/python2.6/dist-packages/xen/xend/XendCPUPool.py",
>> line 754, in recreate_active_pools
>> uuid = xstransact.Read(path, 'uuid')
>> File "/usr/local/lib/python2.6/dist-packages/xen/xend/xenstore/xstransact.py"
>> uuid = xstransact.Read(path, 'uuid')
>> File "/usr/local/lib/python2.6/dist-packages/xen/xend/xenstore/xstransact.py",
>> line 307, in Read
>> return complete(path, lambda t: t.read(*args))
>> File "/usr/local/lib/python2.6/dist-packages/xen/xend/xenstore/xstransact.py",
>> line 361, in complete
>> t = xstransact(path)
>> File "/usr/local/lib/python2.6/dist-packages/xen/xend/xenstore/xstransact.py",
>> line 29, in __init__
>> self.transaction = xshandle().transaction_start()
>> File "/usr/local/lib/python2.6/dist-packages/xen/xend/xenstore/xsutil.py",
>> line 18, in xshandle
>> xs_handle = xen.lowlevel.xs.xs()
>> Error: (2, 'No such file or directory')
>> [2010-06-17 15:55:29 2240] INFO (SrvDaemon:220) Xend exited with status 1.
>>
>> _______________________________________________
>> Xen-devel mailing list
>> Xen-devel@lists.xensource.com
>> http://lists.xensource.com/xen-devel
>>
>>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
>
next prev parent reply other threads:[~2010-06-18 14:10 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-17 23:02 xend doesn't start with xen-staging tip (on ubuntu 9.10 or 10.04) Dulloor
2010-06-17 23:09 ` Patrick Colp
2010-06-17 23:54 ` Dulloor
2010-06-18 2:06 ` Dan Magenheimer
2010-06-18 9:53 ` Stefano Stabellini
2010-06-18 15:53 ` Dan Magenheimer
2010-06-18 16:31 ` Ian Jackson
2010-06-18 17:51 ` Dan Magenheimer
2010-06-21 16:22 ` Ian Jackson
2010-06-21 16:57 ` Dan Magenheimer
2010-06-21 17:07 ` Ian Jackson
2010-06-21 17:30 ` Dan Magenheimer
2010-06-21 18:24 ` Pasi Kärkkäinen
2010-06-21 21:14 ` Sander Eikelenboom
2010-06-22 7:46 ` Pasi Kärkkäinen
2010-06-21 21:08 ` Sander Eikelenboom
2010-06-18 14:10 ` Min Lee [this message]
2010-06-18 15:05 ` Kathy Hadley
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4C1B7E3B.4060704@gatech.edu \
--to=min.lee@gatech.edu \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.