Comment 2 for bug 1431107

Revision history for this message
Martin Pitt (pitti) wrote : Re: AppArmor often fails to start when booting Kubuntu Vivid x64 system with systemd

Indeed your dmesg shows that apparmor loads its profiles before the file system gets mounted r/w. Can you please confirm that

  systemctl show --no-pager -p After apparmor

includes "local-fs.target"? Does

  systemctl list-dependencies local-fs.target

includes "systemd-remount-fs.service"?

If all that is true, can you please boot with "debug" (in the grub "linux" command line), then do

  journalctl -ab > /tmp/debug.txt

and attach /tmp/debug.txt here?