bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#40804: Issue with guix-install.sh script?


From: zimoun
Subject: bug#40804: Issue with guix-install.sh script?
Date: Fri, 24 Apr 2020 01:29:16 +0200

On Fri, 24 Apr 2020 at 01:22, operator.name via Bug reports for GNU
Guix <address@hidden> wrote:

> $ sudo ./guix-install.sh

[...]

> Press return to continue...
> [1587683635.547]: Starting installation (Fri 24 Apr 00:13:55 BST 2020)
> [1587683635.567]: [ PASS ] verification of required commands completed
> [1587683635.575]: [ FAIL ] Missing OpenPGP public key.  Fetch it with this 
> command:
>   wget https://sv.gnu.org/people/viewgpg.php?user_id=15145 -qO - | gpg 
> --import -
>
> $ wget https://sv.gnu.org/people/viewgpg.php?user_id=15145 -qO - | gpg 
> --import -

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

Because the root needs to know the keysigning dance to check, not your
regular user.
Other said, the ./guix-install.sh script is run as root and it is as
root that it check the public key.


Hope that helps.

All the best,
simon





reply via email to

[Prev in Thread] Current Thread [Next in Thread]