-
Notifications
You must be signed in to change notification settings - Fork 18
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
Can't enter a Control Server URL due to permission issues #103
Comments
Hmmm... The URL that it sends you to for authentication is given to Trayscale by the Tailscale daemon. This may be a bit of a chicken and egg problem, as the login server can only be set when starting the server, unlike most options. There's a TODO in Tailscale's code to make it work like the other ones, but at the moment it does not. Can you try changing the URL manually and then restarting Trayscale? It should be $ tailscale up --login-server <URL> It might complain about not setting other options that are already set. If so, just copy the options that it tells you about and add them to the above command. There is also a possibility that it'll need to be brought down manually with |
Hi,
I wanted to try Trayscale as a tailscale GUI client on my laptop. I have experienced the following issue when entering a custom Control Server URL:
Steps to reproduce:
Observed behaviour:
Expected behaviour:
Further analysis results
sudo tailscale set --operator=$USER
from the command line; I am unsure if there is a way for tailscale to print the config. But I can run 'tailscale serve reset' with my user account without sudo being required, while it requires sudo on another machine where I did not set the operatorI collected the following logs:
The lines with access denied are printed every time the characters get deleted.
Information about my system:
I installed Trayscale using flatpak and tailscale from the Tumbleweed repository using zypper, this is the version information:
My system:
KDE Plasma Version 6.0.2 with X11
KDE Frameworks Version 6.0.0
Qt Version 6.6.2
The text was updated successfully, but these errors were encountered: