(virt-manager:4796): 클라이언트가 D-BUS 데몬에 연결할 수 없습니다/libvirt에 연결할 수 없습니다

(virt-manager:4796): 클라이언트가 D-BUS 데몬에 연결할 수 없습니다/libvirt에 연결할 수 없습니다

Debian Wheezy를 실행하는 동안 kvm 또는 xen을 사용하여 Windows 8을 시작하고 실행하고 싶습니다. 저는 실제로 외부 USB 디스크에 Windows 8을 설치하고 SATA 하드 드라이브에 Debian Wheezy를 설치했습니다. 가상 머신 관리자를 사용하려고 합니다. 문제는 내가 그것을 작동시킬 수 없다는 것입니다. 사실 저는 다음과 같이 두 가지 다른 방법으로 실행해 보았습니다.

root@localhost:/home/marietto# virt-manager --no-fork

p11-kit: invalid config filename, will be ignored in the future: /etc/pkcs11/modules/gnome-keyring-module
/usr/share/virt-manager/virt-manager.py:306: DeprecationWarning: Importing dbus.glib to use the GLib main loop with dbus-python is deprecated.
Instead, use this sequence:

from dbus.mainloop.glib import DBusGMainLoop

DBusGMainLoop(set_as_default=True)

import dbus.glib

(virt-manager:4796): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.

이와 같이:

marietto@localhost:~$ virt-manager --no-fork

Unable to connect to libvirt.

Verify that the 'libvirtd' daemon is running.

Libvirt URI is: qemu:///system

Traceback (most recent call last):
File "/usr/share/virt-manager/virtManager/connection.py", line 1185, in _open_thread
self.vmm = self._try_open()
File "/usr/share/virt-manager/virtManager/connection.py", line 1167, in _try_open
flags)
File "/usr/lib/python2.7/dist-packages/libvirt.py", line 102, in openAuth
if ret is None:raise libvirtError('virConnectOpenAuth() failed')
libvirtError: Failed to connect socket to '/var/run/libvirt/libvirt-sock': File o directory non esistente

그러나 이것은 두 경우 모두 작동하지 않습니다. 문제를 해결하기 위한 몇 가지 제안을 해주실 수 있나요? 감사해요.

관련 정보