Home
last modified time | relevance | path

Searched refs:journalctl (Results 1 – 25 of 29) sorted by relevance

12

/systemd-251/test/units/
Dtestsuite-04.sh10 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 …]
Dtestsuite-44.sh9 journalctl --namespace=foobar --sync
10 journalctl -o cat --namespace=foobar >/tmp/hello-world
11 journalctl -o cat >/tmp/no-hello-world
Dtestsuite-60.sh53 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
Dtestsuite-36.sh55 journalctl --no-pager --cursor-file="$journalCursorFile" -n0 -ocat
63 journalctl --sync
64 journalctl -u "$unit" --cursor-file="$journalCursorFile" >"$journalLog"
Dtestsuite-31.sh6 if journalctl -b -t systemd --grep '\.device: Changed plugged -> dead'; then
Dtestsuite-16.sh22 journalctl -u "${service/_/-}.service" >>"$TESTLOG"
Dtestsuite-02.sh89 journalctl --sync
Dtestsuite-64.sh507 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/
Djournalctl1 # 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 …]
Dmeson.build22 ['journalctl', ''],
/systemd-251/docs/var-log/
DREADME.logs9 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/
Dbus-wait-for-jobs.c167 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/
Dsystemd-journal-flush.service21 ExecStart=journalctl --flush
22 ExecStop=journalctl --smart-relinquish-var
Dsystemd-journal-catalog-update.service22 ExecStart=journalctl --update-catalog
/systemd-251/shell-completion/zsh/
D_journalctl1 #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/
Dmeson.build32 'test -n "$DESTDIR" || @0@/journalctl --update-catalog'.format(rootbindir))
/systemd-251/src/journal/
Dmeson.build50 journalctl_sources = files('journalctl.c')
/systemd-251/docs/
DJOURNAL_EXPORT_FORMATS.md27 This format can be generated via `journalctl -o export`.
87 journalctl -n1 -o export
DPORTABILITY_AND_STABILITY.md16 * **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/
Dtriggers.systemd.sh.in56 journalctl --update-catalog || :
Dtriggers.systemd.in97 assert(posix.execp("journalctl", "--update-catalog"))
/systemd-251/
DTODO367 * 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 …]
DNEWS361 * 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/
Dmeson.build30 ['journalctl', '1', [], ''],
/systemd-251/test/
Dtest-functions100 JOURNALCTL="${JOURNALCTL:-$(command -v "$BUILD_DIR/journalctl" || command -v journalctl)}"

12