1ABRT-DUMP-JOURNAL() ABRT-DUMP-JOURNAL()
2
3
4
6 abrt-dump-journal-oops - Extract oops from systemd-journal
7
9 abrt-dump-journal-oops [-vsoxtf] [-e]/[-c CURSOR] [-d DIR]/[-D]
10
12 This tool creates problem directory from oops extracted from
13 systemd-journal. The tool can follow systemd-journal and extract oopses
14 in time of their occurrence.
15
16 The following start from the last seen cursor. If the last seen cursor
17 file does not exist, the following start by scanning the entire
18 sytemd-journal or from the end if -e option is specified.
19
21 /etc/abrt/plugins/oops.conf
22 Configuration file where user can disable detection of non-fatal
23 MCEs
24
25 /var/lib/abrt/abrt-dump-journal-oops.state
26 State file where systemd-journal cursor to the last seen message is
27 saved
28
30 -v, --verbose
31 Be more verbose. Can be given multiple times.
32
33 -s
34 Log to syslog
35
36 -o
37 Print found oopses on standard output
38
39 -d DIR
40 Create new problem directory in DIR for every oops found
41
42 -D
43 Same as -d DumpLocation, DumpLocation is specified in abrt.conf
44
45 -s CURSOR
46 Starts scanning systemd-journal from CURSOR
47
48 -e
49 Starts following systemd-journal from the end
50
51 -x
52 Make the problem directory world readable. Usable only with -d/-D
53
54 -t
55 Throttle problem directory creation to 1 per second
56
57 -f
58 Follow systemd-journal
59
61 abrt.conf(5)
62
64 ยท ABRT team
65
66
67
68 ABRT-DUMP-JOURNAL()