Activity log for bug #1553107

Date Who What changed Old value New value Message
2016-03-04 09:50:44 Andy Whitcroft bug added bug
2016-03-04 09:50:53 Andy Whitcroft initramfs-tools (Ubuntu): status New In Progress
2016-03-04 09:50:55 Andy Whitcroft initramfs-tools (Ubuntu): importance Undecided Critical
2016-03-04 09:50:58 Andy Whitcroft initramfs-tools (Ubuntu): assignee Andy Whitcroft (apw)
2016-03-04 09:51:02 Andy Whitcroft initramfs-tools (Ubuntu): milestone ubuntu-16.03
2016-03-04 11:58:54 syscon-hh bug added subscriber syscon-hh
2016-03-05 09:43:30 hakuna_matata bug added subscriber hakuna_matata
2016-03-05 10:18:32 Andy Whitcroft description The new code to lowercase all UUIDs is breaking NTFS mounts because those have UPPERcase UUIDs exclusivly. The correct fix would be to make blkid handle this as it knows what range of values the various UUIDs have and whether upper/lower casing them is even safe. For initramfs-tools it is clear we should be checking that the UUIDs unmodified before attempting to change their case. This guearentees existing installs are never affected. We should likely also only case map those in a known UUID format which is case insensitive. The new code to lowercase all UUIDs is breaking NTFS mounts because those have UPPERcase UUIDs exclusivly. The correct fix would be to make blkid handle this as it knows what range of values the various UUIDs have and whether upper/lower casing them is even safe. For initramfs-tools it is clear we should be checking that the UUIDs unmodified before attempting to change their case. This guearentees existing installs are never affected. We should likely also only case map those in a known UUID format which is case insensitive. NOTE: the bug herein was only exposed in -proposed and found by testers on Bug #1548120, thanks goes to them.
2016-03-06 21:51:13 Launchpad Janitor initramfs-tools (Ubuntu): status In Progress Fix Released