Blame doc/abrt-dump-journal-oops.txt

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