[pacman] probléme de initialisation de pacman dans une installation par chroot
Publié : lun. 23 juil. 2018, 09:37
Je suis l'installation par chroot (https://wiki.archlinux.fr/Install_chroot)
Quand je lance la première commande pacman (pacman -r /mnt --cachedir /mnt/var/cache/pacman/pkg -Sy base syslinux), j' obtient le message d'erreurs:
Après quelque recherche j'ai ajouté deux miroirs français et j'ai maintenant ce message:
Je ne sais pas si je comprend bien. Est-ce qu'il me manque l'initialisation de clefs?
J'ai donc essaie la commande pacman-key --init mais pacman-key n'est pas installé. Je ne sais pas trop quoi faire et où chercher maintenant.
Quand je lance la première commande pacman (pacman -r /mnt --cachedir /mnt/var/cache/pacman/pkg -Sy base syslinux), j' obtient le message d'erreurs:
Code : Tout sélectionner
warning: database file for 'core' does not exist
warning: database file for 'extra' does not exist
warning: database file for 'community' does not exist
:: Synchronizing package databases...
error: failed retrieving file 'core.db' from mir.archlinux.fr : The requested URL returned error: 404 Not Found
error: failed to update core (download library error)
error: failed retrieving file 'extra.db' from mir.archlinux.fr : The requested URL returned error: 404 Not Found
error: failed to update extra (download library error)
error: failed retrieving file 'community.db' from mir.archlinux.fr : The requested URL returned error: 404 Not Found
error: failed to update community (download library error)
error: failed to synchronize any databases
error: failed to init transaction (download library error)
Code : Tout sélectionner
warning: database file for 'core' does not exist
warning: database file for 'extra' does not exist
warning: database file for 'community' does not exist
:: Synchronizing package databases...
error: failed retrieving file 'core.db' from mir.archlinux.fr : The requested URL returned error: 404 Not Found
error: failed retrieving file 'core.db' from eu.mirrors.coltondrg.com : error setting certificate verify locations:
CAfile: /etc/ssl/certs/ca-certificates.crt
CApath: none
error: failed retrieving file 'core.db' from mirror.oldsql.cc : error setting certificate verify locations:
CAfile: /etc/ssl/certs/ca-certificates.crt
CApath: none
error: failed to update core (download library error)
error: failed retrieving file 'extra.db' from mir.archlinux.fr : The requested URL returned error: 404 Not Found
error: failed retrieving file 'extra.db' from eu.mirrors.coltondrg.com : error setting certificate verify locations:
CAfile: /etc/ssl/certs/ca-certificates.crt
CApath: none
error: failed retrieving file 'extra.db' from mirror.oldsql.cc : error setting certificate verify locations:
CAfile: /etc/ssl/certs/ca-certificates.crt
CApath: none
error: failed to update extra (download library error)
error: failed retrieving file 'community.db' from mir.archlinux.fr : The requested URL returned error: 404 Not Found
error: failed retrieving file 'community.db' from eu.mirrors.coltondrg.com : error setting certificate verify locations:
CAfile: /etc/ssl/certs/ca-certificates.crt
CApath: none
error: failed retrieving file 'community.db' from mirror.oldsql.cc : error setting certificate verify locations:
CAfile: /etc/ssl/certs/ca-certificates.crt
CApath: none
J'ai donc essaie la commande pacman-key --init mais pacman-key n'est pas installé. Je ne sais pas trop quoi faire et où chercher maintenant.