Skip to content

Commit

Permalink
chore: add pb runner troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFlurry committed Nov 22, 2024
1 parent 77006d9 commit 16b81a9
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions docs-internal/infrastructure/pegboard/TROUBLESHOOTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Troubleshooting

## Where are pegboard-manager logs?

```bash
cat /var/lib/rivet-client/logs
```

## Where are rivet-isolate-v8-runner logs?

```bash
cat /var/lib/rivet-client/runner/logs
```

## Why don't my runner logs exist?

If there are no logs at `/var/lib/rivet-client/runner/logs`, the runner binary likely failed to spawn.

Common causes:

- The path to the binary is incorrect
- Error loading libraries
- The binary is not set as executable
- The binary is for the wrong architecture

Trying to manually find and run the binary usually resolves these issues.

0 comments on commit 16b81a9

Please sign in to comment.