mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-07 15:45:45 +00:00
Update cheatsheets
This commit is contained in:
34
tldr/linux/abrt-cli
Normal file
34
tldr/linux/abrt-cli
Normal file
@@ -0,0 +1,34 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# abrt-cli
|
||||
|
||||
> Automatic Bug Reporting Tool for Fedora-based systems.
|
||||
> Used to detect, analyze, and report application crashes.
|
||||
> More information: <https://abrt.readthedocs.io/>.
|
||||
|
||||
- List detected problems:
|
||||
|
||||
`abrt-cli list`
|
||||
|
||||
- Show details of a specific problem:
|
||||
|
||||
`abrt-cli info {{problem_id}}`
|
||||
|
||||
- Remove a crash report:
|
||||
|
||||
`abrt-cli remove {{problem_id}}`
|
||||
|
||||
- Report a problem to the configured bug tracker (e.g. Bugzilla):
|
||||
|
||||
`abrt-cli report {{problem_id}}`
|
||||
|
||||
- Monitor a log file and trigger a program when a match is found:
|
||||
|
||||
`abrt-watch-log -F {{error_string}} {{/var/log/myapp.log}} {{notify-send "Crash detected"}}`
|
||||
|
||||
- Generate a report for debugging manually:
|
||||
|
||||
`abrt-cli report --analyze {{problem_id}}`
|
||||
Reference in New Issue
Block a user