-
-
Notifications
You must be signed in to change notification settings - Fork 132
Package "tailscale" broken on debian trixie #1396
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
Comments
hmmm
Can you share the output of
Also please share what you have in You might also try a workaround by sed 's|UPSTREAM_CODENAME|UPSTREAM_CODENAME/13/trixie|' /etc/deb-get/01-main.d/tailscale >/etc/deb-get/99-local.d/tailscale and running |
This should've been fixed in #1312. - trixie) UPSTREAM_CODENAME="13";;
+ trixie) UPSTREAM_RELEASE="13";; |
Sorry for the delay. I have upgraded deb-get to 0.4.5, and I am unsure if it is fixed. $ deb-get version
0.4.5
$ deb-get show tailscale
Tailscale
Package: tailscale
Repository: 01-main
Updater: apt
Installed: No
Architecture: amd64
Repository: https://pkgs.tailscale.com/stable/debian sid main
Website: https://tailscale.com/
Summary: Zero config VPN. Works on any device, manages firewall rules for you, and works from anywhere.
$ cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux trixie/sid"
NAME="Debian GNU/Linux"
VERSION_CODENAME=trixie
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
$ cat /usr/lib/os-release
PRETTY_NAME="Debian GNU/Linux trixie/sid"
NAME="Debian GNU/Linux"
VERSION_CODENAME=trixie
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
$ cat /etc/debian_version
trixie/sid
$ lsb_release --codename --short
trixie My best guess is that because it is debian testing, it is called |
Yeah, at the moment deb-get can't really distinguish between testing and sid. I'm not sure if there's any good way to do that. What happens if you try to install it? |
Oh interesting. I guess I had been looking in the wrong place: https://tailscale.com/download/linux Anyway, I think I may have come up with a way to distinguish Debian Testing, using |
When running:
Seems like
UPSTREAM_CODENAME
is13
instead oftrixie
. Can you help me identify what the issue is? For context this is on a freshly installed machine.The text was updated successfully, but these errors were encountered: