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] VmError: Device 0 not connected

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] VmError: Device 0 not connected
From: "Nathan Widmyer" <lighthousej@xxxxxxxxx>
Date: Mon, 23 Jul 2007 20:27:03 -0400
Delivery-date: Mon, 23 Jul 2007 17:24:56 -0700
Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=H8/vmWF60mJHPA4sRXGqLHIxehzcpVGGRWkJtD7XP7NFeTzCdxFSTXr0H2GGoFDPGUgWTZfOTYWtNTS1G8hsRIawqpKWnx8UWjr3HVLGW+16EB5awHk6bAexDBugQkG5Q5nkg/HUskNoC+rc3bKh3s04gYsA/aCSjZHwqSEOlUI=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=HMKzAkP5lBX6eqN22Jioa9JLkewii/C6hbmFcePRg/y7HWG3jA9NtNvx+3sZKi+9ZlmdF6KvsZXMC3GA/UfXsb1cD28o74gfj1/hC4X3I2NUw2PUpX6sPX/qoOpg0S4MWbuOaqDrGufDm2Yw1hLlnCyAeXXBiORT/OzM11HgnKg=
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
I keep on getting the following entries in the xend.log file and it's drowning out the important messages:

[2007-07-23 14:58:28 2931] ERROR (XendConfig:909) dumping sxp from device controllers
Traceback (most recent call last):
  File "/usr/lib64/python2.5/site-packages/xen/xend/XendConfig.py", line 895, in to_sxp
    configs = controller.configurations(txn)
  File "/usr/lib64/python2.5/site-packages/xen/xend/server/DevController.py", line 229, in configurations
    return map(lambda x: self.configuration(x, transaction), self.deviceIDs(transaction))
  File "/usr/lib64/python2.5/site-packages/xen/xend/server/DevController.py", line 229, in <lambda>
    return map(lambda x: self.configuration(x, transaction), self.deviceIDs(transaction))
  File "/usr/lib64/python2.5/site-packages/xen/xend/server/DevController.py", line 236, in configuration
    configDict = self.getDeviceConfiguration (devid, transaction)
  File "/usr/lib64/python2.5/site-packages/xen/xend/server/DevController.py", line 273, in getDeviceConfiguration
    raise VmError("Device %s not connected" % devid)
VmError: Device 0 not connected


I tried to poke around to figure out the problem but it's too complex and I don't have the time to figure it all out.  Has anybody else BTDT and can help me out with this?

I'd really appreciate any help,
Nathan
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] VmError: Device 0 not connected, Nathan Widmyer <=