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

Installer script automatically does a partial upgrade on Arch Linux. #12186

Open
threeoh6000 opened this issue May 19, 2024 · 1 comment · May be fixed by #12194
Open

Installer script automatically does a partial upgrade on Arch Linux. #12186

threeoh6000 opened this issue May 19, 2024 · 1 comment · May be fixed by #12194
Labels

Comments

@threeoh6000
Copy link

threeoh6000 commented May 19, 2024

What is the issue?

Arch Linux heavily discourages the use of pacman -Sy due to the fact that this refreshes the package repositories and could cause newer libraries to be installed. This is a huge issue due to the fact that tailscale may update dependencies and break other applications depending on this automatically without any user intervention and could be huge source of headache for users of pacman-based distros.

Tailscale's installer should only install the package and should not be updating the repository information on the system nor upgrading any other packages.

At present, the Tailscale automatic installer does a partial upgrade and this should not happen ever.

Steps to reproduce

  1. Install Tailscale using install.sh

Are there any recent changes that introduced the issue?

No response

OS

Linux

OS version

Arch Linux

Tailscale version

latest

Other software

No response

Bug report

BUG-594969113a09ccd7f3c3109e4e29b3fefd6d4177e423a3513a8c02f6d6ade868-20240519004900Z-bd878ed37aceaa17

@sylv256
Copy link

sylv256 commented May 19, 2024

under "Recent Changes" you can put 1f4a345

noncombatant added a commit that referenced this issue May 19, 2024
Fixes #12186

Signed-off-by: Chris Palmer <cpalmer@tailscale.com>
noncombatant added a commit that referenced this issue May 21, 2024
Fixes #12186

Signed-off-by: Chris Palmer <cpalmer@tailscale.com>
noncombatant added a commit that referenced this issue May 22, 2024
Fixes #12186

Signed-off-by: Chris Palmer <cpalmer@tailscale.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants