Hi all,
When I try to connect to a remote KVM host from my CentOS workstation (both are CentOS 7.1 fully patched) using virt-manager (ssh+qemu), the following error is displayed:
Error launching connect dialogue: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Avahi was not provided by any .service files
Traceback (most recent call last): File "/usr/share/virt-manager/virtManager/engine.py", line 714, in _do_show_connect self._get_connect_dialog().show(src.topwin, reset_state) File "/usr/share/virt-manager/virtManager/connect.py", line 143, in show self.start_browse() File "/usr/share/virt-manager/virtManager/connect.py", line 273, in start_browse service, domain, flags) File "/usr/lib64/python2.7/site-packages/gi/overrides/Gio.py", line 171, in __call__ None) GError: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Avahi was not provided by any .service files
Searching about this error, I have found this patch:
https://www.redhat.com/archives/virt-tools-list/2014-December/msg00165.html
But applying this solution doesn't resolves the problem.
Any idea why?