Unfortunately the last SRUs just went out a few days ago for Jammy and a month ago for Focal, it might take a while for the next one to happen. But given that this issue has an easy workaround this shouldn't be a problem IMO.
The next systemd SRUs most probably won't go out before Impish EOL, so I'm marking this task "WONTFIX".
As a workaround the service unit dependency settings can easily be adopted, using a drop-in config:
$ cat /etc/systemd/system/systemd-pstore.service.d/override.conf
[Unit]
After=modprobe@efi_pstore.service <email address hidden> modprobe@chromeos_pstore.service <email address hidden> modprobe@pstore_zone.service modprobe@pstore_blk.service
Wants=modprobe@efi_pstore.service <email address hidden> modprobe@chromeos_pstore.service <email address hidden> modprobe@pstore_zone.service modprobe@pstore_blk.service
Thank you very much!
This resembles the upstream fix and LGTM.
Good work on the detailed reproducer/testcase and thanks for executing autopkgtest ahead of time!
Keep up the good work!
I've staged both proposals in the git tree, to be landed with the next systemd SRUs: /git.launchpad. net/~ubuntu- core-dev/ ubuntu/ +source/ systemd/ log/?h= ubuntu- jammy /git.launchpad. net/~ubuntu- core-dev/ ubuntu/ +source/ systemd/ log/?h= ubuntu- focal
https:/
https:/
Unfortunately the last SRUs just went out a few days ago for Jammy and a month ago for Focal, it might take a while for the next one to happen. But given that this issue has an easy workaround this shouldn't be a problem IMO.
The next systemd SRUs most probably won't go out before Impish EOL, so I'm marking this task "WONTFIX".
As a workaround the service unit dependency settings can easily be adopted, using a drop-in config: system/ systemd- pstore. service. d/override. conf efi_pstore. service <email address hidden> modprobe@ chromeos_ pstore. service <email address hidden> modprobe@ pstore_ zone.service modprobe@ pstore_ blk.service efi_pstore. service <email address hidden> modprobe@ chromeos_ pstore. service <email address hidden> modprobe@ pstore_ zone.service modprobe@ pstore_ blk.service
$ cat /etc/systemd/
[Unit]
After=modprobe@
Wants=modprobe@