| All,
I am attempting to install Xen3.0 following the WiKi howto's
for 'Xen 3.0.x on Debian Sarge' (Dom0) and
'Debian Sarge on Xen' (DomU):
  Dom0: http://mark.foster.cc/wiki/index.php/Xen_3.0.x_on_Debian_Sarge
  DomU: http://mark.foster.cc/wiki/index.php/Debian_Sarge_on_Xen
I've got Debian installed just fine and Domain0 up and running.
When I try to create my first DomainU domain - it fails with the following
error message:
xen1:~#  xm create vm01.cfg -c
Using config file "/etc/xen/vm01.cfg".
Error: Device 0 (vif) could not be connected. Hotplug scripts not working.
xen:!#
I've seen another thread with a similiar problem - but I didn't
see a resolution to this problem.  Any ideas what's gone wrong?
Here's a snippet from the xend.log if it helps:
...
[2005-12-21 01:30:17 xend] DEBUG (DevController:133) Waiting for devices vif.
[2005-12-21 01:30:17 xend] DEBUG (DevController:139) Waiting for 0.
[2005-12-21 01:30:17 xend] DEBUG (DevController:409)
hotplugStatusCallback /local/domain/0/backend/vif/1/0/hotplug-status.
[2005-12-21 01:30:27 xend] ERROR (SrvBase:87) Request wait_for_devices failed.
Traceback (most recent call last):
  File "/usr/lib/python/xen/web/SrvBase.py", line 85, in perform
    return op_method(op, req)
  File "/usr/lib/python/xen/xend/server/SrvDomain.py", line 72, in
op_wait_for_devices
    return self.dom.waitForDevices()
  File "/usr/lib/python/xen/xend/XendDomainInfo.py", line 1343, in
waitForDevices
    self.waitForDevices_(c)
  File "/usr/lib/python/xen/xend/XendDomainInfo.py", line 971, in
waitForDevices_
    return self.getDeviceController(deviceClass).waitForDevices()
  File "/usr/lib/python/xen/xend/server/DevController.py", line 135,
in waitForDevices
    return map(self.waitForDevice, self.deviceIDs())
  File "/usr/lib/python/xen/xend/server/DevController.py", line 145,
in waitForDevice
    raise VmError("Device %s (%s) could not be connected. "
VmError: Device 0 (vif) could not be connected. Hotplug scripts not working.
...
I've attached both the xend.log and the xend.debug.log and the
vm01.cfg file as defined in the above WiKi.
Any insights into what's gone wrong would be appreciated.  If more
info is required - just let me know what will help diagnoset he problem.
Thanx,
   _Mike_
--
Michael Walker
mwalker@xxxxxxxx
 xend.log Description: Text Data
  xend-debug.log Description: Text Data
  vm01.cfg Description: Binary data
 _______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users |