Searched refs:failed (Results 1 – 25 of 135) sorted by relevance
123456
/systemd-251/test/units/ |
D | testsuite-53.sh | 6 : >/failed 26 } >>/failed 28 if test ! -s /failed ; then 29 rm -f /failed
|
D | testsuite-24.service | 7 ExecStartPre=rm -f /failed /testok 8 ExecStart=sh -x -e -c 'mountpoint /var; systemctl --state=failed --no-legend --no-pager >/failed; e…
|
D | testsuite-14.service | 6 ExecStartPre=rm -f /failed /testok 8 ExecStart=/bin/sh -e -x -c 'systemctl --state=failed --no-legend --no-pager >/failed ; echo OK >/te…
|
D | testsuite-01.service | 8 ExecStartPre=rm -f /failed /testok 9 ExecStart=sh -e -x -c 'systemctl --state=failed --no-legend --no-pager >/failed ; systemctl daemon-…
|
D | testsuite-02.sh | 12 rm -fv /failed-tests /skipped-tests /skipped 29 echo "$name" >>/failed-tests 34 } >>/failed
|
D | testsuite-63.service | 6 ExecStartPre=rm -f /failed /testok 18 ExecStart=sh -x -c 'test "$(systemctl show test63.path -P ActiveState)" = failed' 23 ExecStart=systemctl reset-failed
|
D | testsuite-22.sh | 6 : >/failed 13 rm /failed
|
D | testsuite-17.sh | 6 : >/failed 15 rm /failed
|
D | testsuite-07.sh | 6 : >/failed 36 rm /failed
|
D | testsuite-10.service | 6 ExecStartPre=rm -f /failed /testok 14 ExecStart=sh -x -c 'test "$(systemctl show test10.socket -P ActiveState)" = failed'
|
D | testsuite-17.service | 6 ExecStartPre=rm -f /failed /testok
|
D | testsuite-37.service | 6 ExecStartPre=rm -f /failed /testok
|
D | testsuite-15.service | 6 ExecStartPre=rm -f /failed /testok
|
D | testsuite-53.service | 6 ExecStartPre=rm -f /failed /testok
|
D | testsuite-54.service | 6 ExecStartPre=rm -f /failed /testok
|
/systemd-251/test/ |
D | mkosi-check-and-shutdown.sh | 4 systemctl --failed --no-legend | tee /failed-services 7 [[ ! -s /failed-services ]]
|
D | mkosi-check-and-shutdown.service | 3 Description=Check if any service failed and then shutdown the machine 12 ExecStartPre=-rm -f /failed-services
|
D | test-functions | 350 rm -f "$initdir"/{testok,failed,skipped} 492 rm -f "${initdir:?}"/{testok,failed,skipped} 1491 if [ -s "$workspace/failed" ]; then 1493 cp -a "$workspace/failed" "${TESTDIR:?}/" 1499 echo "(timeout)" >"${TESTDIR:?}/failed" 1510 echo "(failed; see logs)" >"${TESTDIR:?}/failed" 1524 if [ ${ret:?} != 0 ] && [ -f "$TESTDIR/failed" ]; then 1526 cat "$TESTDIR/failed" 1580 if [[ -s "$workspace/failed" ]]; then 1583 cat "$workspace/failed" [all …]
|
/systemd-251/shell-completion/zsh/ |
D | _systemctl.in | 25 "is-failed:Check whether units are failed" 31 "reset-failed:Reset failed state for all, one, or more units" 209 __systemctl $mode list-units --state inactive,failed "$PREFIX*" 223 …_systemctl_failed_units() {_sys_failed_units=( ${${(f)"$(__systemctl list-units --state=failed "$… 244 for fun in is-active is-failed is-enabled status show preset help list-dependencies edit revert add… 276 (( $+functions[_systemctl_reset-failed] )) || _systemctl_reset-failed() 279 _wanted systemd-units expl 'failed unit' \ 280 compadd "$@" -a - _sys_failed_units || _message "no failed unit found" 502 '--failed[Show failed units]' \
|
/systemd-251/src/cgls/ |
D | cgls.c | 227 goto failed; in run() 231 goto failed; in run() 259 goto failed; in run() 278 failed: in run()
|
/systemd-251/src/systemctl/ |
D | meson.build | 50 'systemctl-reset-failed.c', 51 'systemctl-reset-failed.h',
|
/systemd-251/shell-completion/bash/ |
D | systemctl.in | 75 __systemctl $1 list-units --state inactive,failed "$2*" | \ 107 … | { while read -r a b c d; do [[ $c == "failed" ]] && echo " $a"; done; }; } 130 --show-types --plain --failed --value --fail --dry-run --wait' 199 …[NONTEMPLATE_UNITS]='is-active is-failed is-enabled status show preset help list-dependencies edit… 203 [FAILED_UNITS]='reset-failed'
|
/systemd-251/.github/workflows/ |
D | mkosi.yml | 81 …run: ./.github/workflows/run_mkosi.sh shell bash -c "[[ -e /testok ]] || { cat /failed-services; e… 93 …run: ./.github/workflows/run_mkosi.sh shell bash -c "[[ -e /testok ]] || { cat /failed-services; e…
|
/systemd-251/src/libsystemd/sd-device/ |
D | device-enumerator.c | 379 goto failed; in enumerator_sort_devices() 395 goto failed; in enumerator_sort_devices() 419 goto failed; in enumerator_sort_devices() 423 goto failed; in enumerator_sort_devices() 439 failed: in enumerator_sort_devices()
|
/systemd-251/test/testsuite-28.units/ |
D | testsuite-28-pre.service | 3 ExecStart=rm -f /failed /testok
|
123456