Merge ~wilkmarcin/ubuntu/+source/clevis:lp2065149-noble-ps-invalid-option--o into ubuntu/+source/clevis:ubuntu/noble-devel
| Status: | Needs review |
|---|---|
| Proposed branch: | ~wilkmarcin/ubuntu/+source/clevis:lp2065149-noble-ps-invalid-option--o |
| Merge into: | ubuntu/+source/clevis:ubuntu/noble-devel |
| Diff against target: |
102 lines (+70/-1) 4 files modified
debian/changelog (+8/-0) debian/control (+2/-1) debian/patches/lp2065149-ps-invalid-option--o.patch (+59/-0) debian/patches/series (+1/-0) |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Dariusz Gadomski (community) | Approve | ||
|
Review via email:
|
|||
Description of the change
Backported existing upstream fix https:/
* debian/
fix killing child PIDs. Thanks to Oldřich Jedlička
<email address hidden>. (LP: #2065149)
Please tag & sponsor.
PPA: ppa:wilkmarcin/
Steps to test:
Install clevis and clevis-initramfs packages version 20-1 on Ubuntu Noble.
Reboot the system. The following error will appear in the boot messages:
```
Begin: Running /scripts/
BusyBox v1.36.1 (Ubuntu 1:1.36.
Usage: ps
Show list of processes
w Wide output
l Long output
done.
Begin: Running /scripts/
```
Next, install the patched version:
# sudo add-apt-repository ppa:wilkmarcin/
# sudo apt update
# sudo apt install clevis-initramfs -y
Reboot the system. The aforementioned error will no longer appear.
Package Test Results:
autopkgtest [17:15:08]: test run-testsuite: -------
autopkgtest [17:15:08]: test run-testsuite: - - - - - - - - - - results - - - - - - - - - -
run-testsuite PASS
autopkgtest [17:15:08]: @@@@@@@
run-testsuite PASS

lgtm