[Touch-packages] [Bug 1553107] Re: initramfs-tools: UUID checks now fail for NTFS which has upper cases UUIDS

2016-03-06 Thread Launchpad Bug Tracker
This bug was fixed in the package initramfs-tools - 0.122ubuntu6

---
initramfs-tools (0.122ubuntu6) xenial; urgency=medium

  [ Andy Whitcroft ]
  * uuids: only apply case mapping to RFC#4122 format uuids (LP: #1553107,
#1548120)

  [ Timo Aaltonen ]
  * hooks/framebuffer: Copy kernel/ubuntu/i915 backport driver too. (LP:
#1500751)

initramfs-tools (0.122ubuntu5) xenial; urgency=medium

  [ Andy Whitcroft ]
  * uuids: busybox tr does not support symbolic ranges expand manually
(LP: #1548120)

  [ Martin Pitt ]
  * wait-for-root.c: Drop check if device is queued in udev (LP: #1539195)

initramfs-tools (0.122ubuntu4) xenial; urgency=medium

  [ Manoj Iyer ]
  * Add support for uppercase and lowercase uuids. (LP: #1548120)

 -- Andy Whitcroft   Fri, 04 Mar 2016 10:12:42 +

** Changed in: initramfs-tools (Ubuntu)
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1553107

Title:
  initramfs-tools: UUID checks now fail for NTFS which has upper cases
  UUIDS

Status in initramfs-tools package in Ubuntu:
  Fix Released

Bug 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.

  NOTE: the bug herein was only exposed in -proposed and found by
  testers on Bug #1548120, thanks goes to them.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1553107/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1553107] Re: initramfs-tools: UUID checks now fail for NTFS which has upper cases UUIDS

2016-03-05 Thread hakuna_matata
It works for me, too.

$ apt-cache policy initramfs-tools
initramfs-tools:
  Installed: 0.122ubuntu6
  Candidate: 0.122ubuntu6
  Version table:
 *** 0.122ubuntu6 500
500 http://archive.ubuntu.com/ubuntu xenial-proposed/main amd64 Packages
500 http://archive.ubuntu.com/ubuntu xenial-proposed/main i386 Packages
100 /var/lib/dpkg/status
 0.122ubuntu3 500
500 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages
500 http://archive.ubuntu.com/ubuntu xenial/main i386 Packages

Many thanks for your prompt reaction,

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1553107

Title:
  initramfs-tools: UUID checks now fail for NTFS which has upper cases
  UUIDS

Status in initramfs-tools package in Ubuntu:
  In Progress

Bug 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.

  NOTE: the bug herein was only exposed in -proposed and found by
  testers on Bug #1548120, thanks goes to them.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1553107/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1553107] Re: initramfs-tools: UUID checks now fail for NTFS which has upper cases UUIDS

2016-03-05 Thread Andy Whitcroft
** Description changed:

  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.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1553107

Title:
  initramfs-tools: UUID checks now fail for NTFS which has upper cases
  UUIDS

Status in initramfs-tools package in Ubuntu:
  In Progress

Bug 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.

  NOTE: the bug herein was only exposed in -proposed and found by
  testers on Bug #1548120, thanks goes to them.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1553107/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1553107] Re: initramfs-tools: UUID checks now fail for NTFS which has upper cases UUIDS

2016-03-05 Thread Andy Whitcroft
@manoj @syscon-hh -- thanks both for testing.  I will get this uploaded
and perhaps this time it can actually migrate.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1553107

Title:
  initramfs-tools: UUID checks now fail for NTFS which has upper cases
  UUIDS

Status in initramfs-tools package in Ubuntu:
  In Progress

Bug 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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1553107/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1553107] Re: initramfs-tools: UUID checks now fail for NTFS which has upper cases UUIDS

2016-03-04 Thread syscon-hh
Now I am able to boot the loop device located on a windows (10) *NTFS*
partition:

laura@WUBI-UNITY:~$ sudo apt-cache policy initramfs-tools
[sudo] Passwort für laura: 
initramfs-tools:
  Installiert:   0.122ubuntu6~rc2
  Installationskandidat: 0.122ubuntu6~rc2
  Versionstabelle:
 *** 0.122ubuntu6~rc2 100
100 /var/lib/dpkg/status
 0.122ubuntu5 500
500 http://de.archive.ubuntu.com/ubuntu xenial-proposed/main amd64 
Packages
 0.122ubuntu3 500
500 http://de.archive.ubuntu.com/ubuntu xenial/main amd64 Packages

laura@WUBI-UNITY:~$ cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-4.4.0-10-generic root=UUID=B40C077F0C073BBC 
loop=/ubuntu/disks/root.disk rw quiet nomodeset vt.handoff=7

The XENIAL system is running well

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1553107

Title:
  initramfs-tools: UUID checks now fail for NTFS which has upper cases
  UUIDS

Status in initramfs-tools package in Ubuntu:
  In Progress

Bug 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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1553107/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1553107] Re: initramfs-tools: UUID checks now fail for NTFS which has upper cases UUIDS

2016-03-04 Thread Manoj Iyer
I was able to boot with both upper and lowercase PARTUUID using:

$ apt-cache policy initramfs-tools
initramfs-tools:
  Installed: 0.122ubuntu6~rc2
  Candidate: 0.122ubuntu6~rc2
  Version table:
 *** 0.122ubuntu6~rc2 500
500 http://ppa.launchpad.net/apw/initramfs-tools-test/ubuntu 
xenial/main arm64 Packages

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1553107

Title:
  initramfs-tools: UUID checks now fail for NTFS which has upper cases
  UUIDS

Status in initramfs-tools package in Ubuntu:
  In Progress

Bug 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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1553107/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1553107] Re: initramfs-tools: UUID checks now fail for NTFS which has upper cases UUIDS

2016-03-04 Thread Manoj Iyer
$ apt-cache policy initramfs-tools
initramfs-tools:
  Installed: 0.122ubuntu6~rc1
  Candidate: 0.122ubuntu6~rc1
  Version table:
 *** 0.122ubuntu6~rc1 500
500 http://ppa.launchpad.net/apw/initramfs-tools-test/ubuntu 
xenial/main arm64 Packages

root=PARTUUID=7c5978e5-a56f-4c4c-a3f1-de1467d0b602 (lower case) works
root=PARTUUID=7C5978E5-A56F-4C4C-A3F1-DE1467D0B602 (upper case) does not work.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1553107

Title:
  initramfs-tools: UUID checks now fail for NTFS which has upper cases
  UUIDS

Status in initramfs-tools package in Ubuntu:
  In Progress

Bug 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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1553107/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp