You are not logged in.
Pages: 1
i am getting error while updating ,can anyone please help
[musicarch@musicArch ~]$ sudo pacman -Syu --debug
[sudo] password for musicarch:
debug: pacman v6.0.1 - libalpm v13.0.1
debug: config: attempting to read file /etc/pacman.conf
debug: config: new section 'options'
debug: config: HoldPkg: pacman
debug: config: HoldPkg: glibc
debug: config: Architecture: auto
debug: config: arch: x86_64
debug: config: SigLevel: Required
debug: config: SigLevel: DatabaseOptional
debug: config: LocalFileSigLevel: Optional
debug: config: new section 'core'
debug: config file /etc/pacman.conf, line 75: including /etc/pacman.d/mirrorlist
debug: config: new section 'extra'
debug: config file /etc/pacman.conf, line 78: including /etc/pacman.d/mirrorlist
debug: config: new section 'community'
debug: config file /etc/pacman.conf, line 84: including /etc/pacman.d/mirrorlist
debug: config: new section 'multilib'
debug: config file /etc/pacman.conf, line 93: including /etc/pacman.d/mirrorlist
debug: config: new section 'archlinuxfr'
debug: config: SigLevel: Never
debug: config: finished parsing /etc/pacman.conf
debug: setup_libalpm called
debug: option 'logfile' = /var/log/pacman.log
debug: option 'gpgdir' = /etc/pacman.d/gnupg/
debug: option 'hookdir' = /etc/pacman.d/hooks/
debug: option 'cachedir' = /var/cache/pacman/pkg/
debug: registering sync database 'core'
debug: database path for tree core set to /var/lib/pacman/sync/core.db
debug: "/var/lib/pacman/sync/core.db.sig" is not readable: No such file or directory
debug: sig path /var/lib/pacman/sync/core.db.sig could not be opened
debug: got error 43 at _alpm_gpgme_checksig (../lib/libalpm/signing.c: 593) : missing PGP signature
debug: missing optional signature
debug: setting usage of 15 for core repository
debug: adding new server URL to database 'core': https://mirror.cyberbits.eu/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': https://mirror.chaoticum.net/arch/core/os/x86_64
debug: adding new server URL to database 'core': https://mirror.pseudoform.org/core/os/x86_64
debug: adding new server URL to database 'core': https://phinau.de/arch/core/os/x86_64
debug: adding new server URL to database 'core': https://arch.mirror.square-r00t.net/core/os/x86_64
debug: registering sync database 'extra'
debug: database path for tree extra set to /var/lib/pacman/sync/extra.db
debug: "/var/lib/pacman/sync/extra.db.sig" is not readable: No such file or directory
debug: sig path /var/lib/pacman/sync/extra.db.sig could not be opened
debug: got error 43 at _alpm_gpgme_checksig (../lib/libalpm/signing.c: 593) : missing PGP signature
debug: missing optional signature
debug: setting usage of 15 for extra repository
debug: adding new server URL to database 'extra': https://mirror.cyberbits.eu/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': https://mirror.chaoticum.net/arch/extra/os/x86_64
debug: adding new server URL to database 'extra': https://mirror.pseudoform.org/extra/os/x86_64
debug: adding new server URL to database 'extra': https://phinau.de/arch/extra/os/x86_64
debug: adding new server URL to database 'extra': https://arch.mirror.square-r00t.net/extra/os/x86_64
debug: registering sync database 'community'
debug: database path for tree community set to /var/lib/pacman/sync/community.db
debug: "/var/lib/pacman/sync/community.db.sig" is not readable: No such file or directory
debug: sig path /var/lib/pacman/sync/community.db.sig could not be opened
debug: got error 43 at _alpm_gpgme_checksig (../lib/libalpm/signing.c: 593) : missing PGP signature
debug: missing optional signature
debug: setting usage of 15 for community repository
debug: adding new server URL to database 'community': https://mirror.cyberbits.eu/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': https://mirror.chaoticum.net/arch/community/os/x86_64
debug: adding new server URL to database 'community': https://mirror.pseudoform.org/community/os/x86_64
debug: adding new server URL to database 'community': https://phinau.de/arch/community/os/x86_64
debug: adding new server URL to database 'community': https://arch.mirror.square-r00t.net/community/os/x86_64
debug: registering sync database 'multilib'
debug: database path for tree multilib set to /var/lib/pacman/sync/multilib.db
debug: "/var/lib/pacman/sync/multilib.db.sig" is not readable: No such file or directory
debug: sig path /var/lib/pacman/sync/multilib.db.sig could not be opened
debug: got error 43 at _alpm_gpgme_checksig (../lib/libalpm/signing.c: 593) : missing PGP signature
debug: missing optional signature
debug: setting usage of 15 for multilib repository
debug: adding new server URL to database 'multilib': https://mirror.cyberbits.eu/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': https://mirror.chaoticum.net/arch/multilib/os/x86_64
debug: adding new server URL to database 'multilib': https://mirror.pseudoform.org/multilib/os/x86_64
debug: adding new server URL to database 'multilib': https://phinau.de/arch/multilib/os/x86_64
debug: adding new server URL to database 'multilib': https://arch.mirror.square-r00t.net/multilib/os/x86_64
debug: registering sync database 'archlinuxfr'
debug: database path for tree archlinuxfr set to /var/lib/pacman/sync/archlinuxfr.db
debug: setting usage of 15 for archlinuxfr repository
debug: adding new server URL to database 'archlinuxfr': http://repo.archlinux.fr/x86_64
:: Synchronizing package databases...
core downloading...
extra downloading...Last edited by nahush (2022-01-25 08:22:35)
Offline
If you are referring to these messages:
debug: registering sync database 'core' debug: database path for tree core set to /var/lib/pacman/sync/core.db debug: "/var/lib/pacman/sync/core.db.sig" is not readable: No such file or directory debug: sig path /var/lib/pacman/sync/core.db.sig could not be opened debug: got error 43 at _alpm_gpgme_checksig (../lib/libalpm/signing.c: 593) : missing PGP signature debug: missing optional signature
That's expected — pacman (libalpm) supports repository database signing but Arch itself does not provide signatures for the repository databases.
Reference: https://wiki.archlinux.org/title/Develo … DB_Signing
Jin, Jîyan, Azadî
Offline
If you are referring to these messages:
nahush wrote:debug: registering sync database 'core' debug: database path for tree core set to /var/lib/pacman/sync/core.db debug: "/var/lib/pacman/sync/core.db.sig" is not readable: No such file or directory debug: sig path /var/lib/pacman/sync/core.db.sig could not be opened debug: got error 43 at _alpm_gpgme_checksig (../lib/libalpm/signing.c: 593) : missing PGP signature debug: missing optional signatureThat's expected — pacman (libalpm) supports repository database signing but Arch itself does not provide signatures for the repository databases.
Reference: https://wiki.archlinux.org/title/Develo … DB_Signing
thank you for reply,
i was concern about this
[musicarch@musicArch ~]$ sudo pacman -Syu
[sudo] password for musicarch:
:: Synchronizing package databases...
core is up to date
extra.db failed to download
error: failed retrieving file 'extra.db' from mirror.cyberbits.eu : Operation too slow. Less than 1 bytes/sec transferred the last 10 seconds
error: failed retrieving file 'extra.db' from mirror.chaoticum.net : Operation too slow. Less than 1 bytes/sec transferred the last 10 seconds
error: failed retrieving file 'extra.db' from mirror.pseudoform.org : Resolving timed out after 10000 milliseconds
error: failed retrieving file 'extra.db' from phinau.de : Operation too slow. Less than 1 bytes/sec transferred the last 10 seconds
error: failed retrieving file 'extra.db' from arch.mirror.square-r00t.net : Resolving timed out after 10000 milliseconds
error: failed to synchronize all databases (download library error)but actually , i dont know how, but it got cured by itself.its working fine now.
i actually dont understand the meaning of the ouput ,i just read it online posted for more understanding of my problem.
thank you
Offline
i was concern about this
Then why is that error not in your OP? ![]()
It looks like the mirror is down. Check https://archlinux.org/mirrors/status/ to confirm this next time you see that error. The "Mirrors" page in the ArchWiki can be referred to if you want to optimise your mirrors.
Jin, Jîyan, Azadî
Offline
nahush wrote:i was concern about this
Then why is that error not in your OP?
It looks like the mirror is down. Check https://archlinux.org/mirrors/status/ to confirm this next time you see that error. The "Mirrors" page in the ArchWiki can be referred to if you want to optimise your mirrors.
thank you , i will check next time.
Offline
Pages: 1