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

[Xen-users] install prob - TypeError: destroyDevice() takes exactly 3 ar

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] install prob - TypeError: destroyDevice() takes exactly 3 arguments (2 given)
From: javajunkie <javajunkie@xxxxxxxxxx>
Date: Mon, 22 Jan 2007 01:01:30 +0900
Delivery-date: Sun, 21 Jan 2007 08:01:32 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
trying to install an XP guest I recieved:

/local/domain/0/backend/vif/4/0/hotplug-status.

[2007-01-22 00:47:53 xend 3598] ERROR (SrvBase:88) Request wait_for_devices 
failed.
Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/xen/web/SrvBase.py", line 85, in 
perform
    return op_method(op, req)
  File "/usr/lib/python2.4/site-packages/xen/xend/server/SrvDomain.py", line 
72, in op_wait_for_devices
    return self.dom.waitForDevices()
  File "/usr/lib/python2.4/site-packages/xen/xend/XendDomainInfo.py", line 
1607, in waitForDevices
    self.waitForDevices_(c)
  File "/usr/lib/python2.4/site-packages/xen/xend/XendDomainInfo.py", line 
1101, in waitForDevices_
    return self.getDeviceController(deviceClass).waitForDevices()
  File "/usr/lib/python2.4/site-packages/xen/xend/server/DevController.py", 
line 145, in waitForDevices
    return map(self.waitForDevice, self.deviceIDs())
  File "/usr/lib/python2.4/site-packages/xen/xend/server/DevController.py", 
line 154, in waitForDevice
    self.destroyDevice(devid)
TypeError: destroyDevice() takes exactly 3 arguments (2 given)

any ideas what this could be or how to work around it?

fully virtualized
disk image 
installing from cd
hardware reported to support vt

kernel-xen-2.6.19-1.2895.fc6
python-virtinst-0.98.0-1.fc6
libvirt-0.1.10-1.fc6
virt-manager-0.2.6-3.fc6
libvirt-python-0.1.10-1.fc6

Thanks,

Shawn



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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] install prob - TypeError: destroyDevice() takes exactly 3 arguments (2 given), javajunkie <=