Update bug_report.md

This commit is contained in:
trapexit 2022-01-18 21:15:59 -05:00 committed by GitHub
parent c784d06029
commit e3ab739a56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ A clear and concise description of the expected behavior.
- mergerfs settings
- List of drives, filesystems, & sizes:
- `df -h`
- `lsblk`
- `lsblk -f`
- A strace of the application having a problem:
- `strace -fvTtt -s 256 -o /tmp/app.strace.txt <cmd>`
- `strace -fvTtt -s 256 -o /tmp/app.strace.txt -p <appPID>`