Blame doc/abrt-action-analyze-xorg.txt

Packit 8ea169
abrt-action-analyze-xorg(1)
Packit 8ea169
===========================
Packit 8ea169
Packit 8ea169
NAME
Packit 8ea169
----
Packit 8ea169
abrt-action-analyze-xorg - Calculate and save UUID and duplicate hash
Packit 8ea169
for a problem data directory DIR with Xorg backtrace.
Packit 8ea169
Packit 8ea169
SYNOPSIS
Packit 8ea169
--------
Packit 8ea169
'abrt-action-analyze-xorg' [-v] [-d DIR]
Packit 8ea169
Packit 8ea169
DESCRIPTION
Packit 8ea169
-----------
Packit 8ea169
The tool reads the file named 'Xorg.0.log' and checks if any black listed
Packit 8ea169
module was loaded. If so, 'not-reportable' file is created with an appropriate
Packit 8ea169
explanation text. If no black listed module was loaded, the tool reads the
Packit 8ea169
file named 'backtrace' from a problem data directory record and generates a
Packit 8ea169
duplication hash and a universally unique identifier (UUID). Then it saves
Packit 8ea169
this data as new elements 'duphash' and 'uuid'.
Packit 8ea169
Packit 8ea169
Integration with ABRT events
Packit 8ea169
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Packit 8ea169
'abrt-action-analyze-xorg' can be used to generate the duplication
Packit 8ea169
hash of a newly discovered Xorg backtraces.
Packit 8ea169
Packit 8ea169
------------
Packit 8ea169
EVENT=post-create analyzer=Xorg   abrt-action-analyze-xorg
Packit 8ea169
------------
Packit 8ea169
Packit 8ea169
OPTIONS
Packit 8ea169
-------
Packit 8ea169
-d DIR::
Packit 8ea169
   Path to a problem directory. Current working directory is used when
Packit 8ea169
   this option is not provided.
Packit 8ea169
Packit 8ea169
-v::
Packit 8ea169
   Be more verbose. Can be given multiple times.
Packit 8ea169
Packit 8ea169
FILES
Packit 8ea169
-----
Packit 8ea169
/etc/abrt/plugins/xorg.conf
Packit 8ea169
   Configuration file for ABRT's tools which work with Xorg crashes
Packit 8ea169
Packit 8ea169
AUTHORS
Packit 8ea169
-------
Packit 8ea169
* ABRT team