tailscale / tailscale-qpkg

Package Tailscale client in QPKG
MIT License
457 stars 38 forks source link

Unable to start service when built. #17

Closed RamboRogers closed 3 years ago

RamboRogers commented 3 years ago

[/share/CACHEDEV1_DATA/.qpkg/Tailscale] # ./tailscale -socket /var/run/tailscale/tailscaled.sock up Failed to connect to tailscaled. (safesocket.Connect: dial unix /var/run/tailscale/tailscaled.sock: connect: no such file or directory) [/share/CACHEDEV1_DATA/.qpkg/Tailscale] #

ivokub commented 3 years ago

There seems to be an additional / in the beginning of the socket path. Could you try:

./tailscale -socket var/run/tailscale/tailscaled.sock up

(The reason for having the unix socket in the package directory is that the rest of the file system is overwritten during firmware update and we do not get persistence)