-
Notifications
You must be signed in to change notification settings - Fork 0
Troubleshooting
shayne edited this page Jan 2, 2026
·
2 revisions
- Verify Tailscale is up on both client and host.
- Check the target with
yeet list-hosts. - Override host:
CATCH_HOST=<host> yeet status.
-
yeet runwill fail if the binary arch does not match the host. - Build with
GOOS=linux GOARCH=<arch>.
- Docker compose services require docker on the host.
-
catch installcan prompt to install docker if missing.
-
yeet editneeds a TTY to launch$EDITOR. - Run from a real shell, not a non-interactive session.
- Use
stage showto inspect, thenstage committo apply.
- Dest must be a relative path under the service data dir (defaults to
data/<basename>). - Absolute paths are rejected.
- Use
--format=jsonor--format=json-prettyif the table is not useful.
- A service's type is fixed after first install.
- If you installed as docker compose, you cannot later install a binary with the same name.