<HTML><BODY>libvirtd can't start:<br><br>Jun  1 23:25:22 shome libvirtd[1936]: libvirt version: 1.2.9, package: 9+deb8u4 (buildd 2017-03-29-21:11:06 binet)<br>Jun  1 23:25:22 shome libvirtd[1936]: Unable to initialize audit layer: Отказано в доступе<br>Jun  1 23:25:22 shome kernel: [   29.187281] audit: type=1400 audit(1527884722.116:9): apparmor="DENIED" operation="create" profile="/usr/sbin/libvirtd" pid=1936 comm="libvirtd" family="netlink" sock_type="raw" protocol=9 requested_mask="create" denied_mask="create"<br>Jun  1 23:25:22 shome libvirtd[1936]: cannot connect to netlink socket with protocol 0: Отказано в доступе<br>Jun  1 23:25:22 shome kernel: [   29.689092] audit: type=1400 audit(1527884722.795:10): apparmor="DENIED" operation="create" profile="/<br>usr/sbin/libvirtd" pid=1936 comm="libvirtd" family="netlink" sock_type="raw" protocol=0 requested_mask="create" denied_mask="create"<br>Jun  1 23:25:23 shome systemd[1]: libvirtd.service: main process exited, code=exited, status=6/NOTCONFIGURED<br>Jun  1 23:25:23 shome systemd[1]: Failed to start Virtualization daemon.<br>Jun  1 23:25:23 shome systemd[1]: Unit libvirtd.service entered failed state.<br>Jun  1 23:25:23 shome systemd[1]: Starting Suspend Active Libvirt Guests...<br>Jun  1 23:25:23 shome systemd[1]: Started Suspend Active Libvirt Guests.<br>Jun  1 23:25:23 shome systemd[1]: libvirtd.service holdoff time over, scheduling restart.<br>Jun  1 23:25:23 shome systemd[1]: Stopping Virtualization daemon...<br><br>fixed by add in to file /etc/apparmor.d/usr.sbin.libvirtd at line 39<br>///<br>diff -au ./usr.sbin.libvirtd.old ./usr.sbin.libvirtd.new<br>--- ./usr.sbin.libvirtd.old     2018-03-12 20:11:00.000000000 +0200<br>+++ ./usr.sbin.libvirtd.new     2018-06-02 01:28:10.000000000 +0300<br>@@ -36,6 +36,7 @@<br>   network inet6 dgram,<br>   network packet dgram,<br>   network packet raw,<br>+  network netlink raw,<br><br>   # Very lenient profile for libvirtd since we want to first focus on confining<br>   # the guests. Guests will have a very restricted profile.<br>///<br><br></BODY></HTML>