We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
yay v12.3.5 - libalpm v14.0.0 (Arch packages: yay-bin 12.3.5-1, pacman 6.1.0-3)
yay v12.3.5 - libalpm v14.0.0
yay-bin 12.3.5-1
pacman 6.1.0-3
When I try to update my archlinux system using yay -Syu on a port-restrictive network, I get a GPGME error: No data.
yay -Syu
GPGME error: No data
This error persiststs afterwards when updating on my non-restricted home network.
None of sudo pacman-key --refresh-keys or sudo pacman-key --init && sudo pacman-key --populate archlinux did help.
sudo pacman-key --refresh-keys
sudo pacman-key --init && sudo pacman-key --populate archlinux
The problem is solved only by:
`sudo rm -R /var/lib/pacman/sync`
Afterwards, issuing yay updates the system properly.
yay
Is GpgMe used internally by yay communicates on some fancy ports?
In such case yay should first poll to see if these ports are available and not allow signatures corruption.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Affected Version
yay v12.3.5 - libalpm v14.0.0
(Arch packages:yay-bin 12.3.5-1
,pacman 6.1.0-3
)Describe the bug
When I try to update my archlinux system using
yay -Syu
on a port-restrictive network, I get aGPGME error: No data
.This error persiststs afterwards when updating on my non-restricted home network.
None of
sudo pacman-key --refresh-keys
orsudo pacman-key --init && sudo pacman-key --populate archlinux
did help.The problem is solved only by:
Afterwards, issuing
yay
updates the system properly.Reproduction Steps
yay
GPGME error: No data
Expected behavior
Is GpgMe used internally by yay communicates on some fancy ports?
In such case yay should first poll to see if these ports are available and not allow signatures corruption.
The text was updated successfully, but these errors were encountered: