1ABRT-RETRACE-CLIEN(1)             ABRT Manual            ABRT-RETRACE-CLIEN(1)
2
3
4

NAME

6       abrt-retrace-client - Handles the communication with Retrace server.
7

SYNOPSIS

9       abrt-retrace-client <operation> [options]
10

DESCRIPTION

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

OPERATIONS

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

OPTIONS

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
56
57       --url URL
58           retrace server URL
59
60       --headers
61           (debug) show received HTTP headers
62
63       -d, --dir DIR
64           read data from ABRT problem directory
65
66       -c, --core COREDUMP
67           read data from coredump
68
69       -l, --status-delay
70           delay for polling operations (seconds)
71
72       --no-unlink
73           (debug) do not delete temporary archive created in /tmp
74
75       -t, --task ID
76           ID of the task on server
77
78       -p, --password PWD
79           password of the task on server
80

AUTHORS

82       ·   ABRT team
83
84
85
86abrt 2.13.0                       10/11/2019             ABRT-RETRACE-CLIEN(1)
Impressum