Virt-manager qemu does not work. various errors

Hi,
I tried to use qemu and virtmanager on ROME.
First I get the error when creating a new virtual machine that KVM is not found.
I run

lsmod | grep kvm

And it is loaded.
Second I tried to create a new virtual machine amid the previous warning and it fails in network configuration step:


Traceback (most recent call last):
  File "/usr/share/virt-manager/virtManager/device/netlist.py", line 208, in _check_network_is_running
    netobj.start()
  File "/usr/share/virt-manager/virtManager/object/libvirtobject.py", line 57, in newfn
    ret = fn(self, *args, **kwargs)
          ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/share/virt-manager/virtManager/object/network.py", line 69, in start
    self._backend.create()
  File "/usr/lib64/python3.11/site-packages/libvirt.py", line 3569, in create
    raise libvirtError('virNetworkCreate() failed')
libvirt.libvirtError: Kann 'tc' im Pfad nicht finden: Datei oder Verzeichnis nicht gefunden

I have nothing set on my computer to German. I have no idea why it gives me german error messages!
has anyone recently installed open mandriva ROME and used qemu on it? If so, please share your steps. How did you make it work. Thanks in advance.

1 Like

This was the solution:

I ran:


    sudo dnf install virt-manager qemu qemu-kvm iproute2-tc
2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.