Displaying 4 results from an estimated 4 matches for "virinterfacedefinexml".
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:
virInterfaceDefineXML
R...
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 by the c...
2017 Nov 07
1
this function is not supported by the connection driver: virInterfaceDefineXML
...problems trying to define a bridge on Ubuntu 16.04, using libvirt 3.4.0.
When I try to do:
root@ubuntu-180:/tmp# virsh iface-define iface-testbr1.xml
I get the following error:
error: Failed to define interface from iface-testbr1.xml
error: this function is not supported by the connection driver: virInterfaceDefineXML
What can i do to make this function works normally? THX.
The xml file as:
<interface type='bridge' name='testbr1'>
<mtu size='1500'/>
<bridge stp='on' delay='1500'>
<interface type='ethernet' name='enp9s0'>...
2012 Aug 16
0
error: virsh not could create bridge interface
...6:50 virsh 10895] ERROR internal error could not get
interface XML description: XSLT transformation failed - runtime error:
file /usr/share/netcf/xml/initscripts-get.xsl line 196 element node
this is some debug log from /var/log/libvirt/libvirtd.log:
2012-08-16 08:54:25.724+0000: 11526: debug :
virInterfaceDefineXML:10794 : conn=0x7f963c0009c0, xml=<?xml
version="1.0"?>
<interface type="bridge" name="br0">
<start mode="onboot"/>
<protocol family="ipv4">
<ip address="118.123.12.65" prefix="25"/>
<...