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.