[MAJ de pacman] Problème de mise a jour (résolu)

Ce qui ne concerne ni le forum ni des problèmes
terramotu
newbie
Messages : 4
Inscription : mer. 24 mai 2023, 21:08

[MAJ de pacman] Problème de mise a jour (résolu)

Message par terramotu »

Bonjour
Premier post sur le forum officiel XD
je n'arrive plus à mettre à jour mes paquets avec pacman.

À peu près depuis la migration dès que je lance un sudo pacman -Syu, j'ai un ensemble d'erreurs 404 sur l'ensemble de mes mirroirs.
J'ai tenté de mettre d'abord à jour pacman sudo pacman -S pacman, je me suis retrouvé avec un nouvelle conf .pacnew à laquelle j'ai ajouté le répo pour ungoogled chromium.
sudo pacman -Syy puis on retente l'update et ça ne marche toujours pas.

J'ai séché sur le problème
Je suis ouvert à toute proposition
merci d'avance
Dernière modification par terramotu le jeu. 25 mai 2023, 11:05, modifié 1 fois.
Avatar de l’utilisateur
papajoke
Elfe
Messages : 773
Inscription : sam. 30 août 2014, 19:54

Re: [MAJ de pacman] Problème de mise a jour (pc en sueur)

Message par papajoke »

bonjour et bienvenue
terramotu a écrit : mer. 24 mai 2023, 21:31 puis on retente l'update et ça ne marche toujours pas.
Toujours la même erreur 404 ? c'est qu'il faut simplement changer de miroir. (sinon nous recopier ici le résultat de la commande)
Arch stable - Kde 5 / zsh - btrfs/mbr - Intel Core i3 - 6Go RAM - GeForce 405 video-nouveau
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17186
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [MAJ de pacman] Problème de mise a jour (pc en sueur)

Message par benjarobin »

Bonjour,
Peux tu nous donner le contenu de ton pacman.conf ainsi que le mirrorlist utilisé ?

Code : Tout sélectionner

grep -Pvr "^ *#|^ *$" /etc/pacman.conf /etc/pacman.d/mirrorlist
Zsh | KDE | PC fixe : core i7, carte nvidia
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
terramotu
newbie
Messages : 4
Inscription : mer. 24 mai 2023, 21:08

Re: [MAJ de pacman] Problème de mise a jour (pc en sueur)

Message par terramotu »

ça donne ça !

Code : Tout sélectionner

/etc/pacman.conf:#
/etc/pacman.conf:# /etc/pacman.conf
/etc/pacman.conf:#
/etc/pacman.conf:# See the pacman.conf(5) manpage for option and repository directives
/etc/pacman.conf:#
/etc/pacman.conf:# GENERAL OPTIONS
/etc/pacman.conf:#
/etc/pacman.conf:[options]
/etc/pacman.conf:# The following paths are commented out with their default values listed.
/etc/pacman.conf:# If you wish to use different paths, uncomment and update the paths.
/etc/pacman.conf:#RootDir     = /
/etc/pacman.conf:#DBPath      = /var/lib/pacman/
/etc/pacman.conf:#CacheDir    = /var/cache/pacman/pkg/
/etc/pacman.conf:#LogFile     = /var/log/pacman.log
/etc/pacman.conf:#GPGDir      = /etc/pacman.d/gnupg/
/etc/pacman.conf:#HookDir     = /etc/pacman.d/hooks/
/etc/pacman.conf:HoldPkg     = pacman glibc
/etc/pacman.conf:#XferCommand = /usr/bin/curl -L -C - -f -o %o %u
/etc/pacman.conf:#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
/etc/pacman.conf:#CleanMethod = KeepInstalled
/etc/pacman.conf:Architecture = auto
/etc/pacman.conf:# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
/etc/pacman.conf:#IgnorePkg   =
/etc/pacman.conf:#IgnoreGroup =
/etc/pacman.conf:#NoUpgrade   =
/etc/pacman.conf:#NoExtract   =
/etc/pacman.conf:# Misc options
/etc/pacman.conf:#UseSyslog
/etc/pacman.conf:#Color
/etc/pacman.conf:#NoProgressBar
/etc/pacman.conf:CheckSpace
/etc/pacman.conf:#VerbosePkgLists
/etc/pacman.conf:#ParallelDownloads = 5
/etc/pacman.conf:# By default, pacman accepts packages signed by keys that its local keyring
/etc/pacman.conf:# trusts (see pacman-key and its man page), as well as unsigned packages.
/etc/pacman.conf:SigLevel    = Required DatabaseOptional
/etc/pacman.conf:LocalFileSigLevel = Optional
/etc/pacman.conf:#RemoteFileSigLevel = Required
/etc/pacman.conf:# NOTE: You must run `pacman-key --init` before first using pacman; the local
/etc/pacman.conf:# keyring can then be populated with the keys of all official Arch Linux
/etc/pacman.conf:# packagers with `pacman-key --populate archlinux`.
/etc/pacman.conf:#
/etc/pacman.conf:# REPOSITORIES
/etc/pacman.conf:#   - can be defined here or included from another file
/etc/pacman.conf:#   - pacman will search repositories in the order defined here
/etc/pacman.conf:#   - local/custom mirrors can be added here or in separate files
/etc/pacman.conf:#   - repositories listed first will take precedence when packages
/etc/pacman.conf:#     have identical names, regardless of version number
/etc/pacman.conf:#   - URLs will have $repo replaced by the name of the current repo
/etc/pacman.conf:#   - URLs will have $arch replaced by the name of the architecture
/etc/pacman.conf:#
/etc/pacman.conf:# Repository entries are of the format:
/etc/pacman.conf:#       [repo-name]
/etc/pacman.conf:#       Server = ServerName
/etc/pacman.conf:#       Include = IncludePath
/etc/pacman.conf:#
/etc/pacman.conf:# The header [repo-name] is crucial - it must be present and
/etc/pacman.conf:# uncommented to enable the repo.
/etc/pacman.conf:#
/etc/pacman.conf:# The testing repositories are disabled by default. To enable, uncomment the
/etc/pacman.conf:# repo name header and Include lines. You can add preferred servers immediately
/etc/pacman.conf:# after the header, and they will be used before the default mirrors.
/etc/pacman.conf:#[core-testing]
/etc/pacman.conf:#Include = /etc/pacman.d/mirrorlist
/etc/pacman.conf:[core]
/etc/pacman.conf:Include = /etc/pacman.d/mirrorlist
/etc/pacman.conf:#[extra-testing]
/etc/pacman.conf:#Include = /etc/pacman.d/mirrorlist
/etc/pacman.conf:[extra]
/etc/pacman.conf:Include = /etc/pacman.d/mirrorlist
/etc/pacman.conf:# If you want to run 32 bit applications on your x86_64 system,
/etc/pacman.conf:# enable the multilib repositories as required here.
/etc/pacman.conf:#[multilib-testing]
/etc/pacman.conf:#Include = /etc/pacman.d/mirrorlist
/etc/pacman.conf:[multilib]
/etc/pacman.conf:Include = /etc/pacman.d/mirrorlist
/etc/pacman.conf:# An example of a custom package repository.  See the pacman manpage for
/etc/pacman.conf:# tips on creating your own repositories.
/etc/pacman.conf:#[custom]
/etc/pacman.conf:#SigLevel = Optional TrustAll
/etc/pacman.conf:#Server = file:///home/custompkgs
/etc/pacman.conf:[home_ungoogled_chromium_Arch]
/etc/pacman.conf:SigLevel = Required TrustAll
/etc/pacman.conf:Server = https://download.opensuse.org/repositories/home:/ungoogled_chromium/Arch/$arch
/etc/pacman.d/mirrorlist:################################################################################
/etc/pacman.d/mirrorlist:################# Arch Linux mirrorlist generated by Reflector #################
/etc/pacman.d/mirrorlist:################################################################################
/etc/pacman.d/mirrorlist:# With:       reflector @/etc/xdg/reflector/reflector.conf
/etc/pacman.d/mirrorlist:# When:       2023-02-08 20:57:13 UTC
/etc/pacman.d/mirrorlist:# From:       https://archlinux.org/mirrors/status/json/
/etc/pacman.d/mirrorlist:# Retrieved:  2023-02-08 20:56:46 UTC
/etc/pacman.d/mirrorlist:# Last Check: 2023-02-08 20:50:15 UTC
/etc/pacman.d/mirrorlist:Server = https://mirror.ubrco.de/archlinux/$repo/os/$arch
/etc/pacman.d/mirrorlist:Server = https://mirror.moson.org/arch/$repo/os/$arch
/etc/pacman.d/mirrorlist:Server = https://mirror.fra10.de.leaseweb.net/archlinux/$repo/os/$arch
/etc/pacman.d/mirrorlist:Server = https://archlinux.uk.mirror.allworldit.com/archlinux/$repo/os/$arch
/etc/pacman.d/mirrorlist:Server = https://mirror.selfnet.de/archlinux/$repo/os/$arch
/etc/pacman.d/mirrorlist:Server = https://mirror.ams1.nl.leaseweb.net/archlinux/$repo/os/$arch
/etc/pacman.d/mirrorlist:Server = https://mirrors.xtom.de/archlinux/$repo/os/$arch
/etc/pacman.d/mirrorlist:Server = https://ftp.halifax.rwth-aachen.de/archlinux/$repo/os/$arch
/etc/pacman.d/mirrorlist:Server = https://mirror.jordanrey.me/archlinux/$repo/os/$arch
/etc/pacman.d/mirrorlist:Server = https://mirror.theo546.fr/archlinux/$repo/os/$arch
/etc/pacman.d/mirrorlist:Server = https://mirrors.xtom.ee/archlinux/$repo/os/$arch
/etc/pacman.d/mirrorlist:Server = https://arch.kyberorg.fi/$repo/os/$arch
/etc/pacman.d/mirrorlist:Server = https://ftp.acc.umu.se/mirror/archlinux/$repo/os/$arch
/etc/pacman.d/mirrorlist:Server = https://coresite.mm.fcix.net/archlinux/$repo/os/$arch
/etc/pacman.d/mirrorlist:Server = https://mirror.sfo12.us.leaseweb.net/archlinux/$repo/os/$arch
/etc/pacman.d/mirrorlist:Server = https://mirror.lty.me/archlinux/$repo/os/$arch
/etc/pacman.d/mirrorlist:Server = https://irltoolkit.mm.fcix.net/archlinux/$repo/os/$arch
/etc/pacman.d/mirrorlist:Server = https://arch-mirror.wtako.net/$repo/os/$arch
/etc/pacman.d/mirrorlist:Server = https://mirror.fsmg.org.nz/archlinux/$repo/os/$arch
/etc/pacman.d/mirrorlist:Server = https://arch.yhtez.xyz/$repo/os/$arch
Avatar de l’utilisateur
papajoke
Elfe
Messages : 773
Inscription : sam. 30 août 2014, 19:54

Re: [MAJ de pacman] Problème de mise a jour (pc en sueur)

Message par papajoke »

terramotu a écrit : mer. 24 mai 2023, 23:17 /etc/pacman.d/mirrorlist:# With: reflector @/etc/xdg/reflector/reflector.conf
/etc/pacman.d/mirrorlist:# When: 2023-02-08 20:57:13 UTC
/etc/pacman.d/mirrorlist:# Last Check: 2023-02-08 20:50:15 UTC
Oui, pas tout jeune ta dernière utilisation de reflector ... et le premier n'est pas à jour depuis le move community :idea:
Arch stable - Kde 5 / zsh - btrfs/mbr - Intel Core i3 - 6Go RAM - GeForce 405 video-nouveau
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17186
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [MAJ de pacman] Problème de mise a jour (pc en sueur)

Message par benjarobin »

Euh, le miroir https://mirror.ubrco.de/archlinux/ n'est pas du tout à jour... Ni le 2ième.
Refait ton mirrorlist.

Edit : Le 3ième (leaseweb) et le 4ième (allworldit) miroirs ont l'air d'être à jour
Edit 2: Donc déjà tu peux supprimer les 2 premiers miroir de ton mirrorlist, cela devrait résoudre ton problème. Après je te conseil à terme de mettre à jour cette liste de miroir
Zsh | KDE | PC fixe : core i7, carte nvidia
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
terramotu
newbie
Messages : 4
Inscription : mer. 24 mai 2023, 21:08

Re: [MAJ de pacman] Problème de mise a jour (pc en sueur)

Message par terramotu »

je vais lire une ou deux page de wiki et je solutionne ça demain merci pour le coup de pouce !
je vous tiens au courant
terramotu
newbie
Messages : 4
Inscription : mer. 24 mai 2023, 21:08

Re: [MAJ de pacman] Problème de mise a jour (pc en sueur)

Message par terramotu »

C'est bon c'est réglé merci beaucoup à vous !
Répondre