Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] lxc-4.0.4_1 with both gnupg 1.x and 2.x
@ 2020-10-20 13:40 brdelphus
  2020-10-20 13:46 ` brdelphus
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: brdelphus @ 2020-10-20 13:40 UTC (permalink / raw)
  To: ml

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

New issue by brdelphus on void-packages repository

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

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. -->
### System

* xuname:  
  Void 5.8.16_1 x86_64 GenuineIntel uptodate rFFF

* package: 
  *affected package(s) including the version*: lxc-4.0.4_1

### Expected behavior
the ability to use download template to download os container templates
### Actual behavior
ERROR: Unable to fetch GPG key from keyserver
### Steps to reproduce the behavior
lxc-create -n mycontainer -t download -- --dist voidlinux --release current --arch x86_64

Further investigation shows me that the gpg option --receive-keys was -recv-keys on gnupg 1.x 
reason why it fails to store necessary keys, not sending pull requests cos I am not familiar with 
(we either specify which version of gnupg to be used, or check gpg simlinks to match template)

Thank you


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

* Re: lxc-4.0.4_1 with both gnupg 1.x and 2.x
  2020-10-20 13:40 [ISSUE] lxc-4.0.4_1 with both gnupg 1.x and 2.x brdelphus
@ 2020-10-20 13:46 ` brdelphus
  2020-10-20 13:49 ` brdelphus
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: brdelphus @ 2020-10-20 13:46 UTC (permalink / raw)
  To: ml

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

New comment by brdelphus on void-packages repository

https://github.com/void-linux/void-packages/issues/25750#issuecomment-712862569

Comment:
Just tried using gpg version 1.x and it doesn't work, so I believe it should be forced to use the gpg2 binary instead of gpg as is hardcoded on lxc-download template

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

* Re: lxc-4.0.4_1 with both gnupg 1.x and 2.x
  2020-10-20 13:40 [ISSUE] lxc-4.0.4_1 with both gnupg 1.x and 2.x brdelphus
  2020-10-20 13:46 ` brdelphus
@ 2020-10-20 13:49 ` brdelphus
  2020-10-28 20:07 ` CameronNemo
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: brdelphus @ 2020-10-20 13:49 UTC (permalink / raw)
  To: ml

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

New comment by brdelphus on void-packages repository

https://github.com/void-linux/void-packages/issues/25750#issuecomment-712862569

Comment:
Just tried using gpg version 1.x and it doesn't work, so I believe it should be forced to use the gpg2 binary instead of gpg as is hardcoded on lxc-download template:

also handbook for lxc suggests the command: lxc-create -n mycontainer -t download -- \
	--dist voidlinux --release current --arch x86_64
but listing all voidlinux images templates we get:
voidlinux	current	amd64	default	20201019_17:10
voidlinux	current	arm64	default	20201019_17:10
voidlinux	current	armhf	default	20201019_17:10
voidlinux	current	i386	default	20201019_17:10
so there is no x86_64 but amd64 instead.

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

* Re: lxc-4.0.4_1 with both gnupg 1.x and 2.x
  2020-10-20 13:40 [ISSUE] lxc-4.0.4_1 with both gnupg 1.x and 2.x brdelphus
  2020-10-20 13:46 ` brdelphus
  2020-10-20 13:49 ` brdelphus
@ 2020-10-28 20:07 ` CameronNemo
  2021-01-21 17:42 ` ericonr
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: CameronNemo @ 2020-10-28 20:07 UTC (permalink / raw)
  To: ml

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

New comment by CameronNemo on void-packages repository

https://github.com/void-linux/void-packages/issues/25750#issuecomment-718178961

Comment:
the download template is shipped as-is from upstream. you may need to write a patch to make it use the gpg2 binary.

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

* Re: lxc-4.0.4_1 with both gnupg 1.x and 2.x
  2020-10-20 13:40 [ISSUE] lxc-4.0.4_1 with both gnupg 1.x and 2.x brdelphus
                   ` (2 preceding siblings ...)
  2020-10-28 20:07 ` CameronNemo
@ 2021-01-21 17:42 ` ericonr
  2021-08-11 22:41 ` paper42
  2021-08-11 22:41 ` [ISSUE] [CLOSED] " paper42
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2021-01-21 17:42 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/25750#issuecomment-764820773

Comment:
@CameronNemo Anything we can act on? Maybe patch the template?

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

* Re: lxc-4.0.4_1 with both gnupg 1.x and 2.x
  2020-10-20 13:40 [ISSUE] lxc-4.0.4_1 with both gnupg 1.x and 2.x brdelphus
                   ` (3 preceding siblings ...)
  2021-01-21 17:42 ` ericonr
@ 2021-08-11 22:41 ` paper42
  2021-08-11 22:41 ` [ISSUE] [CLOSED] " paper42
  5 siblings, 0 replies; 7+ messages in thread
From: paper42 @ 2021-08-11 22:41 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/issues/25750#issuecomment-897208353

Comment:
/usr/bin/gpg is now gpg2

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

* Re: [ISSUE] [CLOSED] lxc-4.0.4_1 with both gnupg 1.x and 2.x
  2020-10-20 13:40 [ISSUE] lxc-4.0.4_1 with both gnupg 1.x and 2.x brdelphus
                   ` (4 preceding siblings ...)
  2021-08-11 22:41 ` paper42
@ 2021-08-11 22:41 ` paper42
  5 siblings, 0 replies; 7+ messages in thread
From: paper42 @ 2021-08-11 22:41 UTC (permalink / raw)
  To: ml

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

Closed issue by brdelphus on void-packages repository

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

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. -->
### System

* xuname:  
  Void 5.8.16_1 x86_64 GenuineIntel uptodate rFFF

* package: 
  *affected package(s) including the version*: lxc-4.0.4_1

### Expected behavior
the ability to use download template to download os container templates
### Actual behavior
ERROR: Unable to fetch GPG key from keyserver
### Steps to reproduce the behavior
lxc-create -n mycontainer -t download -- --dist voidlinux --release current --arch x86_64

Further investigation shows me that the gpg option --receive-keys was -recv-keys on gnupg 1.x 
reason why it fails to store necessary keys, not sending pull requests cos I am not familiar with 
(we either specify which version of gnupg to be used, or check gpg simlinks to match template)

Thank you


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

end of thread, other threads:[~2021-08-11 22:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-20 13:40 [ISSUE] lxc-4.0.4_1 with both gnupg 1.x and 2.x brdelphus
2020-10-20 13:46 ` brdelphus
2020-10-20 13:49 ` brdelphus
2020-10-28 20:07 ` CameronNemo
2021-01-21 17:42 ` ericonr
2021-08-11 22:41 ` paper42
2021-08-11 22:41 ` [ISSUE] [CLOSED] " paper42

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