From 22f096d94f2480a678c388cb2d8eff91425ed13d Mon Sep 17 00:00:00 2001 From: Silvio Moioli Date: Mon, 27 Jun 2016 17:30:17 +0200 Subject: README: add documentation for known problem --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 91fd3c16..ce1a052f 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,8 @@ go test ./... ``` It is probably related and fixed in libvirt 1.3.3 (already available in openSUSE Tumbleweed). +* On Ubuntu distros SELinux is enforced by qemu even if it is disabled globally, this might cause unexpected `Could not open '/var/lib/libvirt/images/': Permission denied` errors. Double check that `security_driver = "none"` is uncommented in `/etc/libvirt/qemu.conf` and issue `sudo systemctl restart libvirt-bin` to restart the daemon. + ## Author * Duncan Mac-Vicar P. -- cgit v1.2.3