Blob Blame History Raw
abrt-dump-journal-xorg(1)
=========================

NAME
----
abrt-dump-journal-xorg - Extract Xorg crashes from systemd-journal

SYNOPSIS
--------
'abrt-dump-journal-xorg' [-vsoxtf] [-e]/[-c CURSOR] [-d DIR]/[-D] [-j FILTER]

DESCRIPTION
-----------
This tool creates problem directory from Xorg crash extracted from
systemd-journal.
The tool can follow systemd-journal and extract Xorg crashes 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.

Journal filter is required parameter and must be specified either by parameter
-j or in xorg.conf conf file.

FILES
-----
/var/lib/abrt/abrt-dump-journal-xorg.state::
   State file where systemd-journal cursor to the last seen message is saved.

Configuration file
~~~~~~~~~~~~~~~~~~
The conf file is located in /etc/abrt/plugins/xorg.conf.
Configuration file lines should have 'PARAM = VALUE' format. The parameters for
abrt-dump-journal-xorg are:

'JournalFilters'::
   Specify list of comma separated filters which are used for searching Xorg
   crashes in journal (e.g. JournalFilters = _COMM=gdm-x-session, [...])

OPTIONS
-------
-v, --verbose::
   Be more verbose. Can be given multiple times.

-s::
   Log to syslog

-o::
   Print found Xorg crashes on standard output

-d DIR::
   Create new problem directory in DIR for every Xorg crash 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

-j::
   Set journal filter (may be given many times)

SEE ALSO
--------
abrt.conf(5), journalctl(1)

AUTHORS
-------
* ABRT team