From: Chris Bainbridge <chris.bainbridge@gmail.com>
To: Ian Pratt <m+Ian.Pratt@cl.cam.ac.uk>
Cc: xen-devel@lists.xensource.com
Subject: Re: -unstable
Date: Mon, 10 Oct 2005 13:39:33 +0100 [thread overview]
Message-ID: <623652d50510100539s2d20f458r@mail.gmail.com> (raw)
In-Reply-To: <A95E2296287EAD4EB592B5DEEFCE0E9D32E28C@liverpoolst.ad.cl.cam.ac.uk>
On 10/10/05, Ian Pratt <m+Ian.Pratt@cl.cam.ac.uk> wrote:
>
> If you're doing tests please use changeset 7267:e69413dca684 (Fix
> locking in /dev/xen/evtchn) which is now tagged 'semi-stable' in the
> repo.
With 7267 I'm often seeing these errors starting xend:
[2005-10-10 13:31:45 xend] INFO (SrvDaemon:301) Xend Daemon started
[2005-10-10 13:31:45 xend] DEBUG (XendDomainInfo:174)
XendDomainInfo.recreate({'vcpu_to_cpu': [0, 1, -1, -1, -1, -1, -1, -1,
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
-1, -1, -1, -1, -1, -1, -1], 'cpu_time': 31060300300L, 'ssidref': 0,
'shutdown_reason': 0, 'dying': 0, 'dom': 0, 'running': 1, 'maxmem_kb':
-4, 'paused': 0, 'crashed': 0, 'vcpus': 2, 'shutdown': 0, 'mem_kb':
93184, 'cpumap': [-1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], 'blocked': 0})
[2005-10-10 13:31:45 xend] INFO (XendDomainInfo:193) Recreating domain
0, UUID 504408b2-5c64-449e-87bc-aabb3d2d333c.
[2005-10-10 13:31:45 xend] ERROR (XendDomain:183) Failed to recreate
information for domain 0. Doing nothing except crossing my fingers.
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/xen/xend/XendDomain.py", line
176, in refresh
dominfo = XendDomainInfo.recreate(doms[d])
File "/usr/lib/python2.4/site-packages/xen/xend/XendDomainInfo.py",
line 211, in recreate
vm.initStoreConnection()
File "/usr/lib/python2.4/site-packages/xen/xend/XendDomainInfo.py",
line 1379, in initStoreConnection
self.dompath)
File "/usr/lib/python2.4/site-packages/xen/xend/xenstore/xsutil.py",
line 20, in IntroduceDomain
return xshandle().introduce_domain(domid, page, port, path)
RuntimeError: (22, 'Invalid argument')
[2005-10-10 13:31:45 xend] ERROR (SrvDaemon:311) Exception starting xend (0)
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/xen/xend/server/SrvDaemon.py",
line 304, in run
servers = SrvServer.create()
File "/usr/lib/python2.4/site-packages/xen/xend/server/SrvServer.py",
line 99, 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 38, in __init__
self.xd = XendDomain.instance()
File "/usr/lib/python2.4/site-packages/xen/xend/XendDomain.py", line
586, in instance
inst = XendDomain()
File "/usr/lib/python2.4/site-packages/xen/xend/XendDomain.py", line
66, in __init__
self.dom0_setup()
File "/usr/lib/python2.4/site-packages/xen/xend/XendDomain.py", line
131, in dom0_setup
dom0 = self.domains[PRIV_DOMAIN]
KeyError: 0
next prev parent reply other threads:[~2005-10-10 12:39 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-10-10 10:38 -unstable Ian Pratt
2005-10-10 12:39 ` Chris Bainbridge [this message]
2005-10-10 14:11 ` -unstable Charles Duffy
2005-10-10 14:54 ` -unstable Keir Fraser
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=623652d50510100539s2d20f458r@mail.gmail.com \
--to=chris.bainbridge@gmail.com \
--cc=m+Ian.Pratt@cl.cam.ac.uk \
--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.