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

Can not download/install latest nats-server on ARMv7 #6241

Open
bligneri opened this issue Dec 11, 2024 · 1 comment
Open

Can not download/install latest nats-server on ARMv7 #6241

bligneri opened this issue Dec 11, 2024 · 1 comment
Labels
defect Suspected defect such as a bug or regression

Comments

@bligneri
Copy link

bligneri commented Dec 11, 2024

Observed behavior

I follow the install process:

curl -sf https://binaries.nats.dev/nats-io/nats-server/[email protected] | sh

==> Downloading github.com/nats-io/nats-server/[email protected]
==> Resolved version v2.10.20 to 7140387
==> Downloading binary for linux armv7
==> URL: https://binaries.nats.dev/binary/github.com/nats-io/nats-server/v2?os=linux&arch=armv7&version=7140387

Error downloading, got 500 response from server

Expected behavior

The binary is found and downloaded

Server and client version

Trying to install v2.10.20

Host environment

This is on dietpi system (Debian GNU/Linux 11) and this kernel
Linux yyy 4.14.0 #1 SMP Mon Dec 18 11:43:22 CST 2017 armv7l GNU/Linux

Steps to reproduce

I tried on three similar machines with different debian version, same architecture and same problem. For instance:
Linux xxx 4.14.0 #1 SMP Mon Dec 18 11:43:22 CST 2017 armv7l GNU/Linux and Debian Linux 9 and 10.

Same problem: 500 error from the nats-binary server.

@bligneri bligneri added the defect Suspected defect such as a bug or regression label Dec 11, 2024
@wallyqs
Copy link
Member

wallyqs commented Dec 11, 2024

Thanks @bligneri for the report, there is an issue with this downloader script when dealing with armv7 versions which will need to solve, but you can find the latest version of the nats-server here:
https://github.com/nats-io/nats-server/releases/download/v2.10.23/nats-server-v2.10.23-linux-arm7.tar.gz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
defect Suspected defect such as a bug or regression
Projects
None yet
Development

No branches or pull requests

2 participants