You are not logged in.

#1 2011-01-05 11:02:24

sloppyperfectionist
Member
From: Graz, Austria
Registered: 2011-01-05
Posts: 8
Website

[SOLVED] Can't start virtual machine using libvirt and virt-manager

Hi everyone!

After updating to libvirt 0.8.7 I can't start my guest machine (it's Fedora 14), that worked flawlessly so far.

When I try to boot the machine from virt-manager (with libvirtd running and kvm and kvm-intel modules loaded, of course) I get the following error:

Traceback (most recent call last):
  File "/usr/share/virt-manager/virtManager/engine.py", line 878, in run_domain
    vm.startup()
  File "/usr/share/virt-manager/virtManager/domain.py", line 1321, in startup
    self._backend.create()
  File "/usr/lib/python2.7/site-packages/libvirt.py", line 330, in create
    if ret == -1: raise libvirtError ('virDomainCreate() failed', dom=self)
libvirtError: Interner Fehler Network 'default' is not active.

Something tells me that this should be relatively easy to fix, but I can't find a solution.

Thanks in advance for any helpful information.

hp

Last edited by sloppyperfectionist (2011-01-07 10:14:04)

Offline

#2 2011-01-07 01:06:08

danno99
Member
Registered: 2011-01-07
Posts: 1

Re: [SOLVED] Can't start virtual machine using libvirt and virt-manager

I had the same problem.  Looks like there is a missing dependency on iproute.

pacman -S iproute did the trick for me.

Cheers,

Dan

Offline

#3 2011-01-07 10:10:29

sloppyperfectionist
Member
From: Graz, Austria
Registered: 2011-01-05
Posts: 8
Website

Re: [SOLVED] Can't start virtual machine using libvirt and virt-manager

That fixes it, everything works as expected now.

Thank you for your help Dan!

hp

Offline

Board footer

Powered by FluxBB