Bug ID 1176245
Summary Qemu-bridge-helper: No such file or directory
Classification openSUSE
Product openSUSE Tumbleweed
Version Current
Hardware Other
OS Other
Status NEW
Severity Normal
Priority P5 - None
Component Virtualization:Tools
Assignee virt-bugs@suse.de
Reporter michiel@nexigon.net
QA Contact qa-bugs@suse.de
Found By ---
Blocker ---

Currently running TW 20200905

When starting a VM that ran just fine, now it won't start and displays
following error:

Fout bij starten van domein: '/usr/lib/qemu-bridge-helper' is not a suitable
bridge helper: No such file or directory

Traceback (most recent call last):
  File "/usr/share/virt-manager/virtManager/asyncjob.py", line 75, in
cb_wrapper
    callback(asyncjob, *args, **kwargs)
  File "/usr/share/virt-manager/virtManager/asyncjob.py", line 111, in tmpcb
    callback(*args, **kwargs)
  File "/usr/share/virt-manager/virtManager/object/libvirtobject.py", line 66,
in newfn
    ret = fn(self, *args, **kwargs)
  File "/usr/share/virt-manager/virtManager/object/domain.py", line 1281, in
startup
    self._backend.create()
  File "/usr/lib64/python3.8/site-packages/libvirt.py", line 1234, in create
    if ret == -1: raise libvirtError ('virDomainCreate() failed', dom=self)
libvirt.libvirtError: '/usr/lib/qemu-bridge-helper' is not a suitable bridge
helper: No such file or directory

This probably has to do with the change of path to libexec:
https://lists.opensuse.org/opensuse-factory/2020-08/msg00226.html

rpm -qf /usr/libexec/qemu-bridge-helper 
qemu-tools-5.1.0-3.1.x86_64
So I guess it belongs virtualization tools

For the moment I created a symbolic link and it's running again:
sudo ln -s /usr/libexec/qemu-bridge-helper /usr/lib/qemu-bridge-helper


You are receiving this mail because: