Add common issues documentation

This commit is contained in:
Duncan Gibson
2023-11-25 19:08:50 -05:00
parent 582036eeb4
commit bdd55fd40f

View File

@@ -72,6 +72,14 @@ the SYSEXT_LEVEL or VERSION_ID, which have to match what the system declares.
SteamOS doesn't declare a SYSEXT_LEVEL, and the VERSION_ID increments with every SteamOS doesn't declare a SYSEXT_LEVEL, and the VERSION_ID increments with every
system update, so there's no stable values to declare compatibility against. system update, so there's no stable values to declare compatibility against.
## Common issues
### Broken config file (#10)
Symptom: `invalid value "" for flag -port: can't be the empty string`
Resolution: Delete `/etc/default/tailscaled` and re-run installer script.
## How it works ## How it works
It uses the same system extension method as the official guide, but we put the It uses the same system extension method as the official guide, but we put the