Jump to content

Pacman Key issue "Signature from Gaetan.Bisson" is invalid


ichase

Recommended Posts

In the process of installing 64 bit Arch Linux on one of my laptops. When I try to install wireless_tools it fails because Gaetan Bisson's signature keeps failing.

 

I have done the following:

pacman-key --init
pacman-key --populate archlinux
pacman-key --refresh keys  **Which fails because key 048F79BC389414FA2E12FB72399B3580B79583C5 not found on keyserver**

I even ran a script that Gaeton mentioned in a thread I found

curl https://archlinux.org/ {developers,trustedusers}/ |
awk -F|" '(/pgp.mit.edu/) {sub(/.*search=0x/,"");print $1}' |
xargs pacman-key --recv-keys

But that comes back with --recv-keys requires an argument. So I do a -u at the end to update the trustdb of pacman but that comes back with

curl:  (6) Could not resolve host:  developers; Name or service not known
curl: (6) Could not resolve host:  trustedusers; Name or service not known
gpg:  missing argument for option "-u"
==> ERROR: Remote key not fetched correctly from keyserver

 

Did not run into this problem last week when I installed 32 bit arch on an old HP.

 

Any thoughts?

 

Thanks,

 

Ian

Link to comment
Share on other sites

Just changing siglevel to None fixed the issue.

I should have known that. Was looking to deep into the issue instead of looking for the simple solution. ;)

 

Thank you :)

  • Like 1
Link to comment
Share on other sites

Here on my 64 bit Arch Linux lappy, Firefox is "synced" up with my other lappy and all is well. :) A few small things I need to figure out but so far, running well. :)

  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...