Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] XFCE live signing glibc fails
@ 2021-06-05 21:56 Stig124
  2021-06-05 22:06 ` XFCE glibc live signing fails Duncaen
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Stig124 @ 2021-06-05 21:56 UTC (permalink / raw)
  To: ml

[-- 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
```

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-06-06 20:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-05 21:56 [ISSUE] XFCE live signing glibc fails Stig124
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

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).