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 script fails with ubuntu 24.04 #488

Open
pklepikov opened this issue Jul 19, 2024 · 1 comment
Open

Installation script fails with ubuntu 24.04 #488

pklepikov opened this issue Jul 19, 2024 · 1 comment

Comments

@pklepikov
Copy link

pklepikov commented Jul 19, 2024

Installation script doesn't work anymore. Tried 2 options and both fail

###Direct install

`
bash -c "$(curl -sL https://get-gnmic.openconfig.net)"
Downloading https://github.com/openconfig/gnmic/releases/download/null/gnmic_ull_linux_x86_64.tar.gz
tar: This does not look like a tar archive

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
Failed to install gnmic
For support, go to https://github.com/openconfig/gnmic/issues
`
###Install using pkg option:

bash -c "$(curl -sL https://get-gnmic.openconfig.net)" -- --use-pkg Downloading https://github.com/openconfig/gnmic/releases/download/null/gnmic_ull_linux_x86_64.deb Preparing to install gnmic ull from package dpkg-deb: error: unexpected end of file in archive magic version number in /tmp/tmp.zWqBKlXYsp/gnmic_ull_linux_x86_64.deb dpkg: error processing archive /tmp/tmp.zWqBKlXYsp/gnmic_ull_linux_x86_64.deb (--install): dpkg-deb --control subprocess returned error exit status 2 Errors were encountered while processing: /tmp/tmp.zWqBKlXYsp/gnmic_ull_linux_x86_64.deb

@hellt
Copy link
Collaborator

hellt commented Jul 19, 2024

this is likely a gh rate limiting in action
you can invole curl separately and see the contents of the downloaded file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants