Skip to content
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

Tailscale not getting downloaded #51

Open
sunyoung1 opened this issue Jul 13, 2024 · 2 comments
Open

Tailscale not getting downloaded #51

sunyoung1 opened this issue Jul 13, 2024 · 2 comments

Comments

@sunyoung1
Copy link

Hello, i'm running to an error which tailscale fails to complete the download for the setup
i have attached the logs below

root@ax3000t:~# tailscale up --accept-dns=false --advertise-routes=10. 0.0.0/24 Downloading 'https://pkgs.tailscale.com/stable/' Connecting to 2607:f740:f::d19:443 (null) 0 - stalled - Connection reset prematurely Downloading Tailscale _arm64 .. Downloading 'https://pkgs.tailscale.com/stable/tailscale__arm64.tgz' Connecting to 2607:f740:f::d19:443 (null) 0 - stalled - Connection reset prematurely tar: invalid magic tar: short read

@moyunkz
Copy link

moyunkz commented Aug 20, 2024

I got the same error as you. Here's how I solved it:

  1. Edit the file vi /usr/bin/tailscale
  2. Replace line 34:

wget -O- https://pkgs.tailscale.com/stable/tailscale_${version}.tgz | tar x -zvf - -C /tmp -T /tmp/tailscale_${version}_files.txt
with
curl -LJO https://pkgs.tailscale.com/stable/tailscale_${version}.tgz
tar -xzvf tailscale_${version}.tgz -C /tmp -T /tmp/tailscale_${version}_files.txt

Hope this helps!

@flier268
Copy link

 wget -O- https://dl.tailscale.com/stable/tailscale_${version}.tgz | tar x -zvf - -C /tmp -T /tmp/tailscale_${version}_files.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants