[Bug 2078583] Please test proposed package

Timo Aaltonen 2078583 at bugs.launchpad.net
Fri Nov 29 17:27:45 UTC 2024


Hello Andrew, or anyone else affected,

Accepted livecd-rootfs into noble-proposed. The package will build now
and be available at https://launchpad.net/ubuntu/+source/livecd-
rootfs/24.04.81 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-
noble to verification-done-noble. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-noble. 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.

** Also affects: livecd-rootfs (Ubuntu)
   Importance: Undecided
       Status: New

** Also affects: livecd-rootfs (Ubuntu Noble)
   Importance: Undecided
       Status: New

** Changed in: livecd-rootfs (Ubuntu)
       Status: New => Invalid

** Changed in: livecd-rootfs (Ubuntu Noble)
       Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to livecd-rootfs in Ubuntu.
https://bugs.launchpad.net/bugs/2078583

Title:
  unminimize script missing in 24.04

Status in livecd-rootfs:
  New
Status in Ubuntu Docker Images:
  New
Status in livecd-rootfs package in Ubuntu:
  Invalid
Status in livecd-rootfs source package in Noble:
  Fix Committed

Bug description:
  [SRU]
  =====

  [Impact]
  `unminimize` was at one point available/already installed in noble (24.04) OCI images, but since the move to "split it out" from `livecd-rootfs` it is no longer installed and is causing issues for some users. This is technically a regression, therefore we will reintroduce it to noble (only).

  [Test Case]

  Using the proposed branch, artefacts will be built and inspected to validate that `unminimize` is indeed now present in the images. Other users have also kindly provided their workflows here which we can also use as verification. The following will be run:
  ```
  RUN set -eux \
      && /usr/local/sbin/unminimize
  ```

  Additionally, the man pages should be now be present in the container
  (as a result of unminimize being run).

  If the above runs successfully, we can consider verification done.

  [Vendored Dependencies]

  N/A

  [Where Problems Could Occur]

  The biggest possible issue has already been mitigated (by symlinking
  the newly installed `/usr/bin/unminimize` to
  `/usr/local/sbin/unminimize`; therefore making this change transparent
  to current users). Other issues could possibly stem from the
  `unminimize` package itself. However, `unminimize` is is `main` and as
  such is subject to the thorough testing/ownership/etc. so we can
  assume the package is good.

  [Other Information]

  The SRU bug is _only_ for noble - the `unminimize` package has been
  entirely split out from `livecd-rootfs` in all releases noble+.
  However this has caused a regression to some users as this bug shows.
  Therefore `unminimize` is being reintroduced to noble but will remain
  separate (i.e. not pre-installed) in releases going forward.

  === Original bug ===

  The unminimize script seems to be missing from the latest 24.04 image,
  it was there previously:

  xxx at xxx:~$ docker run --pull=always --rm -it public.ecr.aws/lts/ubuntu:24.04
  24.04: Pulling from lts/ubuntu
  Digest: sha256:e6e66381e1ded976f2cdb0e87d1fe820710aff3ac7800bf252e8a0deeca0f135
  Status: Image is up to date for public.ecr.aws/lts/ubuntu:24.04
  root at d7dd66dec218:/# cat /etc/update-motd.d/60-unminimize
  #!/bin/sh
  #
  # This file is not managed by a package.  If you no longer want to
  # see this message you can safely remove the file.
  echo ""
  echo "This system has been minimized by removing packages and content that are"
  echo "not required on a system that users do not log into."
  echo ""
  echo "To restore this content, you can run the 'unminimize' command."
  root at d7dd66dec218:/# unminimize
  bash: unminimize: command not found

To manage notifications about this bug go to:
https://bugs.launchpad.net/livecd-rootfs/+bug/2078583/+subscriptions




More information about the foundations-bugs mailing list