[Touch-packages] [Bug 1485752] Re: drop oneiric /run compatibility link

2016-12-19 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-initramfs-tools - 0.27ubuntu1.3

---
cloud-initramfs-tools (0.27ubuntu1.3) xenial; urgency=medium

  * sync with upstream at 0.32ubuntu1 (revno 129)
* overlayroot: fix overlayroot=crypt with newer initramfs-tools
  (LP: #1634310)
* overlayroot: support random seed from systemd systemd-random-seed.service
* cloud-initramfs-dyn-netconf: Further adjustments to support
  IPV6 and the new DEVICE6 and net6-DEVICE.conf files.  (LP: #1621615)
* overlayroot: support 'overlay' filesystem explicitly rather than
  relying on ubuntu specific kernel module 'overlayfs'.  (LP: #1493188)
* overlayroot: write debug to /run/initramfs not /dev/.initramfs but
  support writing to /dev/.initramfs if that is all there is. (LP: #1485752)
* overlayroot: fix overlayroot if recurse=0 was not provided.
  This fuctionality was lost since workdir support was added. (LP: #1619459)
* whitespace cleanup.

 -- Scott Moser   Mon, 28 Nov 2016 20:12:51 -0500

** Changed in: cloud-initramfs-tools (Ubuntu Xenial)
   Status: Fix Committed => 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/1485752

Title:
  drop oneiric /run compatibility link

Status in cloud-initramfs-tools package in Ubuntu:
  Fix Released
Status in initramfs-tools package in Ubuntu:
  Fix Released
Status in cloud-initramfs-tools source package in Xenial:
  Fix Released

Bug description:
  === Begin SRU Template ===
  [Impact]
  overlayfs writes some log information to the tmpfs that was intended
  to be then viewable after the pivot_root to the real root.
  The path used was /dev/.initramfs.  Due to changes in initramfs-tools
  under this bug, that path was no longer supported.  And the logging
  was busted.

  There was no functional problem with this except in the crypt use
  case as described in bug 1634310.

  [Test Case]
  1.) Start an instance of a cloud image.

  2.) Enable proposed and install overlayroot to show fix.
  $ rel=$(lsb_release -sc)
  $ echo "deb http://archive.ubuntu.com/ubuntu $rel-proposed main" |
  $ sudo tee /etc/apt/sources.list.d/proposed.list
  $ sudo apt update -qy && sudo apt install -qy overlayroot http://bazaar.launchpad.net/~cloud-initramfs-tools/cloud-initramfs-tools/trunk/view/head:/overlayroot/scripts/init-bottom/overlayroot
  [2] 
http://bazaar.launchpad.net/~cloud-initramfs-tools/cloud-initramfs-tools/trunk/revision/112

  === End SRU Template ===

  Drop: Maintain compatibility with pre- /run configurations -- this was
  for compatibility with oneiric which is now long gone.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-initramfs-tools/+bug/1485752/+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 1485752] Re: drop oneiric /run compatibility link

2016-11-30 Thread Scott Moser
I've verified this using the steps described in the SRU template
$ dpkg-query --show overlayroot 
overlayroot 0.27ubuntu1.3


** Description changed:

  === Begin SRU Template ===
- [Impact] 
+ [Impact]
  overlayfs writes some log information to the tmpfs that was intended
  to be then viewable after the pivot_root to the real root.
  The path used was /dev/.initramfs.  Due to changes in initramfs-tools
  under this bug, that path was no longer supported.  And the logging
  was busted.
-   
+ 
  There was no functional problem with this except in the crypt use
  case as described in bug 1634310.
-   
+ 
  [Test Case]
  1.) Start an instance of a cloud image.
- 
+ 
  2.) Enable proposed and install overlayroot to show fix.
- $ rel=$(lsb_release -sc)
- $ echo "deb http://archive.ubuntu.com/ubuntu $rel-proposed main" |
- $ sudo tee /etc/apt/sources.list.d/proposed.list
- $ sudo apt update -qy && sudo apt install -qy overlayroot http://archive.ubuntu.com/ubuntu $rel-proposed main" |
+ $ sudo tee /etc/apt/sources.list.d/proposed.list
+ $ sudo apt update -qy && sudo apt install -qy overlayroot http://bazaar.launchpad.net/~cloud-initramfs-tools/cloud-initramfs-tools/trunk/view/head:/overlayroot/scripts/init-bottom/overlayroot
  [2] 
http://bazaar.launchpad.net/~cloud-initramfs-tools/cloud-initramfs-tools/trunk/revision/112
  
  === End SRU Template ===
  
- 
- Drop: Maintain compatibility with pre- /run configurations -- this was for 
compatibility with oneiric which is now long gone.
+ Drop: Maintain compatibility with pre- /run configurations -- this was
+ for compatibility with oneiric which is now long gone.

** Tags removed: verification-needed
** Tags added: verification-done

-- 
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/1485752

Title:
  drop oneiric /run compatibility link

Status in cloud-initramfs-tools package in Ubuntu:
  Fix Released
Status in initramfs-tools package in Ubuntu:
  Fix Released
Status in cloud-initramfs-tools source package in Xenial:
  Fix Committed

Bug description:
  === Begin SRU Template ===
  [Impact]
  overlayfs writes some log information to the tmpfs that was intended
  to be then viewable after the pivot_root to the real root.
  The path used was /dev/.initramfs.  Due to changes in initramfs-tools
  under this bug, that path was no longer supported.  And the logging
  was busted.

  There was no functional problem with this except in the crypt use
  case as described in bug 1634310.

  [Test Case]
  1.) Start an instance of a cloud image.

  2.) Enable proposed and install overlayroot to show fix.
  $ rel=$(lsb_release -sc)
  $ echo "deb http://archive.ubuntu.com/ubuntu $rel-proposed main" |
  $ sudo tee /etc/apt/sources.list.d/proposed.list
  $ sudo apt update -qy && sudo apt install -qy overlayroot http://bazaar.launchpad.net/~cloud-initramfs-tools/cloud-initramfs-tools/trunk/view/head:/overlayroot/scripts/init-bottom/overlayroot
  [2] 
http://bazaar.launchpad.net/~cloud-initramfs-tools/cloud-initramfs-tools/trunk/revision/112

  === End SRU Template ===

  Drop: Maintain compatibility with pre- /run configurations -- this was
  for compatibility with oneiric which is now long gone.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-initramfs-tools/+bug/1485752/+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 1485752] Re: drop oneiric /run compatibility link

2016-11-29 Thread Chris Halse Rogers
Hello Andy, or anyone else affected,

Accepted cloud-initramfs-tools into xenial-proposed. The package will
build now and be available at https://launchpad.net/ubuntu/+source
/cloud-initramfs-tools/0.27ubuntu1.3 in a few hours, and then in the
-proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

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

** Tags added: verification-needed

-- 
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/1485752

Title:
  drop oneiric /run compatibility link

Status in cloud-initramfs-tools package in Ubuntu:
  Fix Released
Status in initramfs-tools package in Ubuntu:
  Fix Released
Status in cloud-initramfs-tools source package in Xenial:
  Fix Committed

Bug description:
  === Begin SRU Template ===
  [Impact] 
  overlayfs writes some log information to the tmpfs that was intended
  to be then viewable after the pivot_root to the real root.
  The path used was /dev/.initramfs.  Due to changes in initramfs-tools
  under this bug, that path was no longer supported.  And the logging
  was busted.

  There was no functional problem with this except in the crypt use
  case as described in bug 1634310.

  [Test Case]
  1.) Start an instance of a cloud image.
  
  2.) Enable proposed and install overlayroot to show fix.
  $ rel=$(lsb_release -sc)
  $ echo "deb http://archive.ubuntu.com/ubuntu $rel-proposed main" |
  $ sudo tee /etc/apt/sources.list.d/proposed.list
  $ sudo apt update -qy && sudo apt install -qy overlayroot http://bazaar.launchpad.net/~cloud-initramfs-tools/cloud-initramfs-tools/trunk/view/head:/overlayroot/scripts/init-bottom/overlayroot
  [2] 
http://bazaar.launchpad.net/~cloud-initramfs-tools/cloud-initramfs-tools/trunk/revision/112

  === End SRU Template ===

  
  Drop: Maintain compatibility with pre- /run configurations -- this was for 
compatibility with oneiric which is now long gone.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-initramfs-tools/+bug/1485752/+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 1485752] Re: drop oneiric /run compatibility link

2016-11-29 Thread Scott Moser
** Description changed:

- Drop: Maintain compatibility with pre- /run configurations -- this was
- for compatibility with oneiric which is now long gone.
+ === Begin SRU Template ===
+ [Impact] 
+ overlayfs writes some log information to the tmpfs that was intended
+ to be then viewable after the pivot_root to the real root.
+ The path used was /dev/.initramfs.  Due to changes in initramfs-tools
+ under this bug, that path was no longer supported.  And the logging
+ was busted.
+   
+ There was no functional problem with this except in the crypt use
+ case as described in bug 1634310.
+   
+ [Test Case]
+ 1.) Start an instance of a cloud image.
+ 
+ 2.) Enable proposed and install overlayroot to show fix.
+ $ rel=$(lsb_release -sc)
+ $ echo "deb http://archive.ubuntu.com/ubuntu $rel-proposed main" |
+ $ sudo tee /etc/apt/sources.list.d/proposed.list
+ $ sudo apt update -qy && sudo apt install -qy overlayroot http://bazaar.launchpad.net/~cloud-initramfs-tools/cloud-initramfs-tools/trunk/view/head:/overlayroot/scripts/init-bottom/overlayroot
+ [2] 
http://bazaar.launchpad.net/~cloud-initramfs-tools/cloud-initramfs-tools/trunk/revision/112
+ 
+ === End SRU Template ===
+ 
+ 
+ Drop: Maintain compatibility with pre- /run configurations -- this was for 
compatibility with oneiric which is now long gone.

-- 
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/1485752

Title:
  drop oneiric /run compatibility link

Status in cloud-initramfs-tools package in Ubuntu:
  Fix Released
Status in initramfs-tools package in Ubuntu:
  Fix Released
Status in cloud-initramfs-tools source package in Xenial:
  In Progress

Bug description:
  === Begin SRU Template ===
  [Impact] 
  overlayfs writes some log information to the tmpfs that was intended
  to be then viewable after the pivot_root to the real root.
  The path used was /dev/.initramfs.  Due to changes in initramfs-tools
  under this bug, that path was no longer supported.  And the logging
  was busted.

  There was no functional problem with this except in the crypt use
  case as described in bug 1634310.

  [Test Case]
  1.) Start an instance of a cloud image.
  
  2.) Enable proposed and install overlayroot to show fix.
  $ rel=$(lsb_release -sc)
  $ echo "deb http://archive.ubuntu.com/ubuntu $rel-proposed main" |
  $ sudo tee /etc/apt/sources.list.d/proposed.list
  $ sudo apt update -qy && sudo apt install -qy overlayroot http://bazaar.launchpad.net/~cloud-initramfs-tools/cloud-initramfs-tools/trunk/view/head:/overlayroot/scripts/init-bottom/overlayroot
  [2] 
http://bazaar.launchpad.net/~cloud-initramfs-tools/cloud-initramfs-tools/trunk/revision/112

  === End SRU Template ===

  
  Drop: Maintain compatibility with pre- /run configurations -- this was for 
compatibility with oneiric which is now long gone.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-initramfs-tools/+bug/1485752/+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 1485752] Re: drop oneiric /run compatibility link

2016-11-28 Thread Scott Moser
** Also affects: cloud-initramfs-tools (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: cloud-initramfs-tools (Ubuntu)
   Status: New => Fix Released

** Changed in: cloud-initramfs-tools (Ubuntu)
   Importance: Undecided => Medium

** Also affects: initramfs-tools (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Also affects: cloud-initramfs-tools (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Changed in: cloud-initramfs-tools (Ubuntu Xenial)
   Importance: Undecided => Medium

** Changed in: cloud-initramfs-tools (Ubuntu Xenial)
   Status: New => In Progress

** Changed in: cloud-initramfs-tools (Ubuntu Xenial)
 Assignee: (unassigned) => Scott Moser (smoser)

** No longer affects: initramfs-tools (Ubuntu Xenial)

-- 
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/1485752

Title:
  drop oneiric /run compatibility link

Status in cloud-initramfs-tools package in Ubuntu:
  Fix Released
Status in initramfs-tools package in Ubuntu:
  Fix Released
Status in cloud-initramfs-tools source package in Xenial:
  In Progress

Bug description:
  Drop: Maintain compatibility with pre- /run configurations -- this was
  for compatibility with oneiric which is now long gone.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-initramfs-tools/+bug/1485752/+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 1485752] Re: drop oneiric /run compatibility link

2015-08-18 Thread Launchpad Bug Tracker
This bug was fixed in the package initramfs-tools - 0.120ubuntu3

---
initramfs-tools (0.120ubuntu3) wily; urgency=medium

  * hook-functions: fix PowerPC NX Crypto Coprocessor support (LP:
#1454687)
  * Drop: Maintain compatibility with pre- /run configurations (LP:
#1485752)
  * Drop: Ignore errors from iscan and iscan-data hooks (LP: #1485562)

 -- Andy Whitcroft a...@ubuntu.com  Tue, 18 Aug 2015 12:15:28 +0100

** 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/1485752

Title:
  drop oneiric /run compatibility link

Status in initramfs-tools package in Ubuntu:
  Fix Released

Bug description:
  Drop: Maintain compatibility with pre- /run configurations -- this was
  for compatibility with oneiric which is now long gone.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1485752/+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