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

installation for raspberry pi is failing #17450

Closed
gowthamgts opened this issue May 21, 2023 · 1 comment · Fixed by #17484
Closed

installation for raspberry pi is failing #17450

gowthamgts opened this issue May 21, 2023 · 1 comment · Fixed by #17484
Labels
type: bug A code related bug.

Comments

@gowthamgts
Copy link

A note for the community

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Problem

Looks like the installation script is not working for raspberry pi. I followed the docs - https://vector.dev/docs/setup/installation/manual/vector-installer/

$ uname -a
Linux pi 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l GNU/Linux
$ curl --proto '=https' --tlsv1.2 -sSf https://sh.vector.dev | bash

                                   __   __  __
                                   \ \ / / / /
                                    \ V / / /
                                     \_/  \/

                                   V E C T O R
                                    Installer


--------------------------------------------------------------------------------
Website: https://vector.dev
Docs: https://vector.dev/docs/
Community: https://vector.dev/community/
--------------------------------------------------------------------------------

>>> We'll be installing Vector via a pre-built archive at https://packages.timber.io/vector/0.29.1/
>>> Ready to proceed? (y/n)

>>> Please enter y or n.
>>> y

--------------------------------------------------------------------------------

vector: unsupported arch: armv7-unknown-linux-gnueabihf

I can see the same issue has been raised by others as well in the past: #2301 #4669

Configuration

No response

Version

NA

Debug Output

No response

Example Data

No response

Additional Context

No response

References

No response

@gowthamgts gowthamgts added the type: bug A code related bug. label May 21, 2023
jszwedko added a commit that referenced this issue May 24, 2023
The patterns were incorrectly matching the the OS for ARMv7 builds which have extra chacters
indicating platform support.

Fixes: #17450

Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>
@jszwedko
Copy link
Member

Thanks for opening this @gowthamgts . I think #17484 should fix it.

jszwedko added a commit that referenced this issue May 24, 2023
The patterns were incorrectly matching the the OS for ARMv7 builds which
have extra chacters
indicating platform support.

Fixes: #17450

Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>

Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A code related bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants