v252 batch up to daa77632d1d769f280b6645bec2ab01adc8cefe5#468
Merged
bluca merged 6 commits intosystemd:v252-stablefrom Jan 9, 2025
Merged
v252 batch up to daa77632d1d769f280b6645bec2ab01adc8cefe5#468bluca merged 6 commits intosystemd:v252-stablefrom
bluca merged 6 commits intosystemd:v252-stablefrom
Conversation
…arameter unit_file_add_dependency() asserts, so check before calling it that the type is expected, or return EINVAL to the caller. root@localhost:~# busctl call org.freedesktop.systemd1 /org/freedesktop/systemd1 org.freedesktop.systemd1.Manager AddDependencyUnitFiles "asssbb" 0 uwhatm8 After 1 1 Broadcast message from systemd-journald@localhost (Mon 2025-01-06 18:12:14 UTC): systemd[1]: Caught <ABRT>, from our own process. Fixes systemd/systemd#35882 (cherry picked from commit d87dc74) (cherry picked from commit b679220) (cherry picked from commit c65056e) (cherry picked from commit 4d47117) (cherry picked from commit 71efbe6) (cherry picked from commit 12c948b)
New version of mdadm now asks a second question, so send 'y' twice to it in the test scripts [ 5.253483] TEST-64-UDEV-STORAGE.sh[684]: + echo y [ 5.254412] TEST-64-UDEV-STORAGE.sh[685]: + mdadm --create /dev/md/mdmirror --name mdmirror --uuid aaaaaaaa:bbbbbbbb:cccccccc:00000001 /dev/disk/by-id/scsi-0systemd_foobar_deadbeefmdadm0 /dev/disk/by-id/scsi-0systemd_foobar_deadbeefmdadm1 -v -f --level=1 --raid-devices=2 [ 5.254759] TEST-64-UDEV-STORAGE.sh[685]: To optimalize recovery speed, it is recommended to enable write-indent bitmap, do you want to enable it now? [y/N]? mdadm: Note: this array has metadata at the start and [ 5.255085] TEST-64-UDEV-STORAGE.sh[685]: may not be suitable as a boot device. If you plan to [ 5.255418] TEST-64-UDEV-STORAGE.sh[685]: store '/boot' on this device please ensure that [ 5.255745] TEST-64-UDEV-STORAGE.sh[685]: your boot-loader understands md/v1.x metadata, or use [ 5.256285] TEST-64-UDEV-STORAGE.sh[685]: --metadata=0.90 [ 5.256672] TEST-64-UDEV-STORAGE.sh[685]: mdadm: size set to 64512K [ 5.257063] TEST-64-UDEV-STORAGE.sh[685]: Continue creating array [y/N]? mdadm: create aborted. This is backward compatible with the older version that asks just one question (cherry picked from commit 1640642) (cherry picked from commit b2320ce) (cherry picked from commit 8127259) (cherry picked from commit 133b50d) (cherry picked from commit e808cbd) (cherry picked from commit c75f0c6)
This effectively reverts the commit f70e562, as the entry seems to match multiple models. Fixes #35691. (cherry picked from commit 52a2b04) (cherry picked from commit 685de97) (cherry picked from commit 75d331f) (cherry picked from commit ffcc646) (cherry picked from commit f028f22) (cherry picked from commit 8972f48)
Poll fds associated with the bus instead of hardcoding stdin/stdout. This is consequential under socket activation, when the provided fd should be used instead of stdin/stdout. (cherry picked from commit 9d1c28b) (cherry picked from commit 59f5a4323468befbdca2bae7907219eaf8852f9a) (cherry picked from commit a398d18) (cherry picked from commit 0ae29e6) (cherry picked from commit fb92304) (cherry picked from commit eab1d97) (cherry picked from commit daa7763)
systemctl: error while loading shared libraries: libgcrypt.so.20: cannot open shared object file: No such file or directory
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.