Instalei o virt-manager 1.3.2 no Mac OS X 10.11.5 via homebrew. Quando tento conectar-me ao meu daemon libvirtd remoto, rodando em uma máquina diferente em 192.168.1.70, não consigo me conectar. No entanto, quando tento conectar a mesma libvirtd de uma VM VMware que executa o Ubuntu no mesmo Mac, tudo funciona bem. Aqui está a mensagem de erro que recebo do virt-manager no Mac OS:
Unable to connect to libvirt.
An error occurred, but the cause is unknown
Verify that the 'libvirtd' daemon is running
on the remote host.
Libvirt URI is: qemu+ssh://[email protected]:1705/system?socket=/var/run/libvirt/system
Traceback (most recent call last):
File "/usr/local/Cellar/virt-manager/1.3.2/libexec/share/virt-manager/virtManager/connection.py", line 903, in _do_open
self._backend.open(self._do_creds_password)
File "/usr/local/Cellar/virt-manager/1.3.2/libexec/share/virt-manager/virtinst/connection.py", line 148, in open
open_flags)
File "/usr/local/Cellar/virt-manager/1.3.2/libexec/vendor/lib/python2.7/site-packages/libvirt.py", line 105, in openAuth
if ret is None:raise libvirtError('virConnectOpenAuth() failed')
libvirtError: An error occurred, but the cause is unknown