[libvirt-users] virsh iface-list () - function is not supported

Osier Yang jyang at redhat.com
Mon Jul 9 14:20:49 UTC 2012


On 2012年07月09日 18:04, Ananth wrote:
> Hi,
> Thanks for the inputs. I was able to resolve all dependencies and
> compile libvirt-0.9.8 successfully. I am able to see the newly built
> virsh tool inside /opt/libvirt/bin/virsh. But I am unable to start the
> newly compiled service. My service is available in
> /opt/libvirt/bin/libvirtd since i compiled with option ./configre
> --with-netcf --prefix=/opt/libvirt.
>
> I already had libvirt-0.9.4 installed in the system. So I stopped the
> libvirtd service and started the service from
> /opt/libvirt/sbin/libvirtd. I can see the below error message.
>
> [root at CENTOS-BAY3 sbin]# ./libvirtd start
> 2012-07-09 09:48:12.576+0000: 12149: info : libvirt version: 0.9.8
> 2012-07-09 09:48:12.576+0000: 12149: error :
> networkCheckRouteCollision:1655 : internal error Network is already in
> use by interface virbr0

It should be caused by the default network is not destroyed.
And the bridge virbr0 is still working. (It's the right way
from my p.o,v, as you won't want to break the network of the
running guests even libvirtd is stopped). You can destroy the
default network before stopping libvirtd:

# virsh net-destroy default

Regards,
Osier




More information about the libvirt-users mailing list