[Bug 1176245] New: Qemu-bridge-helper: No such file or directory
http://bugzilla.opensuse.org/show_bug.cgi?id=1176245 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: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1176245 http://bugzilla.opensuse.org/show_bug.cgi?id=1176245#c1 James Fehlig <jfehlig@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |brogers@suse.com, | |jfehlig@suse.com, | |michiel@nexigon.net Assignee|virt-bugs@suse.de |jfehlig@suse.com Flags| |needinfo?(michiel@nexigon.n | |et) --- Comment #1 from James Fehlig <jfehlig@suse.com> --- A new libvirt was accepted to Factory on Sep 6 that probes qemu-tools to find the location of qemu-bridge-helper, qemu-pr-helper, etc. Can you see if the latest Factory libvirt package fixes the issue? -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1176245 http://bugzilla.opensuse.org/show_bug.cgi?id=1176245#c2 Michiel Janssens <michiel@nexigon.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(michiel@nexigon.n | |et) | --- Comment #2 from Michiel Janssens <michiel@nexigon.net> --- Hi James, Snapshot 20200906 just came in with the upgrade to libvirt 6.7.0. Did the upgrade and qemu-bridge-helper is found again. Before this upgrade I deleted the symbolic link of course. So it's working fine again. Thanks. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1176245 http://bugzilla.opensuse.org/show_bug.cgi?id=1176245#c3 James Fehlig <jfehlig@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #3 from James Fehlig <jfehlig@suse.com> --- Good to hear. Thanks for checking! -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com