table of contents
ABRT(1) | ABRT Manual | ABRT(1) |
NAME¶
abrt - Manage problems handled by ABRT
SYNOPSIS¶
abrt [OPTIONS...] SUBCOMMAND [MATCH]
OPTIONS¶
-a,--auth
-v,--version
-h,--help
SUBCOMMANDS¶
list
info
report
remove
backtrace
retrace
gdb
debuginfo-install
status
Use abrt help SUBCOMMAND for detailed list of options for selected subcommand.
MATCHING¶
Subcommands requiring single problem like info or backtrace will use the last problem that happened on your system unless MATCH is specified.
MATCH can be either component name, short hash (from list subcommand) or combination of both in form <component>@<hash>
EXAMPLES¶
List all problems handled by ABRT
$ abrt list
List problems with built-in format
$ abrt list --pretty=oneline
List problems with custom format
$ abrt list --fmt '{count}x {short_id} {what}'
Display detailed information about a problem
$ abrt info --pretty full kernel
Install debuginfo packages and run GDB against last problem
$ abrt gdb --debuginfo-install
Generate backtrace from last problem’s coredump and generated detailed mail report
$ abrt retrace $ abrt info --pretty email
FORMATTING¶
Fields usable for custom formatting
{what}
{count}
{time}
{short_id}
{uid}
{username}
{uid_username}
{path}
{package}
{cmdline}
AUTHORS¶
09/07/2023 | abrt 2.10.9 |