File: debuginfod.sysconfig

package info (click to toggle)
elfutils 0.194-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 27,680 kB
  • sloc: ansic: 114,970; sh: 35,537; cpp: 4,998; makefile: 1,986; yacc: 1,388; lex: 130; asm: 77; sed: 39; awk: 35
file content (26 lines) | stat: -rw-r--r-- 807 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#################
# debuginfod command line options
# see [man debuginfod]

# required
DEBUGINFOD_PORT="8002"

# add more -v for more verbosity
DEBUGINFOD_EXTRA_ARGS="-t43200 -F -R"

# some common places to find trustworthy ELF/DWARF files and RPMs
DEBUGINFOD_PATHS="/usr/lib/debug /usr/bin /usr/libexec /usr/sbin /usr/lib /usr/lib64 /var/cache/yum /var/cache/dnf /var/lib/pulp"

# prefer sqlite database durability over performance
#DEBUGINFOD_PRAGMAS="-D 'pragma synchronous=full;'"

#################
# these environment variables affect federated queries to upstream servers
# see [man debuginfod-client-config]

#DEBUGINFOD_URLS="http://secondhost:8002 http://thirdhost:8002"
#DEBUGINFOD_TIMEOUT="5"
#DEBUGINFOD_RETRY_LIMIT="2"
#DEBUGINFOD_CACHE_DIR=""
#DEBUGINFOD_VERBOSE="1"
#DEBUGINFOD_PROGRESS="1"