StandUp.sh: gpg: keyserver receive failed: No name

Open
#24 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
25/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
shell

Research direction

Start with StandUp.sh and reproduce the reported GPG keyserver failure. Compare its key retrieval and import commands with LinodeStandUp.sh, including the keyserver alternatives described in the issue. Done means the script no longer encounters the reported keyserver and key-import errors.

Written by the indexing model from the issue text.

Description

Noticed this when running StandUp.sh

image

In suggested solutions here: https://stackoverflow.com/questions/66217436/gpg-keyserver-receive-failed-no-name the key wasn't found in keyserver.ubuntu.com, but was found in keys.openpgp.org. Tested script replacing the keyserver with keys.openpgp.org and that lead to the following errors when trying with keys.openpgp.org and pgp.mit.edu:
image
image

Tried imitating the lines from LinodeStandUp.sh like:
sudo curl https://deb.torproject.org/torproject.org/A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89.asc | gpg --import
sudo gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | apt-key add -
which still results in this:
image

Not sure how critical this issue is, so will wait for feedback before digging further.

Dominant language
Shell
Stars
57
Forks
36
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from BlockchainCommons/Bitcoin-Standup-Scripts

All issues in BlockchainCommons/Bitcoin-Standup-Scripts

Similar issues

More Shell/Bash issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.