Displaying 3 results from an estimated 3 matches for "virinterface".
Did you mean:
rinterface
2014 Mar 12
2
libvirtError: this function is not supported by the connection driver: virInterfaceDefineXML
...back (most recent call
last)/home/saju/<ipython-input-96-0536ffe3fa23> in <module>()----> 1
conn.interfaceDefineXML(br1xml,0)
/usr/lib/python2.7/dist-packages/libvirt.pyc in
interfaceDefineXML(self, xml, flags) 2750 libvirtd. """
2751 ret = libvirtmod.virInterfaceDefineXML(self._o, xml,
flags)-> 2752 if ret is None:raise
libvirtError('virInterfaceDefineXML() failed', conn=self) 2753
__tmp = virInterface(self, _obj=ret) 2754 return __tmp
libvirtError: this function is not supported by the connection driver:
virInterfaceDefineX...
2012 Jul 20
1
VM dies with error regarding "virConnectNumOfInterfaces"
Hi!
I ran into a problem using a USB device and was wondering if
you could help me.
I'm running a Win XP SP3 in a VM with libvirt on a Xubuntu 11.10.
I configured it to talk to several USB devices.
With one particular device (a Phonak Compilot[1], admittedly a probably
rather unusual device), the VM dies with the following error in the
libvirtd.log:
2012-07-20 21:04:19.591+0000: 1282:
2014 Mar 12
0
Re: [libvirt] libvirtError: this function is not supported by the connection driver: virInterfaceDefineXML
...aju/<ipython-input-96-0536ffe3fa23> in<module>()
> ----> 1 conn.interfaceDefineXML(br1xml,0)
>
> /usr/lib/python2.7/dist-packages/libvirt.pyc ininterfaceDefineXML(self, xml, flags)
> 2750 libvirtd. """
> 2751 ret= libvirtmod.virInterfaceDefineXML(self._o, xml, flags)
> -> 2752 if retis None:raise libvirtError('virInterfaceDefineXML() failed', conn=self)
> 2753 __tmp= virInterface(self, _obj=ret)
> 2754 return __tmp
>
> libvirtError: this function is not supported...