[Bug 1535255] Re: Inconsistency in /usr/share/initramfs-tools/hooks/udev file causes configuration fali
Martin Pitt
martin.pitt at ubuntu.com
Mon Jan 18 10:24:16 UTC 2016
This has been dropped entirely after 14.04, but is still an issue in
14.04 LTS.
** Changed in: udev (Ubuntu)
Status: New => Fix Released
** Package changed: udev (Ubuntu) => systemd (Ubuntu)
** Also affects: systemd (Ubuntu Trusty)
Importance: Undecided
Status: New
** Summary changed:
- Inconsistency in /usr/share/initramfs-tools/hooks/udev file causes configuration fali
+ Inconsistency in /usr/share/initramfs-tools/hooks/udev file causes configuration failure
** Changed in: systemd (Ubuntu Trusty)
Status: New => Triaged
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to udev in Ubuntu.
https://bugs.launchpad.net/bugs/1535255
Title:
Inconsistency in /usr/share/initramfs-tools/hooks/udev file causes
configuration failure
Status in systemd package in Ubuntu:
Fix Released
Status in systemd source package in Trusty:
Triaged
Bug description:
I'm running udev build 205 and /usr/share/initramfs-tools/hooks/udev
seems to have a typo. In the snippet below the check is on the file in
the /sbin dir and the copy is on the file in /bin. The latter doesn't
exist.
if [ -x /sbin/udevadm.upgrade ]; then
copy_exec /bin/udevadm.upgrade /bin/udevadm
This is what is should be from build 175
if [ -x /sbin/udevadm.upgrade ]; then
copy_exec /sbin/udevadm.upgrade /bin/udevadm
This bug is quite important as when update-initramfs -u fails the system can be left in an unbootable state.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1535255/+subscriptions
More information about the foundations-bugs
mailing list