starting kvm guest with disk file in /etc fails with apparmor error 'could not remove profile'
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
libvirt (Ubuntu) |
Fix Released
|
Medium
|
Jamie Strandboge |
Bug Description
This may be related to bugs #448671, and #496163. syslog looks similar... Ask if you need it or some other log/config...
On a fresh installation of Ubuntu Server 9.10 I've created a KVM instance using ubuntu-vm-builder. I then run 'define' and 'start' in virsh, successfully starting the virtual server.
I then added another bridge on the KVM-Host and added an interface to the KVM-Guest. It all works well.
I then tried to create another guest using ubuntu-vm-builder. While the creation went well, and I could 'define' it in virsh, it won't start. It shows the following error:
virsh # start dns01
error: Failed to start domain dns01
error: could not remove profile for 'libvirt-
I tried the same with another time creating a third guest... Same error, new name...
Related branches
Changed in libvirt (Ubuntu): | |
status: | Incomplete → Triaged |
importance: | Undecided → Medium |
milestone: | none → ubuntu-10.04 |
I have no idea about the inner functionality of apparmor. I thus tried to get the hosts running by
sudo /etc/init. d/apparmor stop
But this doesn't seem to help. Still the same error...
Any idea how to disable apparmor for kvm/libvirt?