1ABRT-DUMP-JOURNAL() ABRT-DUMP-JOURNAL()
2
3
4
6 abrt-dump-journal-xorg - Extract Xorg crashes from systemd-journal
7
9 abrt-dump-journal-xorg [-vsoxtf] [-e]/[-c CURSOR] [-d DIR]/[-D] [-j
10 FILTER]
11
13 This tool creates problem directory from Xorg crash extracted from
14 systemd-journal. The tool can follow systemd-journal and extract Xorg
15 crashes in time of their occurrence.
16
17 The following start from the last seen cursor. If the last seen cursor
18 file does not exist, the following start by scanning the entire
19 sytemd-journal or from the end if -e option is specified.
20
21 A journal filter is required and must be specified either by the -j
22 option or in the xorg.conf configuration file.
23
25 -v, --verbose
26 Be more verbose. Can be given multiple times.
27
28 -s
29 Log to syslog
30
31 -o
32 Print found Xorg crashes on standard output
33
34 -d DIR
35 Create new problem directory in DIR for every Xorg crash found
36
37 -D
38 Same as -d DumpLocation, DumpLocation is specified in abrt.conf
39
40 -s CURSOR
41 Starts scanning systemd-journal from CURSOR
42
43 -e
44 Starts following systemd-journal from the end
45
46 -x
47 Make the problem directory world readable. Usable only with -d/-D
48
49 -t
50 Throttle problem directory creation to 1 per second
51
52 -f
53 Follow systemd-journal
54
55 -j
56 Set journal filter (may be given many times)
57
59 /etc/abrt/plugins/xorg.conf
60 Configuration file for ABRT’s tools which work with Xorg crashes.
61
62 /var/lib/abrt/abrt-dump-journal-xorg.state
63 File with a saved systemd-journal cursor to the last seen message.
64
66 abrt-action-analyze-xorg(1) abrt-xorg.conf(5) abrt.conf(5)
67 journalctl(1)
68
70 • ABRT team
71
72
73
74 ABRT-DUMP-JOURNAL()