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

[Xen-devel] KeyError: 'use_tmp_kernel' with -unstable

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] KeyError: 'use_tmp_kernel' with -unstable
From: Jun Koi <junkoi2004@xxxxxxxxx>
Date: Fri, 24 Jul 2009 19:58:17 +0900
Delivery-date: Fri, 24 Jul 2009 03:59:17 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:message-id :subject:to:content-type:content-transfer-encoding; bh=T05ZNMZUtnWvACM6hTFquSGuFdjeIgwBHesw2gLLFWA=; b=bfwVlNgKyIisW3qpI5fL95xFx0mdeDtmmRwoPghhN3gp3IEl12EOGBhcJ2o/WbqLbn KPYnPsx4E5yllIjqNOslg5LyLckwuEgS4ThevatTzz94oTvsiFmoJ8rKiZYy04HMVPx4 K8WSxVWojblvhifNrpu05XEdxH3FwVxeVOQAM=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type :content-transfer-encoding; b=fc+b7RtF6AiGJSaDLoemhV9iStqHuHrg5dfq9LQFZQ1R6PMP4cNGHvdKTtcc28eo2r eNa6HONqDpOWN8YkRibwimAbAVLf3NJFROGYGItN75Ssz+IoQl3IoGWvY9EUOX4TpRup o36TFhtAnU4HXRQ5xghYghJ5d4/OeKnYVEmPM=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi,

The latest -unstable tree has following error when starting xend

This is on Ubuntu 9.04, Python 2.6.2

Any suggestion to fix this?

Thanks,
J

# cat /var/log/xen/xend.log
....
ERROR (SrvDaemon:349) Exception starting xend ('use_tmp_kernel')
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 251, 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 1015, in instance
    inst.save()
  File "/usr/local/lib/python2.6/dist-packages/xen/xend/XendNode.py",
line 485, in save
    self.save_networks()
  File "/usr/local/lib/python2.6/dist-packages/xen/xend/XendNode.py",
line 500, in save_networks
    for network_uuid in XendNetwork.get_all()])
  File "/usr/local/lib/python2.6/dist-packages/xen/xend/XendBase.py",
line 102, in get_record
    for key in keys])
  File "/usr/local/lib/python2.6/dist-packages/xen/xend/XendNetwork.py",
line 196, in get_VIFs
    vms = XendDomain.instance().get_all_vms()
  File "/usr/local/lib/python2.6/dist-packages/xen/xend/XendDomain.py",
line 1739, in instance
    inst.init()
  File "/usr/local/lib/python2.6/dist-packages/xen/xend/XendDomain.py",
line 123, in init
    dom0 = XendDomainInfo.recreate(dom0info, True)
  File "/usr/local/lib/python2.6/dist-packages/xen/xend/XendDomainInfo.py",
line 206, in recreate
    vm.image = image.create(vm, vm.info)
  File "/usr/local/lib/python2.6/dist-packages/xen/xend/image.py",
line 66, in create
    return findImageHandlerClass(vmConfig)(vm, vmConfig)
  File "/usr/local/lib/python2.6/dist-packages/xen/xend/image.py",
line 98, in __init__
    self.configure(vmConfig)
  File "/usr/local/lib/python2.6/dist-packages/xen/xend/image.py",
line 680, in configure
    ImageHandler.configure(self, vmConfig)
  File "/usr/local/lib/python2.6/dist-packages/xen/xend/image.py",
line 111, in configure
    if vmConfig['use_tmp_kernel']:
KeyError: 'use_tmp_kernel'

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

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