Pacman and yay don't work "GPGME error: No data"

After running pacman -Syu i get this error:

error: GPGME error: No data
:: Synchronizing package databases...
 endeavouros                                                                                                                      527,0   B  4,55 KiB/s 00:00 [-------------------------------------------------------------------------------------------------] 100%
 core is up to date
 extra is up to date
 multilib is up to date
error: GPGME error: No data
error: failed to synchronize all databases (unexpected error)

I’ve looked at the forum and it didn’t help
running sudo rm -R /var/lib/pacman/sync and rebooting right after didn’t help
eos-rankmirrors gives me this error:

zsh: command not found: eos-rankmirrors
warning: database file for 'endeavouros' does not exist (use '-Fy' to download)
warning: database file for 'core' does not exist (use '-Fy' to download)
warning: database file for 'extra' does not exist (use '-Fy' to download)
warning: database file for 'multilib' does not exist (use '-Fy' to download)

pacman.conf

#
# /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository directives

#
# GENERAL OPTIONS
#
[options]
# The following paths are commented out with their default values listed.
# If you wish to use different paths, uncomment and update the paths.
#RootDir     = /
#DBPath      = /var/lib/pacman/
#CacheDir    = /var/cache/pacman/pkg/
#LogFile     = /var/log/pacman.log
#GPGDir      = /etc/pacman.d/gnupg/
#HookDir     = /etc/pacman.d/hooks/
HoldPkg     = pacman glibc dracut kernel-install-for-dracut eos-dracut
#XferCommand = /usr/bin/curl -L -C - -f -o %o %u
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#CleanMethod = KeepInstalled
Architecture = auto

# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
#IgnorePkg   =
#IgnoreGroup =

#NoUpgrade   =
#NoExtract   =

# Misc options
#UseSyslog
Color
ILoveCandy
#NoProgressBar
#CheckSpace
VerbosePkgLists
ParallelDownloads = 5
DownloadUser = alpm
#DisableSandbox

# By default, pacman accepts packages signed by keys that its local keyring
# trusts (see pacman-key and its man page), as well as unsigned packages.
SigLevel    = Required DatabaseOptional
LocalFileSigLevel = Optional
#RemoteFileSigLevel = Required

# NOTE: You must run `pacman-key --init` before first using pacman; the local
# keyring can then be populated with the keys of all official Arch Linux
# packagers with `pacman-key --populate archlinux`.

#
# REPOSITORIES
#   - can be defined here or included from another file
#   - pacman will search repositories in the order defined here
#   - local/custom mirrors can be added here or in separate files
#   - repositories listed first will take precedence when packages
#     have identical names, regardless of version number
#   - URLs will have $repo replaced by the name of the current repo
#   - URLs will have $arch replaced by the name of the architecture
#
# Repository entries are of the format:
#       [repo-name]
#       Server = ServerName
#       Include = IncludePath
#
# The header [repo-name] is crucial - it must be present and
# uncommented to enable the repo.
#

# The testing repositories are disabled by default. To enable, uncomment the
# repo name header and Include lines. You can add preferred servers immediately
# after the header, and they will be used before the default mirrors.

[endeavouros]
SigLevel = PackageRequired
Include = /etc/pacman.d/endeavouros-mirrorlist

#[core-testing]
#Include = /etc/pacman.d/mirrorlist

[core]
Include = /etc/pacman.d/mirrorlist

#[extra-testing]
#Include = /etc/pacman.d/mirrorlist

[extra]
Include = /etc/pacman.d/mirrorlist

# If you want to run 32 bit applications on your x86_64 system,
# enable the multilib repositories as required here.

#[multilib-testing]
#Include = /etc/pacman.d/mirrorlist

[multilib]
Include = /etc/pacman.d/mirrorlist

# An example of a custom package repository.  See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#SigLevel = Optional TrustAll
#Server = file:///home/custompkgs

please help im loosing my mind

What is the output of sudo pacman -Syu

try sudo eos-update

It basically pacman -Syu but with some internal tools built in that may fix that.

Welcome to the community @kakasher! :wave::smiling_face_with_sunglasses: :enos_flag:

In line with @Spreadneck’s suggestion, perhaps try:

eos-update --keyrings-reset

And possibly even:

eos-update --clear-databases

Then:

eos-update --yay
1 Like

This is an occasional error I’ve seen over time. Try this section of the pacman wiki.

If memory serves me correctly, about a year ago there was a mirror that was returning a 404 page when pacman and aur helpers attempted to connect. They expected a stream of text back. The 404 page was coming back to users machines and replacing their pacman database

Thus, you may want to try to update your mirrors in case that situation is back…

(Deleted by user)

error: GPGME error: No data
:: Synchronizing package databases...
 endeavouros                                                                                                                      527,0   B  4,29 KiB/s 00:00 [-------------------------------------------------------------------------------------------------] 100%
 core is up to date
 extra                                                                                                                              7,7 MiB  21,7 MiB/s 00:00 [-------------------------------------------------------------------------------------------------] 100%
 multilib is up to date
error: GPGME error: No data
error: failed to synchronize all databases (unexpected error)
❯ sudo eos-update
sudo: eos-update: command not found

I’ve check the files and those are the types:

❯ sudo file /var/lib/pacman/sync/*
/var/lib/pacman/sync/core.db:            gzip compressed data, from Unix, original size modulo 2^32 593920
/var/lib/pacman/sync/endeavouros.db:     HTML document, Unicode text, UTF-8 text
/var/lib/pacman/sync/endeavouros.db.sig: HTML document, Unicode text, UTF-8 text
/var/lib/pacman/sync/extra.db:           gzip compressed data, from Unix, original size modulo 2^32 33945600
/var/lib/pacman/sync/multilib.db:        gzip compressed data, from Unix, original size modulo 2^32 645120

I’ve checked the mirrors using pacman-conf -r core and pacman-conf -r extra and tried opening the first links, and they work.

Hi!

The commands don’t work

❯ eos-update --keyrings-reset
zsh: command not found: eos-update
warning: database file for 'endeavouros' does not exist (use '-Fy' to download)
warning: database file for 'core' does not exist (use '-Fy' to download)
warning: database file for 'extra' does not exist (use '-Fy' to download)
warning: database file for 'multilib' does not exist (use '-Fy' to download)

Welcome to the forum :enos: :enos_flag:
Maybe there is a solution in this thread:

user tried the solution already. I posted the same solution before as I had overlooked that the OP already done this.

Oh yes now i see it sorry for the confusion.

1 Like

looks like your having issues accessing eos tools did you remove them from the install when you originally installed? or do they in fact exist?

I didn’t even know that they existed, until I’ve came to this forum, so I wouldn’t remove them on purpose. I was just using sudo pacman -Syu to update.

Your endeavouros.db doesn’t have the right gzip type.

pacman-conf -r endeavouros

You need to check and fix your endeavouros.mirrorlist and then repeat by removing the sync directory and updating the system.

2 Likes

I’m very grateful cactus tux,
https://ftp.rz.tu-bs.de/pub/mirror/endeavouros/repo/$repo/$arch
this mirror didn’t work so I’ve commented it out
now pacman and yay work :DD

Then I did sudo pacman -Fy followed by sudo pacman -S eos-bash-shared.
Now eos-update works

2 Likes

Thank you everyone for help!!!

2 Likes

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.