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 Journal filter is required parameter and must be specified either by
22 parameter -j or in xorg.conf conf file.
23
25 /var/lib/abrt/abrt-dump-journal-xorg.state
26 State file where systemd-journal cursor to the last seen message is
27 saved.
28
29 Configuration file
30 The conf file is located in /etc/abrt/plugins/xorg.conf. Configuration
31 file lines should have PARAM = VALUE format. The parameters for
32 abrt-dump-journal-xorg are:
33
34 JournalFilters
35 Specify list of comma separated filters which are used for
36 searching Xorg crashes in journal (e.g. JournalFilters =
37 _COMM=gdm-x-session, [...])
38
40 -v, --verbose
41 Be more verbose. Can be given multiple times.
42
43 -s
44 Log to syslog
45
46 -o
47 Print found Xorg crashes on standard output
48
49 -d DIR
50 Create new problem directory in DIR for every Xorg crash found
51
52 -D
53 Same as -d DumpLocation, DumpLocation is specified in abrt.conf
54
55 -s CURSOR
56 Starts scanning systemd-journal from CURSOR
57
58 -e
59 Starts following systemd-journal from the end
60
61 -x
62 Make the problem directory world readable. Usable only with -d/-D
63
64 -t
65 Throttle problem directory creation to 1 per second
66
67 -f
68 Follow systemd-journal
69
70 -j
71 Set journal filter (may be given many times)
72
74 abrt.conf(5), journalctl(1)
75
77 ยท ABRT team
78
79
80
81 ABRT-DUMP-JOURNAL()