-
Notifications
You must be signed in to change notification settings - Fork 24
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
Failed to start Tailscale node agent. #24
Comments
cc @diericx |
Maybe there are logs in journalctl? I think it should be something like:
Could also stop the service and try running the following manually to see why it is failing:
|
I actually just ran into this after updating. After checking
Looks like
I downloaded ts again and ran the following:
And it is working! I'll start thinking of a workaround... |
I assume this is related but without the logs from @Trevo525 there's no way to confirm. I believe my findings confirm that this installation method does not persist through updates anymore though. |
I can confirm that |
The error I get is related to port not being provided
So providing port via
works. Unfortunately im not technical enough to be able to fix the root problem. |
@DriftingShadows did you try the workaround posted above? |
Try something like this:
|
That seems to have worked, thank you for the quick response. Do you know how i might be able to use the --accept-dns=false flag since we arent using tailscale up |
The install script in this repo installs By the way, did you encounter these issues on first install or after an update? |
I tried to run
sudo bash tailscale.sh
but I got an error when it tries to start the tailscaled service. The error in systemctl didn't help me much either.The text was updated successfully, but these errors were encountered: