Ubuntu 11.10は新しいカーネルを使用するため、仮想化を適切にサポートすることは非常に困難です。
VirtualBoxはubuntu 11.10のゲストの追加をサポートしていないため、ubuntuのデスクトップやウィンドウとの間でコピーすることはできません。
代わりに、virt-managerは起動時にエラーを返します。
Unable to open a connection to the libvirt management daemon.
Libvirt URI is: qemu:///system
Verify that:
- The 'libvirt-bin' package is installed
- The 'libvirtd' daemon has been started
- You are member of the 'libvirtd' group
unable to connect to '/var/run/libvirt/libvirt-sock', libvirtd may need to be started: Permission denied
Traceback (most recent call last):
File "/usr/share/virt-manager/virtManager/connection.py", line 1146, in _open_thread
self.vmm = self._try_open()
File "/usr/share/virt-manager/virtManager/connection.py", line 1130, 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: unable to connect to '/var/run/libvirt/libvirt-sock', libvirtd may need to be started: Permission denied
この問題は、virt-managerをrootとして実行することで解決しますが、私はそれが好きではありません。ユーザーとしてVirt-Managerを実行する権限を変更するにはどうすればよいですか?
Ubuntu 11.10にゲスト追加機能をインストールする方法はありますか?