openconfig / gnmic

gNMIc is a gNMI CLI client and collector
https://gnmic.openconfig.net
Apache License 2.0
170 stars 55 forks source link

Installation script fails with ubuntu 24.04 #488

Open pklepikov opened 1 month ago

pklepikov commented 1 month ago

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 commented 1 month ago

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