-
Notifications
You must be signed in to change notification settings - Fork 27
Decky tailscale controller broke tailscaled #31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
If you run |
Will do very soon, thank you for the quick reply |
░░ The process' exit code is 'exited' and its exit status is 203. |
203, hm? Are you sure the Tailscale binary's in the right place and is executable? |
How do I make sure of this? Sorry, I am a bit inexperienced with this |
What do you get when you run |
total 54556 [Unit] [Service] Restart=on-failure RuntimeDirectory=tailscale [Install] |
Hm. So it looks like your Tailscale binaries are good. With this config file, they're in the wrong place, but... I didn't think to ask before, but is there a systemd override file? Is there a directory |
I have something called override.conf.bak |
And that's the only file in there? Seems like you need to download override.conf from this repo and put it in that directory. |
it's not letting me put anything in that folder, is there something special I have to do to let me put it in there? |
Something like |
yeah just changed the ownership of the folder to deck which let me put it in there, with the override.conf and override.conf.bak in there, is there anything else that should be in there? |
seems like that didn't fix it, I'm still not able to connect to my home pc while out on my hotspot |
|
it's still saying that all devices are unavailable to connect to |
ccing @diericx because it's his install method |
alright, thank you :) |
the issue of it connecting has been solved, but now on reboot it doesn't auto connect to the tailscale server, what should I run to make sure it runs on startup now? Edit: after reading this issue #16 I checked that the tailscaled.service file is still in rootfs/etc/systemd/system, but I have not done anything to it yet to try to make it start up automatically |
|
Been trying to fix this for hours
Ran the uninstall and re install script
Tried to get the qr code
Says to run sudo systemctl start tailscaled
Get this error
Job for tailscaled.service failed because the control process exited with error code.
See "systemctl status tailscaled.service" and "journalctl -xeu tailscaled.service" for details.
Try to get info and it returns with this
tailscaled.service - Tailscale node agent
Loaded: loaded (/etc/systemd/system/tailscaled.service; disabled; preset: disabled)
Active: failed (Result: exit-code) since Fri 2024-12-13 02:42:15 CST; 6min ago
Docs: https://tailscale.com/kb/
Process: 6948 ExecStart=/usr/sbin/tailscaled --state=/var/lib/tailscale/tailscaled.state --socket=/run/tailscale/tailscaled.sock --port=${PORT} $FLAGS >
Process: 6950 ExecStopPost=/usr/sbin/tailscaled --cleanup (code=exited, status=203/EXEC)
Main PID: 6948 (code=exited, status=203/EXEC)
CPU: 11ms
Dec 13 02:42:15 (nsfw system name) systemd[1]: tailscaled.service: Scheduled restart job, restart counter is at 5.
Dec 13 02:42:15 (nsfw system name) systemd[1]: tailscaled.service: Start request repeated too quickly.
Dec 13 02:42:15 (nsfw system name) systemd[1]: tailscaled.service: Failed with result 'exit-code'.
Dec 13 02:42:16 (nsfw system name)systemd[1]: Failed to start Tailscale node agent.
Lines 1-13/13 (END)
I have no idea what to do, please help.
The text was updated successfully, but these errors were encountered: