summaryrefslogtreecommitdiffstats
path: root/test/TEST-09-REBOOT (unfollow)
Commit message (Collapse)AuthorFilesLines
14 daysmeson: sort source filesYu Watanabe1-10/+10
2024-12-22Use device3.xml for testing chid_matchAni Sinha1-1/+1
device3.xml was not used. Use it now.
2024-12-22sd-varlink: add sd_varlink_server_listen_name (#35697)Thorsten Kukuk3-3/+16
2024-12-22shell-completion: add bash completion for userdbctl (#35720)Joey Holtzman2-1/+107
Closes #35660.
2024-12-22test: answer 2nd mdadm --create question for compat with new versionLuca Boccassi2-6/+6
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
2024-12-21Remove leftover .gitmodules fileDaan De Meyer1-0/+0
2024-12-21mkosi: Fix authselect systemd-homed feature nameDaan De Meyer1-2/+2
The feature name is with-systemd-homed, not with-homed.
2024-12-21systemd-homed: Give access to /dev/btrfs-controlDaan De Meyer1-0/+1
Otherwise, we see "WARNING: failed to open /dev/btrfs-control, skipping device registration: Operation not permitted" in systemd-homed's logs when creating a btrfs on luks home.
2024-12-21units: Order systemd-oomd after systemd-sysusersDaan De Meyer1-1/+1
systemd-sysusers might create the systemd-oom system user that systemd-oomd runs under so let's order systemd-oomd after systemd-sysusers.
2024-12-21hwdb: comment out the entry for Logitech MX Keys for MacYu Watanabe1-3/+8
This effectively reverts the commit f70e5620b6ac319beac1d5ce26331bdc48d25daa, as the entry seems to match multiple models. Fixes #35691.
2024-12-20docs: Simplify hacking documentationDaan De Meyer1-85/+68
Let's use "mkosi sandbox" in the docs so that users can build systemd without having to install anything except mkosi. Using mkosi sandbox will use tools and dependencies from the tools tree which is also used in CI and thus has a higher chance of working from the first try compared to whatever tools might be installed on the host system of a new contributor.
2024-12-20mkosi.clangd: Fail on command errorsDaan De Meyer1-0/+1
2024-12-20mkosi.clangd: Don't pass --host if we're not using flatpak-spawnDaan De Meyer1-1/+1