Can't start Tailscale service in Bazzite (ROG ally)

Hi everyone, I'm using Bazzite on ROG Ally. I heard that Bazzite is already come with Tailscale but when I try to use it in the terminal I got error like below. The command I use is "ujust enable-tailscale" and "journalotl -xeu tailscaled. service" for debugging the issue. When I tried to use "tailscale up" will get the error: failed to connect to local tailscaled; it doesn't appear to be running (sudo systemctl start tailscaled ?) Hope anyone can help me with this!
No description
Solution:
so basically the fix step is ``` sudo rm /etc/systemd/system/tailscaled.service sudo rm /etc/systemd/system/tailscaled.service.d/override.conf sudo systemctl daemon-reload...
Jump to solution
48 Replies
BP
BP4mo ago
Could you post sudo systemctl status tailscaled? (there's probably an easier way to grab logs from tailscale itself but this usually gets the useful bit for me)
oofie
oofieOP4mo ago
Gotcha I'll get it now
oofie
oofieOP4mo ago
No description
oofie
oofieOP4mo ago
Here should be it
asen23
asen234mo ago
try running this manually sudo tailscaled --state=/var/lib/tailscale/tailscaled.state --socket=/run/tailscale/tailscaled.sock --port=41641
oofie
oofieOP4mo ago
Thank you! I'll try it when I get home and let you guys know 🙇
oofie
oofieOP4mo ago
Hi @asen23 , so I tried the command but I got "sudo: tailscaled: command not found" (Is this something that should not be happening?) Afterward I tried the command with "sudo $(which tailscaled) ......" and got the result below (there's also a txt file if it helps)
asen23
asen234mo ago
the not found is kinda weird, try systemctl restart tailscaled oh also just ctrl+c the last command if you havent
oofie
oofieOP4mo ago
oh ctrl+c which command may I ask? 🤔
asen23
asen234mo ago
stop the tailscaled
oofie
oofieOP4mo ago
ah right. So with the systemctl restart tailscaled i got this
No description
asen23
asen234mo ago
try stop then start
oofie
oofieOP4mo ago
Here it is 🙇‍♂️
No description
asen23
asen234mo ago
try journalctl -xeu tailscaled
oofie
oofieOP4mo ago
Gotcha, here it is
No description
asen23
asen234mo ago
also what is rpm-ostree status
oofie
oofieOP4mo ago
Here it is. When I first got the issue i tried to remove and reinstall tailscale
No description
asen23
asen234mo ago
rpm-ostree reset reboot and try again
oofie
oofieOP4mo ago
I reset then reboot and ran all the command here 🙇‍♂️
No description
No description
No description
No description
oofie
oofieOP4mo ago
oh and I saw someone else on the subreddit having the same issue too 11 days ago, I'll leave the post in case it might help https://www.reddit.com/r/Bazzite/comments/1lezi9q/issues_launching_tailscale/
Reddit
From the Bazzite community on Reddit: Issues launching Tailscale
Explore this post and more from the Bazzite community
asen23
asen234mo ago
just noticed that your tailscaled are loading from different file can you post cat /etc/systemd/system/tailscaled.service
oofie
oofieOP4mo ago
Gotcha
No description
asen23
asen234mo ago
huh probably why it is erroring idk where it come from but just do sudo rm /etc/systemd/system/tailscaled.service and then systemctl daemon-reload
oofie
oofieOP4mo ago
oh no what is wrong
asen23
asen234mo ago
then restart tailscaled service again
oofie
oofieOP4mo ago
Hmm it's still showing this instead
No description
asen23
asen234mo ago
what is the status
oofie
oofieOP4mo ago
this is it
No description
asen23
asen234mo ago
wut why is there opt what is cat /usr/lib/systemd/system/tailscaled.service also ls /opt
oofie
oofieOP4mo ago
No description
asen23
asen234mo ago
im very confused, what is which tailscale and cat /etc/default/tailscaled
oofie
oofieOP4mo ago
here you go
No description
asen23
asen234mo ago
try rebooting first and check the service status, if still fail what is stat /opt
oofie
oofieOP4mo ago
i'm on it! just want to say thank you for spending the time to troubleshoot with me, really appreciate it 🙇‍♂️
oofie
oofieOP4mo ago
here it is
No description
asen23
asen234mo ago
what is cat /etc/systemd/system/tailscaled.service.d/override.conf
oofie
oofieOP4mo ago
no such file or directory though
No description
asen23
asen234mo ago
what if you ctrl click the override.conf oh my bad should be tailscaled
oofie
oofieOP4mo ago
so it should be cat /etc/systemd/system/tailscaled.service/override.conf right
asen23
asen234mo ago
edited original reply
oofie
oofieOP4mo ago
it shows this yes
No description
asen23
asen234mo ago
rm that too im 99% sure it will actually solve it now btw what did you do with tailscale? only reinstall it using rpm-ostree or you tried other stuff
oofie
oofieOP4mo ago
oh my you tech wizard i think it works. back then i tried tailscale but it's not working then I do the following: ujust enable-tailscale -> tailscale update -> rpm-ostree remove -> install tailscale
No description
oofie
oofieOP4mo ago
really really thank you absolute mvp i wonder if the user in the reddit post might having the same issue tho
Solution
asen23
asen234mo ago
so basically the fix step is
sudo rm /etc/systemd/system/tailscaled.service
sudo rm /etc/systemd/system/tailscaled.service.d/override.conf
sudo systemctl daemon-reload
sudo systemctl restart tailscaled
sudo rm /etc/systemd/system/tailscaled.service
sudo rm /etc/systemd/system/tailscaled.service.d/override.conf
sudo systemctl daemon-reload
sudo systemctl restart tailscaled
asen23
asen234mo ago
mark this with the bot and you can share the link in the reddit seems like it they also have their tailscale service in /etc rather than /usr
oofie
oofieOP4mo ago
ah oki i'll do it really thank you again hope your pillow are always cool on both side ❤️
asen23
asen234mo ago
yw, glad it is fixed now

Did you find this page helpful?