|
|
|
|
|
|
|
|
|
|
xen-users
RE: [Xen-users] Network problem
Hi Fajar,
I have tried changing that but it still comes up with the same error
after hanging for a few mins.
I have also checked udev is running and the only error in the log that i
can see is
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/xen/xend/XendDomainInfo.py",
line 2228, in _releaseDevices
self.destroyDevice(true_devclass, dev, False);
File "/usr/lib/python2.5/site-packages/xen/xend/XendDomainInfo.py",
line 1148, in destroyDevice
rc = self.getDeviceController(deviceClass).destroyDevice(devid,
force)
File "/usr/lib/python2.5/site-packages/xen/xend/XendDomainInfo.py",
line 2249, in getDeviceController
raise XendError("Unknown device type: %s" % name)
XendError: Unknown device type: None
Not sure if that means anything to you?
Thanks
Ian
-----Original Message-----
From: Fajar A. Nugraha [mailto:fajar@xxxxxxxxx]
Sent: 18 January 2010 09:48
To: Ian Tobin
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] Network problem
On Mon, Jan 18, 2010 at 4:40 PM, Ian Tobin <itobin@xxxxxxxxxxxxx> wrote:
> Hi,
> Im having a problem starting the domUs
> Error: Device 0 (vif) could not be connected. Hotplug scripts not
working.
> vif = [ 'type=ioemu, bridge=xenbr0' ]
try changing this to
vif = [ 'bridge=xenbr0' ]
also check whether udev is running, and the logs on
/var/log/xen/xend.log
--
Fajar
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|