[Bug 1483071] Re: Error creating new VM with OVMF

2016-01-12 Thread Serge Hallyn
** Also affects: libvirt (Ubuntu Trusty)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in Ubuntu.
https://bugs.launchpad.net/bugs/1483071

Title:
  Error creating new VM with OVMF

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1483071] Re: Error creating new VM with OVMF

2016-01-11 Thread Serge Hallyn
The patch to fix this should be 91fdcefa7f145c1c39acc8e9a44fbfbf11568e54
upstream.  It is in the xenial package.  So I'm marking this fix
released and SRUing for wily.

Do we need this SRU'd to trusty too?


** Also affects: libvirt (Ubuntu Wily)
   Importance: Undecided
   Status: New

** Changed in: libvirt (Ubuntu Wily)
   Importance: Undecided => High

** Changed in: libvirt (Ubuntu)
   Status: Confirmed => Fix Released

** Changed in: libvirt (Ubuntu)
   Importance: Medium => High

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in Ubuntu.
https://bugs.launchpad.net/bugs/1483071

Title:
  Error creating new VM with OVMF

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1483071] Re: Error creating new VM with OVMF

2015-08-15 Thread Gannet
** Changed in: libvirt (Ubuntu)
   Status: Fix Released = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in Ubuntu.
https://bugs.launchpad.net/bugs/1483071

Title:
  Error creating new VM with OVMF

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1483071] Re: Error creating new VM with OVMF

2015-08-14 Thread Launchpad Bug Tracker
This bug was fixed in the package libvirt - 1.2.16-2ubuntu8

---
libvirt (1.2.16-2ubuntu8) wily; urgency=medium

  * Support OVMF images in virt-aa-helper.  (LP: #1483071)
  * Fix the libvirt-bin.preinst to not stop libvirt-bin on upgrade
from 1.2.16-2ubuntu7.

 -- Serge Hallyn serge.hal...@ubuntu.com  Fri, 14 Aug 2015 07:34:30
-0500

** Changed in: libvirt (Ubuntu)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in Ubuntu.
https://bugs.launchpad.net/bugs/1483071

Title:
  Error creating new VM with OVMF

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1483071] Re: Error creating new VM with OVMF

2015-08-11 Thread Jamie Strandboge
This is a problem with virt-aa-helper.c. Basically, in valid_path()
this:

/* override the above with these */
const char * const override[] = {
/sys/devices/pci,  /* for hostdev pci devices */
/etc/libvirt-sandbox/services/ /* for virt-sandbox service config */
};

should be changed to:
/* override the above with these */
const char * const override[] = {
/sys/devices/pci,  /* for hostdev pci devices */
/etc/libvirt-sandbox/services/, /* for virt-sandbox service config */
/usr/share/ovmf/ /* for OVMF images */
};

See https://lists.ubuntu.com/archives/apparmor/2015-August/008466.html
for details.

** Also affects: libvirt (Ubuntu)
   Importance: Undecided
   Status: New

** No longer affects: apparmor (Ubuntu)

** No longer affects: virt-manager (Ubuntu)

** Tags added: apparmor

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in Ubuntu.
https://bugs.launchpad.net/bugs/1483071

Title:
  Error creating new VM with OVMF

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs