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

bug: Checksum fails when using quickget on MacOS #1529

Open
ef4203 opened this issue Dec 10, 2024 · 1 comment
Open

bug: Checksum fails when using quickget on MacOS #1529

ef4203 opened this issue Dec 10, 2024 · 1 comment

Comments

@ef4203
Copy link

ef4203 commented Dec 10, 2024

Description
When trying to download images using quickget it always throws an error about missmatching checksums. Repeating the command multiple times does not resolve the issue

So far I had issues with the following OS:

  • ubuntu-server 24.10
  • ubuntu-server 20.04
  • ubuntu-server 24.04
  • ubuntu-server 22.04
  • ubuntu 24.10

To Reproduce
Steps to reproduce the behaviour:
0. Install quickemu from MacOS as described in the documentation

  1. Run quickget ubuntu-server 24.10
  2. It prints an error about missmatching checksums (see output below)

Expected behaviour
It should only print an error about checksums, if there was an actual underlying issue.

Quickemu output

./quickget ubuntu-server 24.10
Downloading Ubuntu Server 24.10 
- URL: https://releases.ubuntu.com/24.10/ubuntu-24.10-live-server-amd64.iso
####################################################################################################################################################################################################### 100.0%
Checking ubuntu-server-24.10/ubuntu-24.10-live-server-amd64.iso with sha256sum... usage: sha256sum [-bctwz] [files ...]
ERROR!
ubuntu-server-24.10/ubuntu-24.10-live-server-amd64.iso doesn't match 4fce7c02a5e5dbe3426da4aa0f8b7845e9a36aff29c5884d206a08e51b2c4c47. Try running 'quickget' again.

System information

Quickreport output
----------------------------------
      Quickemu 4.9.6
----------------------------------
Distro:	macOS 15.1
Kernel:	Darwin 24.1.0 arm64
Memory:	32G
GPU:
-Apple M1 Pro
----------------------------------
          curl 8.7.1
----------------------------------
Libraries: libcurl/8.7.1 (SecureTransport) LibreSSL/3.3.6 zlib/1.2.12 nghttp2/1.62.0
Protocols: dict file ftp ftps gopher gophers http https imap imaps ipfs ipns ldap ldaps mqtt pop3 pop3s rtsp smb smbs smtp smtps telnet tftp
Features:  alt-svc AsynchDNS GSS-API HSTS HTTP2 HTTPS-proxy IPv6 Kerberos Largefile libz MultiSSL NTLM SPNEGO SSL threadsafe UnixSockets
----------------------------------
          QEMU 9.1.2
----------------------------------
Available CPUs:
a64fx
arm1026
arm1136
arm1136-r2
arm1176
arm11mpcore
arm926
arm946
cortex-a15
cortex-a35
cortex-a53
cortex-a55
cortex-a57
cortex-a7
cortex-a710
cortex-a72
cortex-a76
cortex-a8
cortex-a9
cortex-m0
cortex-m3
cortex-m33
cortex-m4
cortex-m55
cortex-m7
cortex-r5
cortex-r52
cortex-r5f
host
max
neoverse-n1
neoverse-n2
neoverse-v1
pxa250
pxa255
pxa260
pxa261
pxa262
pxa270-a0
pxa270-a1
pxa270
pxa270-b0
pxa270-b1
pxa270-c0
pxa270-c5
sa1100
sa1110
ti925t
----------------------------------
             CPU
----------------------------------
Apple M1 Pro
@praseodeveloper
Copy link

praseodeveloper commented Dec 24, 2024

I am facing the same issue.
Could someone help here, please?

$ ./quickget manjaro xfce minimal
Downloading Manjaro xfce minimal

  • URL: https://download.manjaro.org/xfce/24.2.1/manjaro-xfce-24.2.1-minimal-241216-linux612.iso
    ############################################################################################################################################################################################################ 100.0%
    Checking manjaro-xfce-minimal/manjaro-xfce-24.2.1-minimal-241216-linux612.iso with sha512sum... usage: sha512sum [-bctwz] [files ...]
    ERROR!
    manjaro-xfce-minimal/manjaro-xfce-24.2.1-minimal-241216-linux612.iso doesn't match b26fc5194f94e01c14e830d9afcefc8f045b665dbc9de058eee11e926e075cfb0ddea37da8a874c509947fab2432a31aeee0c43d1b55da786fa0d83731396398. Try running 'quickget' again.

By the way,
I am using bash-5-5.2 installed via homebrew on M1 Macbook pro.
Getting the same error for debian as well.

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