This bug was fixed in the package systemd - 245.6-3ubuntu3 --------------- systemd (245.6-3ubuntu3) groovy; urgency=medium * Rebuild against libselinux 3.0 systemd (245.6-3ubuntu2) groovy; urgency=medium * basic/cap-list: Print unknown capabilities in hexadecimal. This fixes autopkgtest running on 5.8 kernels (when systemd was built on an earlier one) (LP: #1885755) File: debian/patches/basic-cap-list-parse-print-numerical-capabilities.patch https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=ef46ec8289df815d42c9a3fdbf9fb347226d6be4 systemd (245.6-3ubuntu1) groovy; urgency=medium * Merge to Ubuntu from Debian unstable - Dropped changes: * Enable EFI/bootctl on armhf. systemd (245.6-3) unstable; urgency=medium [ Dan Streetman ] * d/t/upstream: capture new merged 'system.journal' from tests. https://github.com/systemd/systemd/pull/15281 * d/t/upstream: use --directory or --file param for journalctl. Properly tell journalctl if the journal to parse is a dir or file. * d/t/storage: check for ext2 or ext4 fs when using crypttab 'tmp' option. https://github.com/systemd/systemd/pull/15853 [ Martin Pitt ] * debian/tests/localed-locale: Fix for environments without en_US.UTF-8. Unconditionally back up/restore locale configuration files and generate en_US.UTF-8. Previously the test failed in environments which have some locale other than en_US.UTF-8 in /etc/default/locale. Also fix the assertion of /etc/locale.conf not being present after localectl. This only applies to Debian/Ubuntu tests, not upstream ones. [ Dimitri John Ledkov ] * Enable EFI/bootctl on armhf. systemd (245.6-2ubuntu2) groovy; urgency=medium [ Balint Reczey ] * debian/tests/tests-in-lxd: Work around snapd.seeded.service hanging File: debian/tests/tests-in-lxd https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=04a3342ff533b234ccb1a1020f6d854ab0acd053 [ Dimitri John Ledkov ] * ubuntu: enable CET on amd64. File: debian/rules https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=cc42a377e7e8c372124bcf43d9f4fb9c169f4292 [ Dan Streetman ] * Lock swap blockdevice while calling mkswap (LP: #1838329) Files: - debian/patches/lp1838329/0001-blockdev-propagate-one-more-unexpected-error.patch - debian/patches/lp1838329/0003-dissect-use-log_debug_errno-where-appropriate.patch - debian/patches/lp1838329/0004-blockdev-add-helper-for-locking-whole-block-device.patch - debian/patches/lp1838329/0005-makefs-lock-device-while-we-operate.patch - debian/patches/lp1838329/0006-makefs-normalize-logging-a-bit.patch - debian/patches/lp1838329/0007-cryptsetup-generator-use-systemd-makefs-for-implemen.patch https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=652a148cf1d3ecfa93cfee288c152c90caee3ac6 systemd (245.6-2ubuntu1) groovy; urgency=medium * Merge to Ubuntu from Debian unstable - Dropped changes: * dhclient-exit-hooks.d/timesyncd: Act only when systemd-timesyncd is enabled * hwdb: Mask rfkill event from intel-hid on HP platforms (LP: #1883846) File: debian/patches/hwdb-Mask-rfkill-event-from-intel-hid-on-HP-platforms.patch https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=c705323d61b9cd4e36ceb92e236cd6e9ba4c1b1a * debian/tests/tests-in-lxd: Show debugging info about reason of skipping test File: debian/tests/tests-in-lxd https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=1c835ca2d4f6d09977525d781d224a87ba7cde24 * debian/tests/tests-in-lxd: Drop workaround removing fstab from the container (LP: #1886430) File: debian/tests/tests-in-lxd https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=f13213af98fa4c27c5f7e58c511b9691bb56065a systemd (245.6-2) unstable; urgency=medium [ Dan Streetman ] * 40-vm-hotadd.rules: check offline before onlining memory/cpus. The kernel will return EINVAL if the memory or cpu is already online, which is harmless, but adds a confusing error to the log. Avoid the error message by only onlining if the memory or cpu is currently offline. (LP: #1876018) [ Michael Biebl ] * d/t/boot-and-services: use canonical name for NetworkManager service * Fix build with libmicrohttpd 0.9.71. The return type of callbacks was changed from int to an enum. [ Youfu Zhang ] * fsckd: avoid useless CR displayed on console (LP: #1692353) [ Balint Reczey ] * dhclient-exit-hooks.d/timesyncd: Act only when systemd-timesyncd is available. Otherwise the hook script might trigger an error if the systemd-timesyncd package is uninstalled but not purged. (LP: #1873031) -- Balint Reczey