Erreur lors des mises à jour

What type of hardware are you using: Old laptop or computer
What YunoHost version are you running: YunoHost 12.1.39 (stable)
How are you able to access your server: The webadmin
Are you in a special context or did you perform specific tweaking on your YunoHost instance ?: No

Describe your issue

J’arrive à me connecter et à faire des mises à jour. Mais j’ai systémétiquement ses messages d’erreur.

Share relevant logs or error messages

W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://packages.sury.org/php bookworm InRelease: The following signatures were invalid: EXPKEYSIG B188E2B695BD4743 DEB.SURY.ORG Automatic Signing Key
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://dl.yarnpkg.com/debian stable InRelease: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY 62D54FD4003F6525
W: Failed to fetch https://packages.sury.org/php/dists/bookworm/InRelease The following signatures were invalid: EXPKEYSIG B188E2B695BD4743 DEB.SURY.ORG Automatic Signing Key
W: Failed to fetch https://dl.yarnpkg.com/debian/dists/stable/InRelease The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY 62D54FD4003F6525
W: Some index files failed to download. They have been ignored, or old ones used instead.
Des erreurs se sont produites lors de la mise à jour du cache APT (gestionnaire de paquets Debian). Voici un extrait des lignes du fichier sources.list qui pourrait vous aider à identifier les lignes problématiques :
sources.list:deb Index of /debian bookworm main contrib non-free-firmware
sources.list:deb-src Index of /debian bookworm main contrib non-free-firmware
sources.list:deb [signed-by=/etc/apt/keyrings/YunoHost_repository.asc] http://repo.yunohost.org/debian/ bookworm stable
sources.list:deb Index of /debian-security bookworm-security main contrib non-free-firmware
sources.list:deb-src Index of /debian-security bookworm-security main contrib non-free-firmware
sources.list:deb Index of /debian bookworm-updates main contrib non-free-firmware
sources.list:deb-src Index of /debian bookworm-updates main contrib non-free-firmware
sources.list.d/yarn.list:deb [signed-by=/etc/apt/trusted.gpg.d/yarn.gpg] https://dl.yarnpkg.com/debian/ stable main
sources.list.d/extra_php_version.list:deb [signed-by=/etc/apt/trusted.gpg.d/extra_php_version.gpg] Index of /php/ bookworm main

3 Likes

idem pour moi :slight_smile:
Err:8 ``https://dl.yarnpkg.com/debian`` stable InRelease
The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY 62D54FD4003F6525
Err:9 ``https://packages.sury.org/php`` bookworm InRelease
The following signatures were invalid: EXPKEYSIG B188E2B695BD4743 ``DEB.SURY.ORG`` Automatic Signing Key <deb@sury.org>

Résolu une partie avec :slight_smile:

curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/yarn.gpg > /dev/null

2 Likes
sudo yunohost tools regen-conf apt -f
4 Likes

thanks! Je viens de voir aussi ( Update problems: no public key - #2 by Matze )
et cela fonctionne parfaitement !

Super réactif sur Yunohost :flexed_biceps:

1 Like

Thanks !