unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#38585: Installation script fails to import gpg keys
@ 2019-12-12 22:38 dalanicolai
  2019-12-12 23:48 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  2020-10-21 13:09 ` zimoun
  0 siblings, 2 replies; 4+ messages in thread
From: dalanicolai @ 2019-12-12 22:38 UTC (permalink / raw)
  To: 38585


[-- Attachment #1.1: Type: text/plain, Size: 137 bytes --]

I try to install guix in Ubuntu using the installation script but it fails
to import the gpg keys (see picture below)
[image: image.png]

[-- Attachment #1.2: Type: text/html, Size: 238 bytes --]

[-- Attachment #2: image.png --]
[-- Type: image/png, Size: 257629 bytes --]

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

* bug#38585: Installation script fails to import gpg keys
  2019-12-12 22:38 bug#38585: Installation script fails to import gpg keys dalanicolai
@ 2019-12-12 23:48 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  2019-12-13  0:09   ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  2020-10-21 13:09 ` zimoun
  1 sibling, 1 reply; 4+ messages in thread
From: Tobias Geerinckx-Rice via Bug reports for GNU Guix @ 2019-12-12 23:48 UTC (permalink / raw)
  To: 38585

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

dalanicolai 写道:
> I try to install guix in Ubuntu using the installation script 
> but it fails
> to import the gpg keys (see picture below)
> [image: image.png]

Thanks for attaching the detailed output, by the way.  It's really 
helpful :-)

This sounds vaguely familiar.  Does the following command work?

  $ sudo -i ./guix-install.sh

If so: great.

If not: does running gpg --import as root work?

  $ wget https://sv.gnu.org/people/viewgpg.php?user_id=15145 -qO - 
  | sudo gpg --import -
  $ sudo ./guix-install.sh

Kind regards,

T G-R

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

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

* bug#38585: Installation script fails to import gpg keys
  2019-12-12 23:48 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
@ 2019-12-13  0:09   ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  0 siblings, 0 replies; 4+ messages in thread
From: Tobias Geerinckx-Rice via Bug reports for GNU Guix @ 2019-12-13  0:09 UTC (permalink / raw)
  To: 38585

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

dalanicolai,

Actually, try this instead of ‘sudo -i’:

  $ sudo --preserve-env ./guix-install.sh

Kind regards,

T G-R

Source: https://debbugs.gnu.org/db/37/37939.html

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

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

* bug#38585: Installation script fails to import gpg keys
  2019-12-12 22:38 bug#38585: Installation script fails to import gpg keys dalanicolai
  2019-12-12 23:48 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
@ 2020-10-21 13:09 ` zimoun
  1 sibling, 0 replies; 4+ messages in thread
From: zimoun @ 2020-10-21 13:09 UTC (permalink / raw)
  To: dalanicolai; +Cc: 38585

Dear,

Thank you for the report.

On Thu, 12 Dec 2019 at 23:38, dalanicolai <dalanicolai@gmail.com> wrote:
> I try to install guix in Ubuntu using the installation script but it
> fails to import the gpg keys (see picture below) image.png

The mistake comes from that ’sudo’ is incorrectly located.  It had been
fixed to instead hint with:

--8<---------------cut here---------------start------------->8---
 wget https://sv.gnu.org/people/viewgpg.php?user_id=15145 -qO - | sudo -i gpg --import -
--8<---------------cut here---------------end--------------->8---

by commit 4089d7920fc5f27fefdde6b0fec17f3224e62377.


Closing!
simon




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

end of thread, other threads:[~2020-10-21 13:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-12 22:38 bug#38585: Installation script fails to import gpg keys dalanicolai
2019-12-12 23:48 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
2019-12-13  0:09   ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
2020-10-21 13:09 ` zimoun

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).