Page 1 of 1

pacman-key recv Error : Remote key not fetched correctly from keyserver. [MSYS2 On Win10 32Bit]

Posted: Thu Jan 02, 2020 11:33 am
by cimo95
[description]
I want to install devkitPro toolchains on my Windows 10 32 Bit,
I have installed MSYS2, and following the instruction on : https://devkitpro.org/wiki/devkitPro_pa ... an_Install
I stuck on pacman-key --recv F7FD5492264BB9D0 with error "Remote key not fetched correctly from keyserver." when i run on MSYS2

[step i took]
looking for the answers on internet but nothing match my search

[additional info]
screenshot :
Image

Re: pacman-key recv Error : Remote key not fetched correctly from keyserver. [MSYS2 On Win10 32Bit]

Posted: Sun Apr 12, 2020 2:18 pm
by WinterMute
This seems to be resolved by a reboot generally. Let us know if it isn't.

Re: pacman-key recv Error : Remote key not fetched correctly from keyserver. [MSYS2 On Win10 32Bit]

Posted: Wed Jul 22, 2020 7:04 pm
by lenigrast
I solved it by using an IPv4 keyserver by appending this string to the command:

Code: Select all

--keyserver hkp://ipv4.pool.sks-keyservers.net:11371
I tried everything and this is the only thing that solved it, hope it helps

Re: pacman-key recv Error : Remote key not fetched correctly from keyserver. [MSYS2 On Win10 32Bit]

Posted: Wed Jul 29, 2020 8:27 pm
by urmum-69
lenigrast wrote: Wed Jul 22, 2020 7:04 pm I solved it by using an IPv4 keyserver by appending this string to the command:

Code: Select all

--keyserver hkp://ipv4.pool.sks-keyservers.net:11371
I tried everything and this is the only thing that solved it, hope it helps
Hi, I can confirm I had this same issue while trying to install it on arch.
The solution you described worked, thank you.