mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
test: create /run/sshd in TEST-74-AUX-UTILS
12264s [ 4819.948632] sshd[1365]: fatal: Missing privilege separation directory: /run/sshd 12264s [ 4819.952120] testsuite-74.sh[1362]: kex_exchange_identification: read: Connection reset by peer 12264s [ 4819.952120] testsuite-74.sh[1362]: Connection reset by /run/ssh-unix-local/socket port 0 https://autopkgtest.ubuntu.com/results/autopkgtest-jammy-upstream-systemd-ci-systemd-ci/jammy/amd64/s/systemd-upstream/20240113_093341_50fc7@/log.gz We copy binaries manually so some setups are missing, create the directory as needed
This commit is contained in:
committed by
Yu Watanabe
parent
489864d3e9
commit
0f6a6e2f2b
@@ -24,6 +24,8 @@ if [[ -v ASAN_OPTIONS ]] ; then
|
||||
fi
|
||||
|
||||
ROOTID=$(mktemp -u)
|
||||
# Needed on Ubuntu/Debian as we copy binaries manually
|
||||
mkdir -p /run/sshd
|
||||
|
||||
removesshid() {
|
||||
rm -f "$ROOTID" "$ROOTID".pub
|
||||
|
||||
Reference in New Issue
Block a user