Activity log for bug #1535255

Date Who What changed Old value New value Message
2016-01-18 10:14:59 wayne bug added bug
2016-01-18 10:24:16 Martin Pitt udev (Ubuntu): status New Fix Released
2016-01-18 10:24:25 Martin Pitt affects udev (Ubuntu) systemd (Ubuntu)
2016-01-18 10:24:34 Martin Pitt nominated for series Ubuntu Trusty
2016-01-18 10:24:34 Martin Pitt bug task added systemd (Ubuntu Trusty)
2016-01-18 10:24:40 Martin Pitt summary Inconsistency in /usr/share/initramfs-tools/hooks/udev file causes configuration fali Inconsistency in /usr/share/initramfs-tools/hooks/udev file causes configuration failure
2016-01-18 10:24:43 Martin Pitt systemd (Ubuntu Trusty): status New Triaged
2016-02-11 21:16:18 Martin Pitt systemd (Ubuntu Trusty): assignee Martin Pitt (pitti)
2016-02-25 15:53:18 Martin Pitt systemd (Ubuntu Trusty): status Triaged In Progress
2016-02-25 15:53:48 Martin Pitt 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. 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 /bin/udevadm.upgrade ]; then     copy_exec /bin/udevadm.upgrade /bin/udevadm This bug is quite important as when update-initramfs -u fails the system can be left in an unbootable state.
2016-02-25 18:57:35 Brian Murray systemd (Ubuntu Trusty): status In Progress Fix Committed
2016-02-25 18:57:37 Brian Murray bug added subscriber Ubuntu Stable Release Updates Team
2016-02-25 18:57:41 Brian Murray bug added subscriber SRU Verification
2016-02-25 18:57:45 Brian Murray tags verification-needed
2016-02-26 09:54:07 Martin Pitt tags verification-needed verification-done
2016-04-11 09:38:05 Launchpad Janitor systemd (Ubuntu Trusty): status Fix Committed Fix Released
2016-04-11 09:38:19 Martin Pitt removed subscriber Ubuntu Stable Release Updates Team