Github messages for voidlinux
 help / color / mirror / Atom feed
From: Stig124 <Stig124@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [ISSUE] XFCE live signing glibc fails
Date: Sat, 05 Jun 2021 23:56:09 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-31318@inbox.vuxu.org> (raw)

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

New issue by Stig124 on void-packages repository

https://github.com/void-linux/void-packages/issues/31318

Description:
GLIBC XFCE live fails to sign randomly, you can see the whole method in this asciinema (will add a successful signing recording when one successfully verify)
[![asciicast](https://asciinema.org/a/418512.svg)](https://asciinema.org/a/418512)

NOTE : Failed a comment in the recording, the right command is listed in the script : 

```bash
#!/bin/bash

echo "Command Used : curl -L -O --verbose https://alpha.de.repo.voidlinux.org/live/current/void-live-x86_64-20210218-xfce.iso"
curl -L -O --verbose https://alpha.de.repo.voidlinux.org/live/current/void-live-x86_64-20210218-xfce.iso

echo "Command Used : curl -L -O --verbose https://alpha.de.repo.voidlinux.org/live/current/sha256sum.sig"
curl -L -O --verbose https://alpha.de.repo.voidlinux.org/live/current/sha256sum.sig

echo "Command Used : curl -L -O --verbose https://alpha.de.repo.voidlinux.org/live/current/sha256sum.txt"
curl -L -O --verbose https://alpha.de.repo.voidlinux.org/live/current/sha256sum.txt

echo "Command Used : curl -L -O --verbose https://raw.githubusercontent.com/void-linux/void-packages/master/srcpkgs/void-release-keys/files/void-release-20210218.pub"

curl -L -O --verbose https://raw.githubusercontent.com/void-linux/void-packages/master/srcpkgs/void-release-keys/files/void-release-20210218.pub

echo "Command Used : sha256sum -c --ignore-missing sha256sum.txt"

sha256sum -c --ignore-missing sha256sum.txt

echo "Command Used : signify -C -p /etc/signify/void-release-20191109.pub -x sha256sum.sig void-GCP-musl-PLATFORMFS-20191109.tar.xz"

signify -C -p void-release-20210218.pub -x sha256sum.sig void-live-x86_64-20210218-xfce.iso

echo "Command Used : rpm -q signify"

rpm -q signify
```

             reply	other threads:[~2021-06-05 21:56 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-05 21:56 Stig124 [this message]
2021-06-05 22:06 ` XFCE glibc live signing fails Duncaen
2021-06-05 22:10 ` Duncaen
2021-06-06 20:02 ` Stig124
2021-06-06 20:02 ` [ISSUE] [CLOSED] " Stig124

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-31318@inbox.vuxu.org \
    --to=stig124@users.noreply.github.com \
    --cc=ml@inbox.vuxu.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).