1ABRT-SERVER(1)                    ABRT Manual                   ABRT-SERVER(1)
2
3
4

NAME

6       abrt-server - Unix socket for ABRT.
7

SYNOPSIS

9       abrt-server [-uspv[v]...]
10

DESCRIPTION

12       abrt-server is executed by abrtd daemon to handle socket connections.
13       Every application in system is able to invoke creation of a new problem
14       directory by following the communication protocol (described below in
15       section PROTOCOL).
16

OPTIONS

18       -u
19           Use UID as client uid
20
21       -s
22           Log to system log.
23
24       -p
25           Add program names to log.
26
27       -v
28           Log more detailed debugging information.
29

PROTOCOL

31       Initializing new dump: open /var/run/abrt.socket
32
33       Providing dump data (hook writes to the socket):
34
35           -> "PID=number\0"
36              number 0 - PID_MAX (/proc/sys/kernel/pid_max)
37           -> "EXECUTABLE=string\0"
38              string maximum length ~MAX_PATH
39           -> "BACKTRACE=string\0"
40              string maximum length 1 MB
41           -> "ANALYZER=string\0"
42              string maximum length 100 bytes
43           -> "BASENAME=string\0"
44              string maximum length 100 bytes, no slashes
45           -> "REASON=string\0"
46              string maximum length 512 bytes
47
48       Finalizing dump creation:
49
50           -> "DONE\0"
51

AUTHORS

53       ยท   ABRT team
54
55
56
57abrt 2.0.8                        06/19/2018                    ABRT-SERVER(1)
Impressum