Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Nov 2022 00:34:50 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 267722] sha256sum returns failure with a valid checksum
Message-ID:  <bug-267722-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D267722

            Bug ID: 267722
           Summary: sha256sum returns failure with a valid checksum
           Product: Base System
           Version: 13.1-STABLE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: bin
          Assignee: bugs@FreeBSD.org
          Reporter: f451@imap.cc

system:
FreeBSD 13.1-STABLE #5 stable/13-n252944-e52aaa644ce1: Mon Nov  7 17:22:45 =
GMT
202 amd64

$ sha256sum -c CHECKSUM.SHA256-FreeBSD-13.1-RELEASE-amd64
FreeBSD-13.1-RELEASE-amd64-dvd1.iso.xz
...
FreeBSD-13.1-RELEASE-amd64-dvd1.iso.xz: FAILED
sha256sum: WARNING: 1 computed checksums did NOT match
...

contrast to:

$ cat CHECKSUM.SHA256-FreeBSD-13.1-RELEASE-amd64 | grep
FreeBSD-13.1-RELEASE-amd64-dvd1.iso.xz
...
SHA256 (FreeBSD-13.1-RELEASE-amd64-dvd1.iso.xz) =3D
8b22dd325280c811725ca8178d8408d7a235161fbb1650b2a369b6e8acbaeaf8

$ sha256sum FreeBSD-13.1-RELEASE-amd64-dvd1.iso.xz
8b22dd325280c811725ca8178d8408d7a235161fbb1650b2a369b6e8acbaeaf8=20
FreeBSD-13.1-RELEASE-amd64-dvd1.iso.xz

Tried the equivalent with the same files on OpenBSD72

% sha256 -c CHECKSUM.SHA256-FreeBSD-13.1-RELEASE-amd64

(lots of no file or directory as the checksum file is for all media not just
the dvd iso.xz)

(SHA256) FreeBSD-13.1-RELEASE-amd64-dvd1.iso.xz: OK

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-267722-227>