[Bug 493582] Re: [lucid] libvirt-bin fails to install (sed: can't read /etc/apparmor.d/usr.bin.virt-aa-helper)
Thierry Carrez
thierry.carrez at ubuntu.com
Mon Dec 7 14:07:45 GMT 2009
I think the following postinst snippet should check for -n $2 before
comparing, so that it doesn't fail in the "first install" case:
--
old_profile="/etc/apparmor.d/usr.bin.virt-aa-helper"
new_profile="/etc/apparmor.d/usr.lib.libvirt.virt-aa-helper"
if dpkg --compare-versions "$2" le "0.7.0-1ubuntu15"; then
sed -i "s#/usr/bin/virt-aa-helper#/usr/lib/libvirt/virt-aa-helper#g" "$old_profile"
--
** Changed in: libvirt (Ubuntu)
Importance: Undecided => High
** Changed in: libvirt (Ubuntu)
Status: New => Triaged
** Also affects: libvirt (Ubuntu Lucid)
Importance: High
Status: Triaged
--
[lucid] libvirt-bin fails to install (sed: can't read /etc/apparmor.d/usr.bin.virt-aa-helper)
https://bugs.launchpad.net/bugs/493582
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.
More information about the Ubuntu-server-bugs
mailing list