Hi,

so I'm getting the feeling that we ought to turn this bug into one for
enhancing the transparancy of errors.  Too many errors are mis-reported
by this line.

For your particular case, could we try an experiment?  Please install
strace on the compute host, and edit /usr/bin/kvm-spice to read:

#!/bin/sh
exec strace -f -o/run/hugepages/kvm/libvirt/qemu/strace-qemu.out 
qemu-system-x86_64 -enable-kvm "$@"

Make sure the directory exists,

sudo mkdir -p /run/hugepages/kvm/libvirt/qemu/

Then try running the vm, then attach /run/hugepages/kvm/libvirt/qemu
/strace-qemu.out here.

(I'm abusing the hugepages directory to make sure apparmor does not
prevent strace from writing to it)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1384532

Title:
  Unable to set AppArmor profile for /usr/bin/kvm-spice

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1384532/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to