On 3/10/23 12:03, Łukasz Michalski wrote:
On 3/10/23 11:46, Genes Lists wrote:
On 3/10/23 05:39, Łukasz Michalski wrote:
A and B. Both updated at the same time. On A service works, on B it
fails.
I have similar situation. On a machine that had fails running
manually worked fine.
What happens if you run manually?
/usr/bin//archlinux-keyring-wkd-sync
best
gene
Same effect.
I also tried:
mv /etc/pacman.d/gnupg /etc/pacman.d/gnupg2
pacman-key --init
pacman-key --populate archlinux
pacman -S archlinux-keyring (reinstall)
/usr/bin/archlinux-keyring-wkd-sync
echo $?
87
This is a DNS issue. My machine B has two newtorks: static ethernet with
DNS set to 8.8.8.8 and 3g as backup connection:
[root@B ~]# resolvconf -l
# resolv.conf from ppp0
nameserver 212.2.127.254
nameserver 212.2.96.52
# resolv.conf from enp0s25
nameserver 8.8.8.8
After setting UsePeerDNS=false, which removed 212.2.* nameservers
problem goes away.
Regards,
Łukasz