Activity log for bug #1749289

Date Who What changed Old value New value Message
2018-02-13 20:29:04 David Coronel bug added bug
2018-02-13 20:29:24 David Coronel attachment added The error after pressing Cancel in the OEM mode https://bugs.launchpad.net/ubuntu/+bug/1749289/+attachment/5054597/+files/oem-error.png
2018-02-13 20:29:48 David Coronel attachment added The different options between OEM and regular installation https://bugs.launchpad.net/ubuntu/+bug/1749289/+attachment/5054598/+files/oem-vs-regular.png
2018-02-14 00:26:51 Ubuntu Foundations Team Bug Bot tags bot-comment
2018-02-14 00:40:29 Brian Murray affects ubuntu oem-config (Ubuntu)
2018-03-13 13:48:38 Launchpad Janitor oem-config (Ubuntu): status New Confirmed
2018-03-13 13:48:41 Dariusz Gadomski bug added subscriber Dariusz Gadomski
2018-03-15 10:56:27 Launchpad Janitor branch linked lp:~dgadomski/ubiquity/lp1749289
2018-03-20 11:33:22 Eric Desrochers bug added subscriber Eric Desrochers
2018-07-31 12:36:35 Dimitri John Ledkov affects oem-config (Ubuntu) ubiquity (Ubuntu)
2018-07-31 12:36:46 Dimitri John Ledkov nominated for series Ubuntu Cosmic
2018-07-31 12:36:46 Dimitri John Ledkov bug task added ubiquity (Ubuntu Cosmic)
2018-07-31 12:36:46 Dimitri John Ledkov nominated for series Ubuntu Xenial
2018-07-31 12:36:46 Dimitri John Ledkov bug task added ubiquity (Ubuntu Xenial)
2018-07-31 12:36:46 Dimitri John Ledkov nominated for series Ubuntu Bionic
2018-07-31 12:36:46 Dimitri John Ledkov bug task added ubiquity (Ubuntu Bionic)
2018-07-31 12:36:52 Dimitri John Ledkov ubiquity (Ubuntu Xenial): status New Fix Committed
2018-07-31 12:36:57 Dimitri John Ledkov ubiquity (Ubuntu Xenial): status Fix Committed Confirmed
2018-07-31 12:37:03 Dimitri John Ledkov ubiquity (Ubuntu Bionic): status New In Progress
2018-07-31 12:37:07 Dimitri John Ledkov ubiquity (Ubuntu Cosmic): status Confirmed Fix Committed
2018-08-17 00:03:55 Launchpad Janitor ubiquity (Ubuntu Cosmic): status Fix Committed Fix Released
2018-08-23 16:39:18 Łukasz Zemczak ubiquity (Ubuntu Bionic): status In Progress Fix Committed
2018-08-23 16:39:20 Łukasz Zemczak bug added subscriber Ubuntu Stable Release Updates Team
2018-08-23 16:39:22 Łukasz Zemczak bug added subscriber SRU Verification
2018-08-23 16:39:28 Łukasz Zemczak tags bot-comment bot-comment verification-needed verification-needed-bionic
2018-08-28 14:40:13 David Coronel description Pressing Cancel during Ubuntu 16.04.3 Server installation after OEM install and after running oem-config-prepare aborts the installation. The behaviour is different from a regular Ubuntu 16.04.3 Server installation (without OEM) where the option at the bottom is "Go Back" which will send you back to steps menu. In the OEM mode, the options are "Ok" and "Cancel" and pressing Cancel will break the installation. Reproducer steps: 1.Download Ubuntu Server 16.04.3 from https://www.ubuntu.com/download/server 2.Boot VM with ubuntu-16.04.3-server-amd64.iso 3.Highlight "Install Ubuntu Server" and press F4 and choose "OEM install (for manufacturers)" and press Enter on "Install Ubuntu Server" 4.Accept all defaults and choose a password 5.Reboot at the end of the installation 6.Enter login prompt (username:oem and password you set) 7.sudo oem-config-prepare 8.Reboot 9.In "Select a language" screen, press Cancel 10.Installation aborts and OEM-config.service fails to start and hangs forever. The exact error message is: "Failed to start End-user configuration after initial OEM installation" [Impact] Pressing Cancel during Ubuntu 16.04.3 Server installation after OEM install and after running oem-config-prepare aborts the installation. The behaviour is different from a regular Ubuntu 16.04.3 Server installation (without OEM) where the option at the bottom is "Go Back" which will send you back to steps menu. In the OEM mode, the options are "Ok" and "Cancel" and pressing Cancel will break the installation. This is an issue with oem-config basically, which comes from ubiquity The upload[1] fixes the bug by implementing do_reboot method in the debconf_ui wizard to prevent AttributeError caused by calling missing method. [1] https://code.launchpad.net/~dgadomski/ubiquity/+git/ubiquity/+ref/lp1749289-b [[missing: justification for backporting the fix to the stable release]] [Test Case] 1.Download Ubuntu Server 16.04.3 from https://www.ubuntu.com/download/server 2.Boot VM with ubuntu-16.04.3-server-amd64.iso 3.Highlight "Install Ubuntu Server" and press F4 and choose "OEM install (for manufacturers)" and press Enter on "Install Ubuntu Server" 4.Accept all defaults and choose a password 5.Reboot at the end of the installation 6.Enter login prompt (username:oem and password you set) 7.sudo oem-config-prepare 8.Reboot 9.In "Select a language" screen, press Cancel 10.Installation aborts and OEM-config.service fails to start and hangs forever. The exact error message is: "Failed to start End-user configuration after initial OEM installation" [[missing: steps to verify that the updated package fixes the problem]] [Regression Potential] [[missing: discussion of how regressions are most likely to manifest as a result of this change]] [Other Info] The error after pressing Cancel in the OEM mode: https://launchpadlibrarian.net/356907996/oem-error.png The different options between OEM and regular installation: https://launchpadlibrarian.net/356908005/oem-vs-regular.png
2018-08-28 14:45:22 Dariusz Gadomski description [Impact] Pressing Cancel during Ubuntu 16.04.3 Server installation after OEM install and after running oem-config-prepare aborts the installation. The behaviour is different from a regular Ubuntu 16.04.3 Server installation (without OEM) where the option at the bottom is "Go Back" which will send you back to steps menu. In the OEM mode, the options are "Ok" and "Cancel" and pressing Cancel will break the installation. This is an issue with oem-config basically, which comes from ubiquity The upload[1] fixes the bug by implementing do_reboot method in the debconf_ui wizard to prevent AttributeError caused by calling missing method. [1] https://code.launchpad.net/~dgadomski/ubiquity/+git/ubiquity/+ref/lp1749289-b [[missing: justification for backporting the fix to the stable release]] [Test Case] 1.Download Ubuntu Server 16.04.3 from https://www.ubuntu.com/download/server 2.Boot VM with ubuntu-16.04.3-server-amd64.iso 3.Highlight "Install Ubuntu Server" and press F4 and choose "OEM install (for manufacturers)" and press Enter on "Install Ubuntu Server" 4.Accept all defaults and choose a password 5.Reboot at the end of the installation 6.Enter login prompt (username:oem and password you set) 7.sudo oem-config-prepare 8.Reboot 9.In "Select a language" screen, press Cancel 10.Installation aborts and OEM-config.service fails to start and hangs forever. The exact error message is: "Failed to start End-user configuration after initial OEM installation" [[missing: steps to verify that the updated package fixes the problem]] [Regression Potential] [[missing: discussion of how regressions are most likely to manifest as a result of this change]] [Other Info] The error after pressing Cancel in the OEM mode: https://launchpadlibrarian.net/356907996/oem-error.png The different options between OEM and regular installation: https://launchpadlibrarian.net/356908005/oem-vs-regular.png [Impact] Pressing Cancel during Ubuntu 16.04.3 Server installation after OEM install and after running oem-config-prepare aborts the installation. The behaviour is different from a regular Ubuntu 16.04.3 Server installation (without OEM) where the option at the bottom is "Go Back" which will send you back to steps menu. In the OEM mode, the options are "Ok" and "Cancel" and pressing Cancel will break the installation. This is an issue with oem-config basically, which comes from ubiquity The upload[1] fixes the bug by implementing do_reboot method in the debconf_ui wizard to prevent AttributeError caused by calling missing method. [1] https://code.launchpad.net/~dgadomski/ubiquity/+git/ubiquity/+ref/lp1749289-b [[missing: justification for backporting the fix to the stable release]] [Test Case] 1.Download Ubuntu Server 16.04.3 from https://www.ubuntu.com/download/server 2.Boot VM with ubuntu-16.04.3-server-amd64.iso 3.Highlight "Install Ubuntu Server" and press F4 and choose "OEM install (for manufacturers)" and press Enter on "Install Ubuntu Server" 4.Accept all defaults and choose a password 5.Reboot at the end of the installation 6.Enter login prompt (username:oem and password you set) 7.sudo oem-config-prepare 8.Reboot 9.In "Select a language" screen, press Cancel 10.Installation aborts and OEM-config.service fails to start and hangs forever. The exact error message is: "Failed to start End-user configuration after initial OEM installation" [[missing: steps to verify that the updated package fixes the problem]] [Regression Potential] If any automation was depending on current behavior (error code returned from the script when unimplemented methods has been called) it may now misbehave. [Other Info] The error after pressing Cancel in the OEM mode: https://launchpadlibrarian.net/356907996/oem-error.png The different options between OEM and regular installation: https://launchpadlibrarian.net/356908005/oem-vs-regular.png
2018-09-26 05:07:14 Michael Hudson-Doyle bug added subscriber Michael Hudson-Doyle
2018-09-30 23:37:14 Michael Hudson-Doyle tags bot-comment verification-needed verification-needed-bionic bot-comment verification-done verification-done-bionic
2018-10-01 08:06:10 Łukasz Zemczak removed subscriber Ubuntu Stable Release Updates Team
2018-10-01 08:16:13 Launchpad Janitor ubiquity (Ubuntu Bionic): status Fix Committed Fix Released
2018-10-12 13:33:33 Dariusz Gadomski attachment added xenial_ubiquity_2.21.63.9.debdiff https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1749289/+attachment/5200383/+files/xenial_ubiquity_2.21.63.9.debdiff
2018-10-12 13:33:50 Dariusz Gadomski bug added subscriber Ubuntu SRU developers
2018-10-16 13:55:33 Dan Streetman ubiquity (Ubuntu Xenial): assignee Dariusz Gadomski (dgadomski)
2018-10-16 13:55:36 Dan Streetman ubiquity (Ubuntu Xenial): importance Undecided Medium
2018-10-16 13:55:38 Dan Streetman ubiquity (Ubuntu Xenial): status Confirmed In Progress
2018-10-16 18:41:06 Dan Streetman bug added subscriber Ubuntu Stable Release Updates Team
2018-10-23 15:30:44 Brian Murray ubiquity (Ubuntu Xenial): status In Progress Fix Committed
2018-10-23 15:30:53 Brian Murray tags bot-comment verification-done verification-done-bionic bot-comment verification-done-bionic verification-needed verification-needed-xenial
2018-10-23 19:43:13 David Coronel tags bot-comment verification-done-bionic verification-needed verification-needed-xenial bot-comment verification-done-bionic verification-done-xenial verification-needed
2018-10-31 10:52:14 Launchpad Janitor ubiquity (Ubuntu Xenial): status Fix Committed Fix Released