'Unable to start tailscaled service on debian 11 container
Tailscale version 1.22.0 Your operating system & version Debian bullseye 11 version
Hello sir, could you guide me how to start tailscaled.service. i got an error message like this : failed to connect to local tailscaled; it doesn’t appear to be running (sudo systemctl start tailscaled ?)
And when i try to run this command sudo systemctl start tailscaled. I got another different error : Job for tailscaled.service failed because the control process exited with error code. See “systemctl status tailscaled.service” and “journalctl -xe” for details.
Thanks
Solution 1:[1]
The journalctl output it suggests to run would tell the error it is experiencing. I'd recommend running:
journalctl -u tailscaled --since="2 hours ago"
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | DGentry |