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

Packit 8ea169
abrt-dump-journal-xorg(1)
Packit 8ea169
=========================
Packit 8ea169
Packit 8ea169
NAME
Packit 8ea169
----
Packit 8ea169
abrt-dump-journal-xorg - Extract Xorg crashes from systemd-journal
Packit 8ea169
Packit 8ea169
SYNOPSIS
Packit 8ea169
--------
Packit 8ea169
'abrt-dump-journal-xorg' [-vsoxtf] [-e]/[-c CURSOR] [-d DIR]/[-D] [-j FILTER]
Packit 8ea169
Packit 8ea169
DESCRIPTION
Packit 8ea169
-----------
Packit 8ea169
This tool creates problem directory from Xorg crash extracted from
Packit 8ea169
systemd-journal.
Packit 8ea169
The tool can follow systemd-journal and extract Xorg crashes 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
Journal filter is required parameter and must be specified either by parameter
Packit 8ea169
-j or in xorg.conf conf file.
Packit 8ea169
Packit 8ea169
FILES
Packit 8ea169
-----
Packit 8ea169
/var/lib/abrt/abrt-dump-journal-xorg.state::
Packit 8ea169
   State file where systemd-journal cursor to the last seen message is saved.
Packit 8ea169
Packit 8ea169
Configuration file
Packit 8ea169
~~~~~~~~~~~~~~~~~~
Packit 8ea169
The conf file is located in /etc/abrt/plugins/xorg.conf.
Packit 8ea169
Configuration file lines should have 'PARAM = VALUE' format. The parameters for
Packit 8ea169
abrt-dump-journal-xorg are:
Packit 8ea169
Packit 8ea169
'JournalFilters'::
Packit 8ea169
   Specify list of comma separated filters which are used for searching Xorg
Packit 8ea169
   crashes in journal (e.g. JournalFilters = _COMM=gdm-x-session, [...])
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 Xorg crashes on standard output
Packit 8ea169
Packit 8ea169
-d DIR::
Packit 8ea169
   Create new problem directory in DIR for every Xorg crash 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
-j::
Packit 8ea169
   Set journal filter (may be given many times)
Packit 8ea169
Packit 8ea169
SEE ALSO
Packit 8ea169
--------
Packit 8ea169
abrt.conf(5), journalctl(1)
Packit 8ea169
Packit 8ea169
AUTHORS
Packit 8ea169
-------
Packit 8ea169
* ABRT team