We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
I got the same error as you. Here's how I solved it:
vi /usr/bin/tailscale
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
wget -O- https://pkgs.tailscale.com/stable/tailscale_${version}.tgz | tar x -zvf - -C /tmp -T /tmp/tailscale_${version}_files.txt
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!
Sorry, something went wrong.
wget -O- https://dl.tailscale.com/stable/tailscale_${version}.tgz | tar x -zvf - -C /tmp -T /tmp/tailscale_${version}_files.txt
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: