環境:ubuntu15.10
lxcをlibvirtと結び付けたい。
インストールしたパッケージ
#apt-get -y install libvert-bin lxc #systemctl status libvirt-bin
以下ログ(/var/log/libvirt/には何もログはありませんでした。)
systemctl status libvirt-bin ● libvirt-bin.service - Virtualization daemon Loaded: loaded (/lib/systemd/system/libvirt-bin.service; enabled; vendor preset: enabled) Active: failed (Result: start-limit) since Mon 2016-02-01 16:50:14 JST; 2h 45min ago Docs: man:libvirtd(8) http://libvirt.org Process: 2134 ExecStart=/usr/sbin/libvirtd $LIBVIRTD_ARGS (code=exited, status=1/FAILURE) Main PID: 2134 (code=exited, status=1/FAILURE) Feb 01 16:50:14 host systemd[1]: Failed to start Virtualization daemon. Feb 01 16:50:14 host systemd[1]: libvirt-bin.service: Unit entered failed state. Feb 01 16:50:14 host systemd[1]: libvirt-bin.service: Failed with result 'exit-code'. Feb 01 16:50:14 host systemd[1]: libvirt-bin.service: Service hold-off time over, scheduling restart. Feb 01 16:50:14 host systemd[1]: Stopped Virtualization daemon. Feb 01 16:50:14 host systemd[1]: libvirt-bin.service: Start request repeated too quickly. Feb 01 16:50:14 host systemd[1]: Failed to start Virtualization daemon. Feb 01 16:50:14 host systemd[1]: libvirt-bin.service: Unit entered failed state. Feb 01 16:50:14 host systemd[1]: libvirt-bin.service: Failed with result 'start-limit'.
デーモンが失敗していると書いてありますが、ある程度はlibvirtについて調べましたが正直何が何だかわかっていません。
lxcと結び付けるコマンドvirsh -c lxc:///
とやりましたが、
#virsh -c lxc:/// setlocale: No such file or directory error: failed to connect to the hypervisor error: Failed to connect socket to '/var/run/libvirt/libvirt-sock': No such file or directory
見つからないといわれたので作りました。
#mkdir /var/run/libvirt #touch /var/run/libvirt/libvirt-sock #virsh -c lxc:/// setlocale: No such file or directory error: failed to connect to the hypervisor error: Failed to connect socket to '/var/run/libvirt/libvirt-sock': No such file or directory
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。