dpkg-statoverride will sometimes fail on upgrades
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| openstack-manuals |
Opinion
|
Medium
|
Unassigned | ||
Bug Description
-------
Built: 2014-01-31T19:59:50 00:00
git SHA: b2c1950209741cc
URL: http://
source File: file:/home/
xml:id: nova-compute
on a normal apt-get upgrade, I see this.
Setting up linux-image-
update-initramfs: Generating /boot/initrd.
run-parts: executing /etc/kernel/
dpkg-statoverride: error: An override for '/boot/
This is happening when the package update hits
/etc/kernel/
I was able to hack around this issue using this...
dpkg-statoverride --update --add root root 0644 /boot/vmlinuz-
The core of the problem seem to be that the kernel has a new package version, but it results in the same kernel file names.
--force might also be a reasonable work around...
| Changed in openstack-manuals: | |
| status: | New → Confirmed |
| status: | Confirmed → Triaged |
| status: | Triaged → Opinion |

Please discuss this with the Ubuntu folks, we're following an Ubuntu advise on how to make this file readable.