Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] RSA signature invalid for linux 5.8.12_1
@ 2020-09-28 10:25 iceaway
  2020-09-29  6:39 ` iceaway
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: iceaway @ 2020-09-28 10:25 UTC (permalink / raw)
  To: ml

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

New issue by iceaway on void-packages repository

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

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->

I just installed Void Linux in a VirtualBox VM, and when I try to update my system I get a lot of errors about RSA signatures not being valid. Running xbps-install -Svu several times in a row installed more and more packages, but now I am stuck at installing linux5.8-5.8.12_1. It says:
ERROR: linux-5.8-5.8.12_1: the RSA signature is not valid!
ERROR: linux-5.8-5.8.12_1: removed the pkg archive and its signature.

### System
VirtualBox 6.1.14

* xuname:  
Void 5.3.9_1 x86_64 GenuineIntel/KVM notuptodate rFFF
* package:  
Linux 5.8-5.8.12_1

### Expected behavior
Package should be installed without error.

### Actual behavior
Packege not installed due to invalid RSA signature

### Steps to reproduce the behavior
run xbps-install -Sv linux


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

* Re: RSA signature invalid for linux 5.8.12_1
  2020-09-28 10:25 [ISSUE] RSA signature invalid for linux 5.8.12_1 iceaway
@ 2020-09-29  6:39 ` iceaway
  2020-09-29  6:50 ` ericonr
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: iceaway @ 2020-09-29  6:39 UTC (permalink / raw)
  To: ml

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

New comment by iceaway on void-packages repository

https://github.com/void-linux/void-packages/issues/25148#issuecomment-700484503

Comment:
I just made a complete reinstall of Void just to see if anything would change, but unfortunately not. However, when doing the first xbps-install -Su after the install, I get the same RSA signature error for multiple other packages. I was able to resolve that by running xbps-install <packagename>. This does not work for the Linux kernel however.

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

* Re: RSA signature invalid for linux 5.8.12_1
  2020-09-28 10:25 [ISSUE] RSA signature invalid for linux 5.8.12_1 iceaway
  2020-09-29  6:39 ` iceaway
@ 2020-09-29  6:50 ` ericonr
  2020-09-29  6:50 ` ericonr
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2020-09-29  6:50 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/25148#issuecomment-700488744

Comment:
Have you verified the image you're using? What does `xbps-pkgdb` say when run?

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

* Re: RSA signature invalid for linux 5.8.12_1
  2020-09-28 10:25 [ISSUE] RSA signature invalid for linux 5.8.12_1 iceaway
  2020-09-29  6:39 ` iceaway
  2020-09-29  6:50 ` ericonr
@ 2020-09-29  6:50 ` ericonr
  2020-09-29  7:12 ` iceaway
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2020-09-29  6:50 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/25148#issuecomment-700488744

Comment:
Have you verified the image you're using? What does `xbps-pkgdb -a` say when run?

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

* Re: RSA signature invalid for linux 5.8.12_1
  2020-09-28 10:25 [ISSUE] RSA signature invalid for linux 5.8.12_1 iceaway
                   ` (2 preceding siblings ...)
  2020-09-29  6:50 ` ericonr
@ 2020-09-29  7:12 ` iceaway
  2020-09-30 12:57 ` iceaway
  2020-09-30 12:58 ` [ISSUE] [CLOSED] " iceaway
  5 siblings, 0 replies; 7+ messages in thread
From: iceaway @ 2020-09-29  7:12 UTC (permalink / raw)
  To: ml

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

New comment by iceaway on void-packages repository

https://github.com/void-linux/void-packages/issues/25148#issuecomment-700498634

Comment:
> 
> 
> Have you verified the image you're using? What does `xbps-pkgdb -a` say when run?

Yes, I checked the sha256sum and the signature, both came out OK. 
```
$ signify-openbsd -C -p void-release-20191109.pub -x sha256.sig void-live-x86_64-20191109.iso
Signature Verified
void-live-x86_64-20191109.iso: OK

$ sha256sum -c --ignore-missing sha256.txt
void-live-x86_64-20191109.iso: OK
```

But the output of that command does not look very good:
```
ERROR: base-files: unexistent file /etc/issue
ERROR: base-files: conf files check FAILED
ERROR: e2fsprogs: hash mismatch for /usr/share/locale/tr/LC_MESSAGES/e2fsprogs.mo.
ERROR: e2fsprogs: files check FAILED
```


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

* Re: RSA signature invalid for linux 5.8.12_1
  2020-09-28 10:25 [ISSUE] RSA signature invalid for linux 5.8.12_1 iceaway
                   ` (3 preceding siblings ...)
  2020-09-29  7:12 ` iceaway
@ 2020-09-30 12:57 ` iceaway
  2020-09-30 12:58 ` [ISSUE] [CLOSED] " iceaway
  5 siblings, 0 replies; 7+ messages in thread
From: iceaway @ 2020-09-30 12:57 UTC (permalink / raw)
  To: ml

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

New comment by iceaway on void-packages repository

https://github.com/void-linux/void-packages/issues/25148#issuecomment-701373507

Comment:
I think I may have been a victim of this issue: https://forums.virtualbox.org/viewtopic.php?f=6&t=100000

I turned off Hyper-V and now I'm able to install the package upgrades. 

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

* Re: [ISSUE] [CLOSED] RSA signature invalid for linux 5.8.12_1
  2020-09-28 10:25 [ISSUE] RSA signature invalid for linux 5.8.12_1 iceaway
                   ` (4 preceding siblings ...)
  2020-09-30 12:57 ` iceaway
@ 2020-09-30 12:58 ` iceaway
  5 siblings, 0 replies; 7+ messages in thread
From: iceaway @ 2020-09-30 12:58 UTC (permalink / raw)
  To: ml

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

Closed issue by iceaway on void-packages repository

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

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->

I just installed Void Linux in a VirtualBox VM, and when I try to update my system I get a lot of errors about RSA signatures not being valid. Running xbps-install -Svu several times in a row installed more and more packages, but now I am stuck at installing linux5.8-5.8.12_1. It says:
ERROR: linux-5.8-5.8.12_1: the RSA signature is not valid!
ERROR: linux-5.8-5.8.12_1: removed the pkg archive and its signature.

### System
VirtualBox 6.1.14

* xuname:  
Void 5.3.9_1 x86_64 GenuineIntel/KVM notuptodate rFFF
* package:  
Linux 5.8-5.8.12_1

### Expected behavior
Package should be installed without error.

### Actual behavior
Packege not installed due to invalid RSA signature

### Steps to reproduce the behavior
run xbps-install -Sv linux


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

end of thread, other threads:[~2020-09-30 12:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-28 10:25 [ISSUE] RSA signature invalid for linux 5.8.12_1 iceaway
2020-09-29  6:39 ` iceaway
2020-09-29  6:50 ` ericonr
2020-09-29  6:50 ` ericonr
2020-09-29  7:12 ` iceaway
2020-09-30 12:57 ` iceaway
2020-09-30 12:58 ` [ISSUE] [CLOSED] " iceaway

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