stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Bhaskar Chowdhury <unixbhaskar@gmail.com>
To: stable@vger.kernel.org
Subject: [gregkh@linuxfoundation.org: Re: Failed to checksum on tarball latest kernel 5.1.15]
Date: Tue, 25 Jun 2019 14:42:59 +0530	[thread overview]
Message-ID: <20190625091259.GC3789@Slackware> (raw)

[-- Attachment #1: Type: text/plain, Size: 4969 bytes --]


Please look in. This is happening at least two different distros I tried...here is another one :

bhaskar@Slackware_14:12:28_Tue Jun 25:~> Adm_scripts/secure_kernel_tarball 5.1.15
Using TMPDIR=/home/bhaskar/Downloads/linux-tarball-verify.36SHqG.untrusted
Making sure we have all the necessary keys
pub   rsa4096 2013-01-24 [SC]
      B8868C80BA62A1FFFAF5FDA9632D3A06589DA6B1
      uid           [ unknown] Kernel.org checksum autosigner <autosigner@kernel.org>

      pub   rsa4096 2011-09-23 [SC]
            647F28654894E3BD457199BE38DBBDC86092693E
            uid           [ unknown] Greg Kroah-Hartman <gregkh@linuxfoundation.org>
            uid           [ unknown] Greg Kroah-Hartman (Linux kernel stable release signing key) <greg@kroah.com>
            uid           [ unknown] Greg Kroah-Hartman <gregkh@kernel.org>
            sub   rsa4096 2011-09-23 [E]

            pub   rsa2048 2011-09-20 [SC]
                  ABAF11C65A2970B130ABE3C479BE3E4300411886
                  uid           [ unknown] Linus Torvalds <torvalds@kernel.org>
                  uid           [ unknown] Linus Torvalds <torvalds@linux-foundation.org>
                  sub   rsa2048 2011-09-20 [E]

                  Downloading the checksums file for linux-5.1.15
                  Verifying the checksums file
                  gpgv: Signature made Sat 22 Jun 2019 03:01:21 PM IST
                  gpgv:                using RSA key 632D3A06589DA6B1
                  gpgv: Good signature from "Kernel.org checksum autosigner <autosigner@kernel.org>"

                  Downloading the signature file for linux-5.1.15
                  Downloading the XZ tarball for linux-5.1.15
                    % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                                     Dload  Upload   Total   Spent    Left  Speed
                                                     100  101M  100  101M    0     0   270k      0  0:06:23  0:06:23 --:--:--  328k
                                                     Verifying checksum on linux-5.1.15.tar.xz
                                                     /usr/bin/sha256sum: /home/bhaskar/Downloads/linux-tarball-verify.36SHqG.untrusted/sha256sums.txt: no properly formatted SHA256 checksum lines found
                                                     FAILED to verify the downloaded tarball checksum


----- Forwarded message from Greg KH <gregkh@linuxfoundation.org> -----

Date: Tue, 25 Jun 2019 14:59:38 +0800
From: Greg KH <gregkh@linuxfoundation.org>
To: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Subject: Re: Failed to checksum on tarball latest kernel 5.1.15
User-Agent: Mutt/1.12.1 (2019-06-15)

On Tue, Jun 25, 2019 at 09:46:53AM +0530, Bhaskar Chowdhury wrote:
> I got this :
>
> Check the latest stable kernel version from kernel.org
>
> 5.1.15 Get the kernel from kernel.org and this for the *stable* kernel
>
>
> Using TMPDIR=/home/bhaskar/latest_kernel_build_Gentoo_2019-06-25/linux-tarball-verify.XwbUNj.untrusted
> Making sure we have all the necessary keys
> gpg: WARNING: unsafe ownership on homedir '/home/bhaskar/.gnupg'
> pub   rsa4096 2013-01-24 [SC]
>      B8868C80BA62A1FFFAF5FDA9632D3A06589DA6B1
> uid           [ unknown] Kernel.org checksum autosigner <autosigner@kernel.org>
>
> pub   rsa4096 2011-09-23 [SC]
>      647F28654894E3BD457199BE38DBBDC86092693E
> uid           [ unknown] Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> uid           [ unknown] Greg Kroah-Hartman (Linux kernel stable release signing key) <greg@kroah.com>
> uid           [ unknown] Greg Kroah-Hartman <gregkh@kernel.org>
> sub   rsa4096 2011-09-23 [E]
>
> pub   rsa2048 2011-09-20 [SC]
>      ABAF11C65A2970B130ABE3C479BE3E4300411886
> uid           [ unknown] Linus Torvalds <torvalds@kernel.org>
> uid           [ unknown] Linus Torvalds <torvalds@linux-foundation.org>
> sub   rsa2048 2011-09-20 [E]
>
> Downloading the checksums file for linux-5.1.15
> Verifying the checksums file
> gpgv: Signature made Sat Jun 22 15:01:21 2019 IST
> gpgv:                using RSA key 632D3A06589DA6B1
> gpgv: Good signature from "Kernel.org checksum autosigner <autosigner@kernel.org>"
>
> Downloading the signature file for linux-5.1.15
> Downloading the XZ tarball for linux-5.1.15
>  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
>                                 Dload  Upload   Total   Spent    Left  Speed
> 100  101M  100  101M    0     0  8237k      0  0:00:12  0:00:12 --:--:-- 8342k
> Verifying checksum on linux-5.1.15.tar.xz
> /usr/bin/sha256sum: /home/bhaskar/latest_kernel_build_Gentoo_2019-06-25/linux-tarball-verify.XwbUNj.untrusted/sha256sums.txt: no properly formatted SHA256 checksum lines found
> FAILED to verify the downloaded tarball checksum
>
>

Looks like a distro problem, right?

----- End forwarded message -----

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

             reply	other threads:[~2019-06-25  9:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-25  9:12 Bhaskar Chowdhury [this message]
2019-06-25 11:37 ` [gregkh@linuxfoundation.org: Re: Failed to checksum on tarball latest kernel 5.1.15] Bhaskar Chowdhury

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190625091259.GC3789@Slackware \
    --to=unixbhaskar@gmail.com \
    --cc=stable@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).