Browse Source

Update bug_report.md

pull/1007/head
trapexit 3 years ago
committed by GitHub
parent
commit
e3ab739a56
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/ISSUE_TEMPLATE/bug_report.md

2
.github/ISSUE_TEMPLATE/bug_report.md

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

Loading…
Cancel
Save