Activity log for bug #1974483

Date Who What changed Old value New value Message
2022-05-20 21:48:28 ov2k bug added bug
2022-05-22 21:59:14 Michael Hudson-Doyle subiquity: status New Triaged
2022-05-22 21:59:16 Michael Hudson-Doyle subiquity: importance Undecided High
2022-06-14 10:33:23 Michael Hudson-Doyle tags fr-2464
2022-07-12 11:28:14 Łukasz Zemczak bug task added ubuntu-meta (Ubuntu)
2022-07-12 11:28:19 Łukasz Zemczak nominated for series Ubuntu Jammy
2022-07-12 11:28:19 Łukasz Zemczak bug task added ubuntu-meta (Ubuntu Jammy)
2022-07-12 11:28:24 Łukasz Zemczak ubuntu-meta (Ubuntu Jammy): milestone ubuntu-22.04.1
2022-08-05 00:49:27 Launchpad Janitor ubuntu-meta (Ubuntu): status New Confirmed
2022-08-05 00:49:27 Launchpad Janitor ubuntu-meta (Ubuntu Jammy): status New Confirmed
2022-09-10 00:30:39 Matthieu Clemenceau bug added subscriber Ubuntu Foundations Team
2022-09-10 00:30:47 Matthieu Clemenceau tags fr-2464 foundations-todo fr-2464
2022-09-15 15:30:57 Matthieu Clemenceau removed subscriber Ubuntu Foundations Team
2022-09-15 15:31:04 Matthieu Clemenceau bug added subscriber Ubuntu Foundations Bugs
2022-09-21 20:27:08 Brian Murray ubuntu-meta (Ubuntu Jammy): milestone ubuntu-22.04.1 ubuntu-22.04.2
2023-06-24 06:46:03 Nobuto Murata bug added subscriber Nobuto Murata
2023-07-12 12:52:16 Andreas Lindhé bug added subscriber Andreas Lindhé
2023-09-21 03:19:30 Launchpad Janitor merge proposal linked https://code.launchpad.net/~mwhudson/ubuntu-seeds/+git/ubuntu/+merge/451769
2023-09-24 23:57:49 Michael Hudson-Doyle ubuntu-meta (Ubuntu): status Confirmed Fix Released
2023-09-24 23:57:51 Michael Hudson-Doyle subiquity: status Triaged Fix Released
2024-07-02 20:47:50 Launchpad Janitor merge proposal linked https://code.launchpad.net/~cpete/ubuntu-seeds/+git/ubuntu/+merge/468628
2024-07-18 16:25:55 Launchpad Janitor merge proposal linked https://code.launchpad.net/~cpete/ubuntu/+source/ubuntu-meta/+git/ubuntu-meta/+merge/469674
2024-07-18 16:28:43 Launchpad Janitor merge proposal linked https://code.launchpad.net/~cpete/ubuntu/+source/ubuntu-meta/+git/ubuntu-meta/+merge/469675
2024-07-18 16:56:57 Chris Peterson description With 22.04, openssh-server is baked into the image curtin copies to the target. The ssh:install-server key no longer controls whether openssh-server gets installed. It should be easy enough to have the bit of code that installs openssh-server when the key is true also remove it when the key is false. [ Impact ] openssh-server is always installed to the target machine regardless of the user's explicit choice to not have it installed. Backporting the fix will allow image builds to pick up it up and become available for the next point release. The upload fixes the bug by removing ssh-import-id from the server-minimal seed and meta-package such that it's not part of the base layer copied over during install. [ Test Plan ] live images -- Test 1: 1. Download the latest server installer image from https://cdimage.ubuntu.com/ubuntu-server/jammy/daily-live/ 2. Perform a regular install using the image and on the "SSH configuration" screen make sure "Install OpenSSH server" is NOT selected. 3. Finish the install and reboot the machine. 4. Login to the rebooted machine using the credentials provided during install. 5. Using "apt-cache policy openssh-server" and "apt-cache policy ssh-import-id" confirm neither are installed. live images -- Test 2: - Perform Test 1 but instead opt-in to installing openssh-server and ensure it is installed in the target system. live-images -- Test 3: - Perform Test 2 but in a completely offline fashion. pre-installed images: - Download the latest preinstalled image from: https://cdimage.ubuntu.com/ubuntu-server/jammy/daily-preinstalled/ - Boot the image and, using the same commands as above, confirm openssh-server and ssh-import-id ARE installed [ Where problems could occur ] - openssh-server could be included in the build through other means than identified by the proposed upload, causing the package to be still installed by default. - openssh-server and ssh-import-id could fail to become part of the pool, prohibiting offline install of the packages. - Changes to the seeds could cause preinstalled images to lack the package. - The image build(s) may produce errors if they rely on openssh-server or ssh-import-id already being available in a layer in which it's now no longer included. (I can't say it's likely but it is worth mentioning) [ Other Info ] * I have built test images for ubuntu-cpc, both minimized and non-minimized, with my seed changes and verified those images will still correctly contain ssh-import-id and open-ssh-server [ Original Description] With 22.04, openssh-server is baked into the image curtin copies to the target. The ssh:install-server key no longer controls whether openssh-server gets installed. It should be easy enough to have the bit of code that installs openssh-server when the key is true also remove it when the key is false.
2024-07-23 20:38:57 Brian Murray ubuntu-meta (Ubuntu Jammy): status Confirmed Fix Committed
2024-07-23 20:38:59 Brian Murray bug added subscriber Ubuntu Stable Release Updates Team
2024-07-23 20:39:04 Brian Murray bug added subscriber SRU Verification
2024-07-23 20:39:17 Brian Murray tags foundations-todo fr-2464 foundations-todo fr-2464 verification-needed verification-needed-jammy
2024-07-31 16:03:06 Launchpad Janitor merge proposal linked https://code.launchpad.net/~cpete/livecd-rootfs/+git/livecd-rootfs/+merge/470438
2024-08-01 21:23:58 Michael Hudson-Doyle bug task added livecd-rootfs (Ubuntu)
2024-08-01 21:24:18 Michael Hudson-Doyle livecd-rootfs (Ubuntu): status New Fix Released
2024-08-01 21:24:22 Michael Hudson-Doyle livecd-rootfs (Ubuntu Jammy): status New In Progress
2024-08-02 11:55:35 Timo Aaltonen livecd-rootfs (Ubuntu Jammy): status In Progress Fix Committed