ABRT-DUMP-JOURNAL() | ABRT-DUMP-JOURNAL() |
NAME¶
abrt-dump-journal-oops - Extract oops from systemd-journal
SYNOPSIS¶
abrt-dump-journal-oops [-vsoxtf] [-e]/[-c CURSOR] [-d DIR]/[-D]
DESCRIPTION¶
This tool creates problem directory from oops extracted from systemd-journal. The tool can follow systemd-journal and extract oopses in time of their occurrence.
The following start from the last seen cursor. If the last seen cursor file does not exist, the following start by scanning the entire sytemd-journal or from the end if -e option is specified.
FILES¶
/etc/abrt/plugins/oops.conf
Configuration file where user can disable detection of
non-fatal MCEs
/var/lib/abrt/abrt-dump-journal-oops.state
State file where systemd-journal cursor to the last seen
message is saved
OPTIONS¶
-v, --verbose
Be more verbose. Can be given multiple times.
-s
Log to syslog
-o
Print found oopses on standard output
-d DIR
Create new problem directory in DIR for every oops
found
-D
Same as -d DumpLocation, DumpLocation is specified in
abrt.conf
-s CURSOR
Starts scanning systemd-journal from CURSOR
-e
Starts following systemd-journal from the end
-x
Make the problem directory world readable. Usable only
with -d/-D
-t
Throttle problem directory creation to 1 per second
-f
Follow systemd-journal
SEE ALSO¶
AUTHORS¶
•ABRT team