Chaotic-aur cannot be added

I do the commands as proposed on the website
https://aur.chaotic.cx/
The first command fails with error-message:

`[root@franz-terrapc franz]# pacman-key --recv-key FBA220DFC880C036 --keyserver keyserver.ubuntu.com
gpg: Empfangen vom Schlüsselserver fehlgeschlagen: Server zeigt einen unbestimmten Fehler an
==> FEHLER: Entfernter Schlüssel konnte nicht korrekt vom Schlüssel-Server abgerufen werden.
[root@franz-terrapc franz]# 
`

My search for a solution was not successfull. No suggested “solution” worked.
Maybe there is no solution for this, but strange enough - on a website for Linux and on several youtube-linux channels (for example “The Linux Cast”) they just type the command and it works for all of them)

What can I do to make it work ?

The keyservers are unreliable. Try again. If it still doesn’t work, try a different keyserver.

Thank you dalto.
I have tried it about 50 times.
In Endeavour, in Manjaro, in other arch-based distros.
Never did I succeed. Always the same error.

You say I should try other keyservers.
How do I find other keyservers ?

1 Like

In Garuda OS the chaotic-aur is installed an active by default.
I didn’t know that and tried to add the key with the command, but it failed too like in all other distros.
After I discovered that it is already there in Garuda, I used it and installed packages from it.

But that doesn’t help me in Endeavour. Just wanted to mention it.

Thank you, pebcak.
I don’ t have the knowledge to make this work.

I tried this:

´# gpg --recv-keys FBA220DFC880C036 keys.openpgp.org
gpg: Die "Keybox" `/root/.gnupg/pubring.kbx' wurde erstellt
gpg: "keys.openpgp.org" ist keine Schlüssel-ID: überspringe
gpg: Empfangen vom Schlüsselserver fehlgeschlagen: Server zeigt einen unbestimmten Fehler an
[root@franz-terrapc franz]# 

Next try, using syntax from debian.org

# gpg --keyserver keyring.debian.org --recv-keys FBA220DFC880C036
gpg: Empfangen vom Schlüsselserver fehlgeschlagen: Server zeigt einen unbestimmten Fehler an
[root@franz-terrapc franz]# 

Try some alternatives:

sudo pacman-key --recv-key FBA220DFC880C036

sudo pacman-key --recv-key FBA220DFC880C036 --keyserver keyring.debian.org

sudo pacman-key --recv-key FBA220DFC880C036 --keyserver pgp.mit.edu

Nothing works. Sorry.
I have no idea why it works perfectly for all these youtube-linux experts. None of them got an error like I do on all distros. Like I said already: I found no helpfull hint on forums. People hat similar problems, but not exactly the same error-message I am getting. All the proposals on those forums I tried but none worked.

What’s the output of:

LANG=C gpg -vvv --keyserver keyserver.ubuntu.com --search-keys FBA220DFC880C036

[franz@franz-terrapc ~]$ sudo pacman-key --recv-key FBA220DFC880C036
[sudo] Passwort für franz: 
gpg: Empfangen vom Schlüsselserver fehlgeschlagen: Server zeigt einen unbestimmten Fehler an
==> FEHLER: Entfernter Schlüssel konnte nicht korrekt vom Schlüssel-Server abgerufen werden.
[franz@franz-terrapc ~]$ sudo pacman-key --recv-key FBA220DFC880C036 --keyserver keyring.debian.org
gpg: Empfangen vom Schlüsselserver fehlgeschlagen: Server zeigt einen unbestimmten Fehler an
==> FEHLER: Entfernter Schlüssel konnte nicht korrekt vom Schlüssel-Server abgerufen werden.
[franz@franz-terrapc ~]$ sudo pacman-key --recv-key FBA220DFC880C036 --keyserver pgp.mit.edu
gpg: Empfangen vom Schlüsselserver fehlgeschlagen: Server zeigt einen unbestimmten Fehler an
==> FEHLER: Entfernter Schlüssel konnte nicht korrekt vom Schlüssel-Server abgerufen werden.
[franz@franz-terrapc ~]$ 

[franz@franz-terrapc ~]$ LANG=C gpg -vvv --keyserver keyserver.ubuntu.com --search-keys FBA220DFC880C036
gpg: using character set 'iso-8859-1'
gpg: directory '/home/franz/.gnupg' created
gpg: keybox '/home/franz/.gnupg/pubring.kbx' created
gpg: error searching keyserver: Server indicated a failure
gpg: keyserver search failed: Server indicated a failure
[franz@franz-terrapc ~]$ 

Hmm. It should tell something like:

gpg: using character set 'iso-8859-1'
gpg: data source: http://162.213.33.8:11371
...

Internet access and DNS is working ok I assume?

Internet access is ok. I can surf in browsers without errors. DNS ? Must work ok too, otherwise I could not surf I guess.

Please post:

LANG=C gpg --debug-all --keyserver keyserver.ubuntu.com --search-keys FBA220DFC880C036

I have asked for help in the telegram channel of chaotic-aur.
They checked and got this:

Blockquote https://keyserver.ubuntu.com/pks/lookup?search=FBA220DFC880C036&fingerprint=on&op=index

Blockquote

[franz@franz-terrapc ~]$ LANG=C gpg -vvv --keyserver keyserver.ubuntu.com --search-keys FBA220DFC880C036
gpg: using character set 'iso-8859-1'
gpg: directory '/home/franz/.gnupg' created
gpg: keybox '/home/franz/.gnupg/pubring.kbx' created
gpg: error searching keyserver: Server indicated a failure
gpg: keyserver search failed: Server indicated a failure
[franz@franz-terrapc ~]$ LANG=C gpg --debug-all --keyserver keyserver.ubuntu.com --search-keys FBA220DFC880C036
gpg: reading options from '[cmdline]'
gpg: enabled debug flags: packet mpi crypto filter iobuf memory cache memstat trust hashing ipc clock lookup extprog
gpg: DBG: [not enabled in the source] start
gpg: DBG: chan_3 <- # Home: /home/franz/.gnupg
gpg: DBG: chan_3 <- # Config: /home/franz/.gnupg/dirmngr.conf
gpg: DBG: chan_3 <- OK Dirmngr 2.2.40 at your service
gpg: DBG: connection to the dirmngr established
gpg: DBG: chan_3 -> GETINFO version
gpg: DBG: chan_3 <- D 2.2.40
gpg: DBG: chan_3 <- OK
gpg: DBG: chan_3 -> KEYSERVER --clear hkp://keyserver.ubuntu.com
gpg: DBG: chan_3 <- OK
gpg: DBG: chan_3 -> KS_SEARCH -- FBA220DFC880C036
gpg: DBG: chan_3 <- ERR 219 Server zeigt einen unbestimmten Fehler an <Quelle nicht angegeben>
gpg: error searching keyserver: Server indicated a failure
gpg: keyserver search failed: Server indicated a failure
gpg: DBG: chan_3 -> BYE
gpg: DBG: [not enabled in the source] stop
gpg: keydb: handles=0 locks=0 parse=0 get=0
gpg:        build=0 update=0 insert=0 delete=0
gpg:        reset=0 found=0 not=0 cache=0 not=0
gpg: kid_not_found_cache: count=0 peak=0 flushes=0
gpg: sig_cache: total=0 cached=0 good=0 bad=0
gpg: random usage: poolsize=600 mixed=0 polls=0/0 added=0/0
              outmix=0 getlvl1=0/0 getlvl2=0/0
gpg: rndjent stat: collector=0x0000000000000000 calls=0 bytes=0
gpg: secmem usage: 0/32768 bytes in 0 blocks
[franz@franz-terrapc ~]$ 

On there page the keys are here:
https://aur.chaotic.cx/chaotic.gpg

Maybe you can import them with
sudo pacman-key --add /path/to/chaotic.gpg
?

you can also import them manually yeah.

please try with port 80. maybe your ISP is blocking stuff.

LANG=C gpg -vvv --keyserver hkp://keyserver.ubuntu.com:80 --search-keys FBA220DFC880C036

[franz@franz-terrapc ~]$ LANG=C gpg -vvv --keyserver hkp://keyserver.ubuntu.com:80 --search-keys FBA220DFC880C036
gpg: using character set 'iso-8859-1'
gpg: error searching keyserver: Server indicated a failure
gpg: keyserver search failed: Server indicated a failure
[franz@franz-terrapc ~]$