[Group.of.nepali.translators] [Bug 1895160] Re: Backport finalrd 6 to xenial and up

2020-10-02 Thread Dimitri John Ledkov
** Changed in: finalrd (Ubuntu Xenial)
   Status: Triaged => Fix Released

-- 
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1895160

Title:
  Backport finalrd 6 to xenial and up

Status in finalrd package in Ubuntu:
  Fix Released
Status in finalrd source package in Xenial:
  Fix Released
Status in finalrd source package in Bionic:
  Fix Released
Status in finalrd source package in Focal:
  Fix Released

Bug description:
  [Impact]

   * finalrd is a useful tool, that improves ability to cleanly shut
  down systems. It is now desired to backport it all the way back to
  xenial. On classic systems it will not be installed by default, but
  available for users to opt-in into having it. On Ubuntu Core systems
  it will be installed by default, and used instead of snap-shutdown. As
  finalrd does everything that snap-shutdown already did, and much more.

   * finalrd is only tweaked slightly in version 6 to be compatible with
  any systemd from xenial to groovy.

  [Test Case]

  Classic
   * Install finalrd
   * execute `sudo finalrd` and observe that no stderr is printed, and command 
exits successfully
   * check that /run/initramfs is created and populated with 
/run/initramfs/shutdown, binaries and libraries.
   * Reboot
   * Observe that finalrd unit is started
   ** (optional) to make observing finalrd easier add /etc/finalrd/echo.finalrd 
hook that does `echo $@` with a sleep
   * Shutdown, capture console-log observe that finalrd was executed

  [xenial extra testcase]

   * finalrd binary package should have Task: ubuntu-core, such that
  when building core snap, it is installed by livebuild.

  Core
   * Create custom core, core18 with finalrd preinstalled
   * Building custom Ubuntu Core 16 and Ubuntu Core 18 image with above core
   * Observe that finalrd unit is started on boot
   * Shutdown, capture console-log observe that finarld was executed.
   * Boot again
   * execute `sudo finalrd` and observe that no stderr is printed, and command 
exits successfully
   * check that /run/initramfs is created and populated with 
/run/initramfs/shutdown, binaries and libraries.

  [Regression Potential]

   * Packaging & tmpfiles were changed to be compatible with older
  systemd versions. There are no changes to api/abi of the systemd
  units, or .finalrd hooks. The package is not installed by default on
  xenial/bionic, hence the number and type of machines affected is
  small. If regressions are identified, reverting to previous version of
  the package is safe course of action, as there are no
  upgrade/downgrade incompatibilities between old & new versions of
  finalrd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/finalrd/+bug/1895160/+subscriptions

___
Mailing list: https://launchpad.net/~group.of.nepali.translators
Post to : group.of.nepali.translators@lists.launchpad.net
Unsubscribe : https://launchpad.net/~group.of.nepali.translators
More help   : https://help.launchpad.net/ListHelp


[Group.of.nepali.translators] [Bug 1895160] Re: Backport finalrd 6 to xenial and up

2020-10-02 Thread Dimitri John Ledkov
finalrd is now seeded into system-image in xenial. But because it is a
brand new package in -updates pocket only, it doesn't gain Task: ubuntu-
core, as that is only done for packages that exist in release pocket.

Thus adding Task:ubuntu-core by hand.

** Description changed:

  [Impact]
  
-  * finalrd is a useful tool, that improves ability to cleanly shut down
+  * finalrd is a useful tool, that improves ability to cleanly shut down
  systems. It is now desired to backport it all the way back to xenial. On
  classic systems it will not be installed by default, but available for
  users to opt-in into having it. On Ubuntu Core systems it will be
  installed by default, and used instead of snap-shutdown. As finalrd does
  everything that snap-shutdown already did, and much more.
  
-  * finalrd is only tweaked slightly in version 6 to be compatible with
+  * finalrd is only tweaked slightly in version 6 to be compatible with
  any systemd from xenial to groovy.
  
  [Test Case]
  
  Classic
-  * Install finalrd
-  * execute `sudo finalrd` and observe that no stderr is printed, and command 
exits successfully
-  * check that /run/initramfs is created and populated with 
/run/initramfs/shutdown, binaries and libraries.
-  * Reboot
-  * Observe that finalrd unit is started
-  ** (optional) to make observing finalrd easier add /etc/finalrd/echo.finalrd 
hook that does `echo $@` with a sleep
-  * Shutdown, capture console-log observe that finalrd was executed
+  * Install finalrd
+  * execute `sudo finalrd` and observe that no stderr is printed, and command 
exits successfully
+  * check that /run/initramfs is created and populated with 
/run/initramfs/shutdown, binaries and libraries.
+  * Reboot
+  * Observe that finalrd unit is started
+  ** (optional) to make observing finalrd easier add /etc/finalrd/echo.finalrd 
hook that does `echo $@` with a sleep
+  * Shutdown, capture console-log observe that finalrd was executed
+ 
+ [xenial extra testcase]
+ 
+  * finalrd binary package should have Task: ubuntu-core, such that when
+ building core snap, it is installed by livebuild.
  
  Core
-  * Create custom core, core18 with finalrd preinstalled
-  * Building custom Ubuntu Core 16 and Ubuntu Core 18 image with above core
-  * Observe that finalrd unit is started on boot
-  * Shutdown, capture console-log observe that finarld was executed.
-  * Boot again
-  * execute `sudo finalrd` and observe that no stderr is printed, and command 
exits successfully
-  * check that /run/initramfs is created and populated with 
/run/initramfs/shutdown, binaries and libraries.
+  * Create custom core, core18 with finalrd preinstalled
+  * Building custom Ubuntu Core 16 and Ubuntu Core 18 image with above core
+  * Observe that finalrd unit is started on boot
+  * Shutdown, capture console-log observe that finarld was executed.
+  * Boot again
+  * execute `sudo finalrd` and observe that no stderr is printed, and command 
exits successfully
+  * check that /run/initramfs is created and populated with 
/run/initramfs/shutdown, binaries and libraries.
  
  [Regression Potential]
  
-  * Packaging & tmpfiles were changed to be compatible with older systemd
+  * Packaging & tmpfiles were changed to be compatible with older systemd
  versions. There are no changes to api/abi of the systemd units, or
  .finalrd hooks. The package is not installed by default on
  xenial/bionic, hence the number and type of machines affected is small.
  If regressions are identified, reverting to previous version of the
  package is safe course of action, as there are no upgrade/downgrade
  incompatibilities between old & new versions of finalrd.

** Changed in: finalrd (Ubuntu Xenial)
   Status: Fix Released => Triaged

-- 
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1895160

Title:
  Backport finalrd 6 to xenial and up

Status in finalrd package in Ubuntu:
  Fix Released
Status in finalrd source package in Xenial:
  Triaged
Status in finalrd source package in Bionic:
  Fix Released
Status in finalrd source package in Focal:
  Fix Released

Bug description:
  [Impact]

   * finalrd is a useful tool, that improves ability to cleanly shut
  down systems. It is now desired to backport it all the way back to
  xenial. On classic systems it will not be installed by default, but
  available for users to opt-in into having it. On Ubuntu Core systems
  it will be installed by default, and used instead of snap-shutdown. As
  finalrd does everything that snap-shutdown already did, and much more.

   * finalrd is only tweaked slightly in version 6 to be compatible with
  any systemd from xenial to groovy.

  [Test Case]

  Classic
   * Install finalrd
   * execute `sudo finalrd` and observe that no stderr is printed, and command 
exits successfully
   * check that /run/initramfs is created and populated 

[Group.of.nepali.translators] [Bug 1895160] Re: Backport finalrd 6 to xenial and up

2020-09-24 Thread Launchpad Bug Tracker
This bug was fixed in the package finalrd - 6~ubuntu16.04.1

---
finalrd (6~ubuntu16.04.1) xenial; urgency=medium

  * No-change backport to xenial (LP: #1895160)

 -- Dimitri John Ledkov   Thu, 10 Sep 2020 15:54:18
+0100

** Changed in: finalrd (Ubuntu Xenial)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1895160

Title:
  Backport finalrd 6 to xenial and up

Status in finalrd package in Ubuntu:
  Fix Released
Status in finalrd source package in Xenial:
  Fix Released
Status in finalrd source package in Bionic:
  Fix Released
Status in finalrd source package in Focal:
  Fix Released

Bug description:
  [Impact]

   * finalrd is a useful tool, that improves ability to cleanly shut
  down systems. It is now desired to backport it all the way back to
  xenial. On classic systems it will not be installed by default, but
  available for users to opt-in into having it. On Ubuntu Core systems
  it will be installed by default, and used instead of snap-shutdown. As
  finalrd does everything that snap-shutdown already did, and much more.

   * finalrd is only tweaked slightly in version 6 to be compatible with
  any systemd from xenial to groovy.

  [Test Case]

  Classic
   * Install finalrd
   * execute `sudo finalrd` and observe that no stderr is printed, and command 
exits successfully
   * check that /run/initramfs is created and populated with 
/run/initramfs/shutdown, binaries and libraries.
   * Reboot
   * Observe that finalrd unit is started
   ** (optional) to make observing finalrd easier add /etc/finalrd/echo.finalrd 
hook that does `echo $@` with a sleep
   * Shutdown, capture console-log observe that finalrd was executed

  Core
   * Create custom core, core18 with finalrd preinstalled
   * Building custom Ubuntu Core 16 and Ubuntu Core 18 image with above core
   * Observe that finalrd unit is started on boot
   * Shutdown, capture console-log observe that finarld was executed.
   * Boot again
   * execute `sudo finalrd` and observe that no stderr is printed, and command 
exits successfully
   * check that /run/initramfs is created and populated with 
/run/initramfs/shutdown, binaries and libraries.

  [Regression Potential]

   * Packaging & tmpfiles were changed to be compatible with older
  systemd versions. There are no changes to api/abi of the systemd
  units, or .finalrd hooks. The package is not installed by default on
  xenial/bionic, hence the number and type of machines affected is
  small. If regressions are identified, reverting to previous version of
  the package is safe course of action, as there are no
  upgrade/downgrade incompatibilities between old & new versions of
  finalrd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/finalrd/+bug/1895160/+subscriptions

___
Mailing list: https://launchpad.net/~group.of.nepali.translators
Post to : group.of.nepali.translators@lists.launchpad.net
Unsubscribe : https://launchpad.net/~group.of.nepali.translators
More help   : https://help.launchpad.net/ListHelp


[Group.of.nepali.translators] [Bug 1895160] Re: Backport finalrd 6 to xenial and up

2020-09-24 Thread Launchpad Bug Tracker
This bug was fixed in the package finalrd - 6~ubuntu18.04.1

---
finalrd (6~ubuntu18.04.1) bionic; urgency=medium

  * No-change backport to bionic (LP: #1895160)

finalrd (6) groovy; urgency=medium

  * xenial compat - ensure directories exist before using them
  * Change packaging to be compatible with debhelper 9
  * Update code name to 6

finalrd (5) focal; urgency=medium

  * Introduce hookless mode
  * Update initrd-release file to Five Man Alive

finalrd (4) eoan; urgency=medium

  * Set and export `verbose' variable for initramfs-tools, otherwise,
finalrd fails to create shutdown initrd, resulting in shutdown hangs.

finalrd (3) cosmic; urgency=medium

  * Drop finarld hooks.
  * Do not remount /run with suid, not needed.
  * Depend on initramfs-tools-core.

 -- Dimitri John Ledkov   Thu, 10 Sep 2020 15:54:08
+0100

** Changed in: finalrd (Ubuntu Bionic)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1895160

Title:
  Backport finalrd 6 to xenial and up

Status in finalrd package in Ubuntu:
  Fix Released
Status in finalrd source package in Xenial:
  Fix Committed
Status in finalrd source package in Bionic:
  Fix Released
Status in finalrd source package in Focal:
  Fix Released

Bug description:
  [Impact]

   * finalrd is a useful tool, that improves ability to cleanly shut
  down systems. It is now desired to backport it all the way back to
  xenial. On classic systems it will not be installed by default, but
  available for users to opt-in into having it. On Ubuntu Core systems
  it will be installed by default, and used instead of snap-shutdown. As
  finalrd does everything that snap-shutdown already did, and much more.

   * finalrd is only tweaked slightly in version 6 to be compatible with
  any systemd from xenial to groovy.

  [Test Case]

  Classic
   * Install finalrd
   * execute `sudo finalrd` and observe that no stderr is printed, and command 
exits successfully
   * check that /run/initramfs is created and populated with 
/run/initramfs/shutdown, binaries and libraries.
   * Reboot
   * Observe that finalrd unit is started
   ** (optional) to make observing finalrd easier add /etc/finalrd/echo.finalrd 
hook that does `echo $@` with a sleep
   * Shutdown, capture console-log observe that finalrd was executed

  Core
   * Create custom core, core18 with finalrd preinstalled
   * Building custom Ubuntu Core 16 and Ubuntu Core 18 image with above core
   * Observe that finalrd unit is started on boot
   * Shutdown, capture console-log observe that finarld was executed.
   * Boot again
   * execute `sudo finalrd` and observe that no stderr is printed, and command 
exits successfully
   * check that /run/initramfs is created and populated with 
/run/initramfs/shutdown, binaries and libraries.

  [Regression Potential]

   * Packaging & tmpfiles were changed to be compatible with older
  systemd versions. There are no changes to api/abi of the systemd
  units, or .finalrd hooks. The package is not installed by default on
  xenial/bionic, hence the number and type of machines affected is
  small. If regressions are identified, reverting to previous version of
  the package is safe course of action, as there are no
  upgrade/downgrade incompatibilities between old & new versions of
  finalrd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/finalrd/+bug/1895160/+subscriptions

___
Mailing list: https://launchpad.net/~group.of.nepali.translators
Post to : group.of.nepali.translators@lists.launchpad.net
Unsubscribe : https://launchpad.net/~group.of.nepali.translators
More help   : https://help.launchpad.net/ListHelp


[Group.of.nepali.translators] [Bug 1895160] Re: Backport finalrd 6 to xenial and up

2020-09-24 Thread Launchpad Bug Tracker
This bug was fixed in the package finalrd - 6~ubuntu20.04.1

---
finalrd (6~ubuntu20.04.1) focal; urgency=medium

  * No-change backport to focal (LP: #1895160)

finalrd (6) groovy; urgency=medium

  * xenial compat - ensure directories exist before using them
  * Change packaging to be compatible with debhelper 9
  * Update code name to 6

 -- Dimitri John Ledkov   Thu, 10 Sep 2020 15:53:09
+0100

** Changed in: finalrd (Ubuntu Focal)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1895160

Title:
  Backport finalrd 6 to xenial and up

Status in finalrd package in Ubuntu:
  Invalid
Status in finalrd source package in Xenial:
  Fix Committed
Status in finalrd source package in Bionic:
  Fix Committed
Status in finalrd source package in Focal:
  Fix Released

Bug description:
  [Impact]

   * finalrd is a useful tool, that improves ability to cleanly shut
  down systems. It is now desired to backport it all the way back to
  xenial. On classic systems it will not be installed by default, but
  available for users to opt-in into having it. On Ubuntu Core systems
  it will be installed by default, and used instead of snap-shutdown. As
  finalrd does everything that snap-shutdown already did, and much more.

   * finalrd is only tweaked slightly in version 6 to be compatible with
  any systemd from xenial to groovy.

  [Test Case]

  Classic
   * Install finalrd
   * execute `sudo finalrd` and observe that no stderr is printed, and command 
exits successfully
   * check that /run/initramfs is created and populated with 
/run/initramfs/shutdown, binaries and libraries.
   * Reboot
   * Observe that finalrd unit is started
   ** (optional) to make observing finalrd easier add /etc/finalrd/echo.finalrd 
hook that does `echo $@` with a sleep
   * Shutdown, capture console-log observe that finalrd was executed

  Core
   * Create custom core, core18 with finalrd preinstalled
   * Building custom Ubuntu Core 16 and Ubuntu Core 18 image with above core
   * Observe that finalrd unit is started on boot
   * Shutdown, capture console-log observe that finarld was executed.
   * Boot again
   * execute `sudo finalrd` and observe that no stderr is printed, and command 
exits successfully
   * check that /run/initramfs is created and populated with 
/run/initramfs/shutdown, binaries and libraries.

  [Regression Potential]

   * Packaging & tmpfiles were changed to be compatible with older
  systemd versions. There are no changes to api/abi of the systemd
  units, or .finalrd hooks. The package is not installed by default on
  xenial/bionic, hence the number and type of machines affected is
  small. If regressions are identified, reverting to previous version of
  the package is safe course of action, as there are no
  upgrade/downgrade incompatibilities between old & new versions of
  finalrd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/finalrd/+bug/1895160/+subscriptions

___
Mailing list: https://launchpad.net/~group.of.nepali.translators
Post to : group.of.nepali.translators@lists.launchpad.net
Unsubscribe : https://launchpad.net/~group.of.nepali.translators
More help   : https://help.launchpad.net/ListHelp


[Group.of.nepali.translators] [Bug 1895160] Re: Backport finalrd 6 to xenial and up

2020-09-16 Thread Brian Murray
Hello Dimitri, or anyone else affected,

Accepted finalrd into focal-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/finalrd/6~ubuntu20.04.1 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, what testing has been
performed on the package and change the tag from verification-needed-
focal to verification-done-focal. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-focal. In either case, without details of your testing we will
not be able to proceed.

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

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: finalrd (Ubuntu)
   Status: New => Invalid

** Changed in: finalrd (Ubuntu Focal)
   Status: New => Fix Committed

** Tags added: verification-needed verification-needed-focal

** Changed in: finalrd (Ubuntu Bionic)
   Status: New => Fix Committed

** Tags added: verification-needed-bionic

-- 
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1895160

Title:
  Backport finalrd 6 to xenial and up

Status in finalrd package in Ubuntu:
  Invalid
Status in finalrd source package in Xenial:
  New
Status in finalrd source package in Bionic:
  Fix Committed
Status in finalrd source package in Focal:
  Fix Committed

Bug description:
  [Impact]

   * finalrd is a useful tool, that improves ability to cleanly shut
  down systems. It is now desired to backport it all the way back to
  xenial. On classic systems it will not be installed by default, but
  available for users to opt-in into having it. On Ubuntu Core systems
  it will be installed by default, and used instead of snap-shutdown. As
  finalrd does everything that snap-shutdown already did, and much more.

   * finalrd is only tweaked slightly in version 6 to be compatible with
  any systemd from xenial to groovy.

  [Test Case]

  Classic
   * Install finalrd
   * execute `sudo finalrd` and observe that no stderr is printed, and command 
exits successfully
   * check that /run/initramfs is created and populated with 
/run/initramfs/shutdown, binaries and libraries.
   * Reboot
   * Observe that finalrd unit is started
   ** (optional) to make observing finalrd easier add /etc/finalrd/echo.finalrd 
hook that does `echo $@` with a sleep
   * Shutdown, capture console-log observe that finalrd was executed

  Core
   * Create custom core, core18 with finalrd preinstalled
   * Building custom Ubuntu Core 16 and Ubuntu Core 18 image with above core
   * Observe that finalrd unit is started on boot
   * Shutdown, capture console-log observe that finarld was executed.
   * Boot again
   * execute `sudo finalrd` and observe that no stderr is printed, and command 
exits successfully
   * check that /run/initramfs is created and populated with 
/run/initramfs/shutdown, binaries and libraries.

  [Regression Potential]

   * Packaging & tmpfiles were changed to be compatible with older
  systemd versions. There are no changes to api/abi of the systemd
  units, or .finalrd hooks. The package is not installed by default on
  xenial/bionic, hence the number and type of machines affected is
  small. If regressions are identified, reverting to previous version of
  the package is safe course of action, as there are no
  upgrade/downgrade incompatibilities between old & new versions of
  finalrd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/finalrd/+bug/1895160/+subscriptions

___
Mailing list: https://launchpad.net/~group.of.nepali.translators
Post to : group.of.nepali.translators@lists.launchpad.net
Unsubscribe : https://launchpad.net/~group.of.nepali.translators
More help   : https://help.launchpad.net/ListHelp