2022-06-16 08:36:56 |
Shih-Yuan Lee |
bug |
|
|
added bug |
2022-06-16 08:37:35 |
Shih-Yuan Lee |
nominated for series |
|
Ubuntu Jammy |
|
2022-06-16 08:37:35 |
Shih-Yuan Lee |
bug task added |
|
ubiquity (Ubuntu Jammy) |
|
2022-06-16 08:37:35 |
Shih-Yuan Lee |
nominated for series |
|
Ubuntu Focal |
|
2022-06-16 08:37:35 |
Shih-Yuan Lee |
bug task added |
|
ubiquity (Ubuntu Focal) |
|
2022-06-16 08:38:57 |
Shih-Yuan Lee |
bug task added |
|
oem-priority |
|
2022-06-16 08:39:19 |
Shih-Yuan Lee |
bug |
|
|
added subscriber OEM Solutions Group: Engineers |
2022-06-16 08:41:04 |
Launchpad Janitor |
merge proposal linked |
|
https://code.launchpad.net/~fourdollars/ubiquity/+git/ubiquity/+merge/424845 |
|
2022-06-16 08:41:52 |
Yuan-Chen Cheng |
tags |
|
oem-priority |
|
2022-06-16 08:47:56 |
Shih-Yuan Lee |
oem-priority: status |
New |
In Progress |
|
2022-06-16 08:48:03 |
Shih-Yuan Lee |
oem-priority: importance |
Undecided |
Critical |
|
2022-06-16 08:48:04 |
Shih-Yuan Lee |
oem-priority: assignee |
|
Shih-Yuan Lee (fourdollars) |
|
2022-06-16 08:48:41 |
Shih-Yuan Lee |
tags |
oem-priority |
oem-priority originate-from-1978843 somerville |
|
2022-06-16 08:49:49 |
Shih-Yuan Lee |
tags |
oem-priority originate-from-1978843 somerville |
oem-priority originate-from-1978309 originate-from-1978843 somerville |
|
2022-06-16 08:56:12 |
Shih-Yuan Lee |
description |
1) Description: Ubuntu 22.04 LTS
Release: 22.04
2) ubiquity 22.04.16
3) `debsums -c` returns the error of /sbin/start-stop-daemon
4) `debsums -c` returns no error.
We made the OEM jammy base image for Dell that contains dpkg 1.21.1ubuntu2 and then use dell-recovery (Ubiquity plugin) fish mechanism to install/upgrade dpkg 1.21.1ubuntu2.1.
Because Ubiquity will rename it to /sbin/start-stop-daemon.REAL and provide a fake /sbin/start-stop-daemon during the installation.
When installing newer dpkg, /sbin/start-stop-daemon will be replaced. However Ubiquity will rename /sbin/start-stop-daemon.REAL back to /sbin/start-stop-daemon after the installation.
So /sbin/start-stop-daemon will be kept as the older one.
That is why the issue happens. |
1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> About Ubuntu
Description: Ubuntu 22.04 LTS
Release: 22.04
2) The version of the package you are using, via 'apt-cache policy pkgname' or by checking in Software Center
ubiquity 22.04.16
3) What you expected to happen
`debsums -c` returns the error of /sbin/start-stop-daemon
4) What happened instead
`debsums -c` returns no error.
We made the OEM jammy base image for Dell that contains dpkg 1.21.1ubuntu2 and then use dell-recovery (Ubiquity plugin) fish mechanism to install/upgrade dpkg 1.21.1ubuntu2.1.
Because Ubiquity will rename it to /sbin/start-stop-daemon.REAL and provide a fake /sbin/start-stop-daemon during the installation.
When installing newer dpkg, /sbin/start-stop-daemon will be replaced. However Ubiquity will rename /sbin/start-stop-daemon.REAL back to /sbin/start-stop-daemon after the installation.
So /sbin/start-stop-daemon will be kept as the older one.
That is why the issue happens. |
|
2022-06-16 08:56:36 |
Shih-Yuan Lee |
description |
1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> About Ubuntu
Description: Ubuntu 22.04 LTS
Release: 22.04
2) The version of the package you are using, via 'apt-cache policy pkgname' or by checking in Software Center
ubiquity 22.04.16
3) What you expected to happen
`debsums -c` returns the error of /sbin/start-stop-daemon
4) What happened instead
`debsums -c` returns no error.
We made the OEM jammy base image for Dell that contains dpkg 1.21.1ubuntu2 and then use dell-recovery (Ubiquity plugin) fish mechanism to install/upgrade dpkg 1.21.1ubuntu2.1.
Because Ubiquity will rename it to /sbin/start-stop-daemon.REAL and provide a fake /sbin/start-stop-daemon during the installation.
When installing newer dpkg, /sbin/start-stop-daemon will be replaced. However Ubiquity will rename /sbin/start-stop-daemon.REAL back to /sbin/start-stop-daemon after the installation.
So /sbin/start-stop-daemon will be kept as the older one.
That is why the issue happens. |
1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> About Ubuntu
Description: Ubuntu 22.04 LTS
Release: 22.04
2) The version of the package you are using, via 'apt-cache policy pkgname' or by checking in Software Center
ubiquity 22.04.16
3) What you expected to happen
`debsums -c` returns no error.
4) What happened instead
`debsums -c` returns the error of /sbin/start-stop-daemon
We made the OEM jammy base image for Dell that contains dpkg 1.21.1ubuntu2 and then use dell-recovery (Ubiquity plugin) fish mechanism to install/upgrade dpkg 1.21.1ubuntu2.1.
Because Ubiquity will rename it to /sbin/start-stop-daemon.REAL and provide a fake /sbin/start-stop-daemon during the installation.
When installing newer dpkg, /sbin/start-stop-daemon will be replaced. However Ubiquity will rename /sbin/start-stop-daemon.REAL back to /sbin/start-stop-daemon after the installation.
So /sbin/start-stop-daemon will be kept as the older one.
That is why the issue happens. |
|
2022-07-01 15:54:42 |
Launchpad Janitor |
ubiquity (Ubuntu): status |
New |
Fix Released |
|
2022-07-06 08:13:59 |
Shih-Yuan Lee |
description |
1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> About Ubuntu
Description: Ubuntu 22.04 LTS
Release: 22.04
2) The version of the package you are using, via 'apt-cache policy pkgname' or by checking in Software Center
ubiquity 22.04.16
3) What you expected to happen
`debsums -c` returns no error.
4) What happened instead
`debsums -c` returns the error of /sbin/start-stop-daemon
We made the OEM jammy base image for Dell that contains dpkg 1.21.1ubuntu2 and then use dell-recovery (Ubiquity plugin) fish mechanism to install/upgrade dpkg 1.21.1ubuntu2.1.
Because Ubiquity will rename it to /sbin/start-stop-daemon.REAL and provide a fake /sbin/start-stop-daemon during the installation.
When installing newer dpkg, /sbin/start-stop-daemon will be replaced. However Ubiquity will rename /sbin/start-stop-daemon.REAL back to /sbin/start-stop-daemon after the installation.
So /sbin/start-stop-daemon will be kept as the older one.
That is why the issue happens. |
[Impact]
* Affects Canonical OEM images for Dell on focal and jammy
[Test Plan]
* Built Canonical OEM images for Dell on focal or jammy that includes the latest Ubiquity packages.
* Use the customized image to install Ubuntu system
* Install debsums after the installation to check the system.
[Where problems could occur]
* N/A
[Other Info]
* Anything else you think is useful to include
* Anticipate questions from users, SRU, +1 maintenance, security teams and the Technical Board
* and address these questions in advance
1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> About Ubuntu
Description: Ubuntu 22.04 LTS
Release: 22.04
2) The version of the package you are using, via 'apt-cache policy pkgname' or by checking in Software Center
ubiquity 22.04.16
3) What you expected to happen
`debsums -c` returns no error.
4) What happened instead
`debsums -c` returns the error of /sbin/start-stop-daemon
We made the OEM jammy base image for Dell that contains dpkg 1.21.1ubuntu2 and then use dell-recovery (Ubiquity plugin) fish mechanism to install/upgrade dpkg 1.21.1ubuntu2.1.
Because Ubiquity will rename it to /sbin/start-stop-daemon.REAL and provide a fake /sbin/start-stop-daemon during the installation.
When installing newer dpkg, /sbin/start-stop-daemon will be replaced. However Ubiquity will rename /sbin/start-stop-daemon.REAL back to /sbin/start-stop-daemon after the installation.
So /sbin/start-stop-daemon will be kept as the older one.
That is why the issue happens. |
|
2022-07-06 08:18:28 |
Shih-Yuan Lee |
description |
[Impact]
* Affects Canonical OEM images for Dell on focal and jammy
[Test Plan]
* Built Canonical OEM images for Dell on focal or jammy that includes the latest Ubiquity packages.
* Use the customized image to install Ubuntu system
* Install debsums after the installation to check the system.
[Where problems could occur]
* N/A
[Other Info]
* Anything else you think is useful to include
* Anticipate questions from users, SRU, +1 maintenance, security teams and the Technical Board
* and address these questions in advance
1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> About Ubuntu
Description: Ubuntu 22.04 LTS
Release: 22.04
2) The version of the package you are using, via 'apt-cache policy pkgname' or by checking in Software Center
ubiquity 22.04.16
3) What you expected to happen
`debsums -c` returns no error.
4) What happened instead
`debsums -c` returns the error of /sbin/start-stop-daemon
We made the OEM jammy base image for Dell that contains dpkg 1.21.1ubuntu2 and then use dell-recovery (Ubiquity plugin) fish mechanism to install/upgrade dpkg 1.21.1ubuntu2.1.
Because Ubiquity will rename it to /sbin/start-stop-daemon.REAL and provide a fake /sbin/start-stop-daemon during the installation.
When installing newer dpkg, /sbin/start-stop-daemon will be replaced. However Ubiquity will rename /sbin/start-stop-daemon.REAL back to /sbin/start-stop-daemon after the installation.
So /sbin/start-stop-daemon will be kept as the older one.
That is why the issue happens. |
[Impact]
* Affects Canonical OEM images for Dell on focal and jammy
[Test Plan]
* Built Canonical OEM images for Dell on focal or jammy that includes the latest Ubiquity packages from *-proposed or *-updates.
* Use the customized image to install Ubuntu system
* Install debsums after the installation to check the system.
[Where problems could occur]
* N/A
[Other Info]
* I have built and included the customized Ubiquity packages that included the patch for focal and jammy so there should also be no problem after we finished the SRU updates.
[Original Bug Description]
1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> About Ubuntu
Description: Ubuntu 22.04 LTS
Release: 22.04
2) The version of the package you are using, via 'apt-cache policy pkgname' or by checking in Software Center
ubiquity 22.04.16
3) What you expected to happen
`debsums -c` returns no error.
4) What happened instead
`debsums -c` returns the error of /sbin/start-stop-daemon
We made the OEM jammy base image for Dell that contains dpkg 1.21.1ubuntu2 and then use dell-recovery (Ubiquity plugin) fish mechanism to install/upgrade dpkg 1.21.1ubuntu2.1.
Because Ubiquity will rename it to /sbin/start-stop-daemon.REAL and provide a fake /sbin/start-stop-daemon during the installation.
When installing newer dpkg, /sbin/start-stop-daemon will be replaced. However Ubiquity will rename /sbin/start-stop-daemon.REAL back to /sbin/start-stop-daemon after the installation.
So /sbin/start-stop-daemon will be kept as the older one.
That is why the issue happens. |
|
2022-07-06 08:19:24 |
Launchpad Janitor |
merge proposal linked |
|
https://code.launchpad.net/~fourdollars/ubiquity/+git/ubiquity/+merge/426347 |
|
2022-07-06 08:19:34 |
Launchpad Janitor |
merge proposal linked |
|
https://code.launchpad.net/~fourdollars/ubiquity/+git/ubiquity/+merge/426348 |
|
2022-08-30 02:29:07 |
Shih-Yuan Lee |
bug |
|
|
added subscriber Ubuntu Sponsors Team |
2023-06-05 21:35:44 |
Steve Langasek |
ubiquity (Ubuntu Jammy): status |
New |
In Progress |
|
2023-06-05 21:35:47 |
Steve Langasek |
ubiquity (Ubuntu Jammy): assignee |
|
Steve Langasek (vorlon) |
|
2023-06-05 21:35:49 |
Steve Langasek |
removed subscriber Ubuntu Sponsors |
|
|
|
2023-06-07 03:46:51 |
Ubuntu Archive Robot |
bug |
|
|
added subscriber Steve Langasek |
2023-06-23 23:16:05 |
Steve Langasek |
bug |
|
|
added subscriber Ubuntu Sponsors |
2023-06-28 08:47:52 |
Robie Basak |
ubiquity (Ubuntu Jammy): status |
In Progress |
Fix Committed |
|
2023-06-28 08:47:53 |
Robie Basak |
bug |
|
|
added subscriber Ubuntu Stable Release Updates Team |
2023-06-28 08:47:56 |
Robie Basak |
bug |
|
|
added subscriber SRU Verification |
2023-06-28 08:47:57 |
Robie Basak |
tags |
oem-priority originate-from-1978309 originate-from-1978843 somerville |
oem-priority originate-from-1978309 originate-from-1978843 somerville verification-needed verification-needed-jammy |
|
2023-06-29 10:12:34 |
Julian Andres Klode |
removed subscriber Ubuntu Sponsors |
|
|
|
2023-07-05 07:42:10 |
Shih-Yuan Lee |
oem-priority: status |
In Progress |
Fix Committed |
|
2023-07-12 02:11:54 |
Kai-Chuan Hsieh |
tags |
oem-priority originate-from-1978309 originate-from-1978843 somerville verification-needed verification-needed-jammy |
oem-priority originate-from-1978309 originate-from-1978843 somerville verification-done verification-done-jammy |
|
2023-07-13 18:05:02 |
Launchpad Janitor |
ubiquity (Ubuntu Jammy): status |
Fix Committed |
Fix Released |
|
2023-07-13 18:05:14 |
Andreas Hasenack |
removed subscriber Ubuntu Stable Release Updates Team |
|
|
|