1ABRT-RETRACE-CLIEN(1) ABRT Manual ABRT-RETRACE-CLIEN(1)
2
3
4
6 abrt-retrace-client - Handles the communication with Retrace server.
7
9 abrt-retrace-client <operation> [options]
10
12 This tool is able to communicate with Retrace server: create a new
13 task, ask about task’s status, download log or backtrace of a finished
14 task.
15
16 Integration with libreport events
17 abrt-retrace-client can be used as an analyzer for application crashes
18 which dump core.
19
20 Example usage in report_event.conf:
21
22 EVENT=analyze analyzer=CCpp
23 abrt-retrace-client
24
26 create
27 Creates a new task. Prints task ID and password to stdout. Either
28 -d or -c is required.
29
30 status
31 Prints task's status to stdout. Both -t and -p are required.
32
33 log
34 Prints finished task's log to stdout. Both -t and -p are required.
35
36 backtrace
37 Print finished task's backtrace to stdout. Both -t and -p are
38 required.
39
40 batch
41 Runs all operations in one step: creates a new task, periodically
42 asks for status (the period is specified by --status-delay option)
43 and downloads the result when finished. If the task was successful
44 backtrace file is saved, otherwise log is printed to stdout. Either
45 -c or -d is required.
46
48 -v, --verbose
49 be verbose
50
51 -s, --syslog
52 log to syslog
53
54 -k, --insecure
55 allow insecure connection to retrace server (with self-signed or
56 expired certificate)
57
58 --url URL
59 retrace server URL
60
61 --headers
62 (debug) show received HTTP headers
63
64 -d, --dir DIR
65 read data from ABRT problem directory
66
67 -c, --core COREDUMP
68 read data from coredump
69
70 -l, --status-delay
71 delay for polling operations (seconds)
72
73 --no-unlink
74 (debug) do not delete temporary archive created in /tmp
75
76 -t, --task ID
77 ID of the task on server
78
79 -p, --password PWD
80 password of the task on server
81
83 • ABRT team
84
85
86
87abrt 2.15.1 03/10/2022 ABRT-RETRACE-CLIEN(1)