UPDATE: I've fixed the issue. After spending too much time on google with no working solutions I finally gave up and just rolled back to a backup. I then updated my Navidrome and rebooted my LXC and then updated Tailscale. Now it works again.

So I'm facing this issue that I can't start Tailscale on my Proxmox LXC.

When I run the command tailscale up I get this error:

failed to connect to local tailscaled; it doesn't appear to be running (sudo systemctl start tailscaled ?)

Then if I run the command:

systemctl status tailscaled

I get this error:

x tailscaled.service - Tailscale node agent

Loaded: loaded (/lib/systemd/system/tailscaled.service; enabled; preset: enabled)

Active: failed (Result: exit-code) since Mon 2024-11-11 17:44:06 CET; 6min ago

Duration: 425ms

Docs: https://tailscale.com/kb/

Process: 424 ExecStart=/usr/sbin/tailscaled --state=/var/lib/tailscale/tailscaled.state --socket=/run/tailscale/tai>

Process: 445 ExecStopPost=/usr/sbin/tailscaled --cleanup (code=exited, status=0/SUCCESS)

Main PID: 424 (code=exited, status=1/FAILURE)

CPU: 78ms

Nov 11 17:44:06 navidrome systemd[1]: tailscaled.service: Scheduled restart job, restart counter is at 5.

Nov 11 17:44:06 navidrome systemd[1]: Stopped tailscaled.service - Tailscale node agent.

Nov 11 17:44:06 navidrome systemd[1]: tailscaled.service: Start request repeated too quickly.

Nov 11 17:44:06 navidrome systemd[1]: tailscaled.service: Failed with result 'exit-code'.

Nov 11 17:44:06 navidrome systemd[1]: Failed to start tailscaled.service - Tailscale node agent.

I've tried removing Tailscale from the LXC and reinstalling it, but that didn't help.

Does anyone know how I can fix this issue?