From 33fb9fe619a9f3d4703989235431bb60ce6469f3 Mon Sep 17 00:00:00 2001 From: Timo Derstappen Date: Thu, 12 May 2016 10:29:45 +0200 Subject: [PATCH] libvirt daemon error on arch the virtlogd.socket is not started with the libvirtd daemon. if you enable the libvirtd.service it is linked and started on the next reboot --- docs/getting-started-guides/libvirt-coreos.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/getting-started-guides/libvirt-coreos.md b/docs/getting-started-guides/libvirt-coreos.md index ac2ada1c1b..29ababb583 100644 --- a/docs/getting-started-guides/libvirt-coreos.md +++ b/docs/getting-started-guides/libvirt-coreos.md @@ -280,9 +280,11 @@ Start the libvirt daemon On Arch: ```shell -systemctl start libvirtd +systemctl start libvirtd virtlogd.socket ``` +The `virtlogd.socket` is not started with the libvirtd daemon. If you enable the `libvirtd.service` it is linked and started automatically on the next boot. + On Ubuntu 14.04: ```shell