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-devel

Re: [Xen-devel] -unstable

To: Ian Pratt <m+Ian.Pratt@xxxxxxxxxxxx>
Subject: Re: [Xen-devel] -unstable
From: Chris Bainbridge <chris.bainbridge@xxxxxxxxx>
Date: Mon, 10 Oct 2005 13:39:33 +0100
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Mon, 10 Oct 2005 12:36:58 +0000
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ShgQtzQ9kMAzJgInoxcuEa+sm+vAqnrWYu0BVT0IyhLBrT1ukBQPC27vA3V4i410xB/jjpO+TcVCT4Mf2HXzIMYxEL5bWCIE7H/g5cLNMsH2rwpwCpu6aTblEkS4LX8C+fH5WIbD1GW1wSr95LzVOMcDgWiSRoZb5EsYVIRD6iY=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <A95E2296287EAD4EB592B5DEEFCE0E9D32E28C@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <A95E2296287EAD4EB592B5DEEFCE0E9D32E28C@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
On 10/10/05, Ian Pratt <m+Ian.Pratt@xxxxxxxxxxxx> 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

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

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