Searched refs:journalctl (Results 1 – 25 of 29) sorted by relevance
12
/systemd-251/test/units/ |
D | testsuite-04.sh | 10 journalctl --relinquish-var 14 journalctl --rotate 15 journalctl --flush 16 journalctl --sync 24 ID=$(journalctl --new-id128 | sed -n 2p) 27 journalctl --sync 28 journalctl -b -o cat -t "$ID" >/output 31 ID=$(journalctl --new-id128 | sed -n 2p) 34 journalctl --sync 35 journalctl -b -o cat -t "$ID" >/output [all …]
|
D | testsuite-44.sh | 9 journalctl --namespace=foobar --sync 10 journalctl -o cat --namespace=foobar >/tmp/hello-world 11 journalctl -o cat >/tmp/no-hello-world
|
D | testsuite-60.sh | 53 if journalctl -u init.scope | grep -q "(mount-monitor-dispatch) entered rate limit"; then 66 if journalctl -u init.scope | grep -q "(mount-monitor-dispatch) left rate limit"; then
|
D | testsuite-36.sh | 55 journalctl --no-pager --cursor-file="$journalCursorFile" -n0 -ocat 63 journalctl --sync 64 journalctl -u "$unit" --cursor-file="$journalCursorFile" >"$journalLog"
|
D | testsuite-31.sh | 6 if journalctl -b -t systemd --grep '\.device: Changed plugged -> dead'; then
|
D | testsuite-16.sh | 22 journalctl -u "${service/_/-}.service" >>"$TESTLOG"
|
D | testsuite-02.sh | 89 journalctl --sync
|
D | testsuite-64.sh | 507 journalctl --cursor-file="${cursor:?}" -n0 -q 544 …{ journalctl -b -q --no-pager -o short-monotonic -p info --grep "/sys/devices/.+/vda[0-9]?" _PID=1…
|
/systemd-251/shell-completion/bash/ |
D | journalctl | 1 # journalctl(1) completion -*- shell-script -*- 66 comps=$(journalctl -F '_BOOT_ID' 2>/dev/null) 77 comps=$( journalctl --output=help 2>/dev/null ) 80 comps=$(journalctl --fields | sort 2>/dev/null) 93 comps=$(journalctl -F '_SYSTEMD_UNIT' 2>/dev/null) 107 comps=$(journalctl -F '_SYSTEMD_USER_UNIT' 2>/dev/null) 110 comps=$(journalctl -F 'SYSLOG_IDENTIFIER' 2>/dev/null) 127 mapfile -t field_vals < <(journalctl -F "${prev%=}" 2>/dev/null) 137 mapfile -t field_vals < <(journalctl -F "_EXE" 2>/dev/null; echo '/dev/') 144 mapfile -t field_vals < <(journalctl -F "${COMP_WORDS[COMP_CWORD-2]}" 2>/dev/null) [all …]
|
D | meson.build | 22 ['journalctl', ''],
|
/systemd-251/docs/var-log/ |
D | README.logs | 9 invoke "journalctl", which will output the logs in the identical text-based 11 refer to journalctl(1). 22 man:journalctl(1)
|
/systemd-251/src/shared/ |
D | bus-wait-for-jobs.c | 167 const char *systemctl = "systemctl", *journalctl = "journalctl"; in log_job_error_with_service_result() local 191 journalctl = strjoina("journalctl ", t ? : "<args>"); in log_job_error_with_service_result() 208 journalctl, in log_job_error_with_service_result() 219 journalctl, in log_job_error_with_service_result()
|
/systemd-251/units/ |
D | systemd-journal-flush.service | 21 ExecStart=journalctl --flush 22 ExecStop=journalctl --smart-relinquish-var
|
D | systemd-journal-catalog-update.service | 22 ExecStart=journalctl --update-catalog
|
/systemd-251/shell-completion/zsh/ |
D | _journalctl | 1 #compdef journalctl 40 cmd=("journalctl $_sys_service_mgr" "-F ${@[-1]}" "2>/dev/null" ) 66 # Build arguments for "journalctl" to be used in completion.
|
/systemd-251/catalog/ |
D | meson.build | 32 'test -n "$DESTDIR" || @0@/journalctl --update-catalog'.format(rootbindir))
|
/systemd-251/src/journal/ |
D | meson.build | 50 journalctl_sources = files('journalctl.c')
|
/systemd-251/docs/ |
D | JOURNAL_EXPORT_FORMATS.md | 27 This format can be generated via `journalctl -o export`. 87 journalctl -n1 -o export
|
D | PORTABILITY_AND_STABILITY.md | 16 * **The command line interface** of `systemd`, `systemctl`, `loginctl`, `journalctl`, and all other… 159 `journalctl` operates almost independently, but will query the boot id when
|
/systemd-251/src/rpm/ |
D | triggers.systemd.sh.in | 56 journalctl --update-catalog || :
|
D | triggers.systemd.in | 97 assert(posix.execp("journalctl", "--update-catalog"))
|
/systemd-251/ |
D | TODO | 367 * journalctl/timesyncd: whenever timesyncd acquires a synchronization from NTP, 370 are implicit). Then in journalctl when attempting to display the realtime 724 systemd-repart, systemd-tmpfiles, systemd-sysusers, journalctl) 921 * add --vacuum-xyz options to coredumpctl, matching those journalctl already has. 1255 log both units as UNIT=, so that journalctl -u triggers on both. 1480 …- check if we can make journalctl by default use --follow mode inside of less if called without ar… 1496 - journalctl: instead --after-cursor= maybe have a --cursor=XYZ+1 syntax? 1505 …- journalctl: add the ability to look for the most recent process of a binary. journalctl /usr/bin… 1506 - improve journalctl performance by loading journal files 1518 - journalctl --verify: don't show files that are currently being [all …]
|
D | NEWS | 361 * journalctl --list-boots now supports JSON output and the --reverse option. 1402 * journalctl --verify was extended with more informative error 1869 journalctl, and permit exposing only the specified subset of the 2719 * Similarly, the journalctl command also gained an --image= switch, 2723 * journalctl's --output=cat option (which outputs the log content 3523 journal files remain compatible with older journalctl 3526 * journalctl will now include a clickable link in the default output for 3544 * journalctl's "-o cat" output mode will now show one or more journal 3557 journalctl: a specific journal file may be specified to read the 3876 journalctl now takes a new option --namespace= to show logs from a [all …]
|
/systemd-251/man/rules/ |
D | meson.build | 30 ['journalctl', '1', [], ''],
|
/systemd-251/test/ |
D | test-functions | 100 JOURNALCTL="${JOURNALCTL:-$(command -v "$BUILD_DIR/journalctl" || command -v journalctl)}"
|
12