#1 Le 11/08/2024, à 17:12
- dlc92
[Résolu] Erreur lors de la migration 23.10 vers 24.04 LTS
Bonjour,
Mon PC tourne actuellement avec Ubuntu 23.10 Mantic Minotaur.
Je souhaite le migrer vers 24.04 LTS Noble Numbat.
Quand j’exécute la commande sudo do-release-upgrade, j'ai l'erreur suivante :
Vérification du gestionnaire de paquets
Lecture des listes de paquets… Terminé
Construction de l'arbre des dépendances… Terminé
Lecture des informations d'état… Terminé
Att http://fr.archive.ubuntu.com/ubuntu mantic InRelease
Att http://fr.archive.ubuntu.com/ubuntu mantic-updates InRelease
Att http://fr.archive.ubuntu.com/ubuntu mantic-backports InRelease
Att https://download.docker.com/linux/ubuntu mantic InRelease
Att https://linux.teamviewer.com/deb stable InRelease
Att http://security.ubuntu.com/ubuntu mantic-security InRelease
Ign http://archive.canonical.com/ubuntu mantic InRelease
Err http://archive.canonical.com/ubuntu mantic Release
404 Not Found [IP : 2620:2d:4000:1003::111 80]
0 o réceptionnés en 0s (0 o/s)
Lecture des listes de paquets… Terminé
Construction de l'arbre des dépendances… Terminé
Lecture des informations d'état… Terminé
Effectivement mantic n'est pas référencé dans http://archive.canonical.com/ubuntu
On m'a indiqué qu'ayant dépassé la date de fin de support de la 23.10, je n'avais plus que la solution d'une fresh installation de la 24.04 LTS, est-ce la seule solution ?
Merci par avance pour votre aide
Dernière modification par Ayral (Le 15/08/2024, à 12:52)
Hors ligne
#2 Le 11/08/2024, à 17:17
- xubu1957
Re : [Résolu] Erreur lors de la migration 23.10 vers 24.04 LTS
Bonjour,
Pour ajouter toi-même les balises code à ton précédent message #1 :
Cliquer sur le lien « Modifier » en bas à droite du message
Sélectionner le texte
Cliquer sur le <> de l'éditeur de message
comme indiqué dans le : Retour utilisable de commande
Vérification du gestionnaire de paquets
Lecture des listes de paquets… Terminé
Construction de l'arbre des dépendances… Terminé
Lecture des informations d'état… Terminé
Att http://fr.archive.ubuntu.com/ubuntu mantic InRelease
Att http://fr.archive.ubuntu.com/ubuntu mantic-updates InRelease
Att http://fr.archive.ubuntu.com/ubuntu mantic-backports InRelease
Att https://download.docker.com/linux/ubuntu mantic InRelease
Att https://linux.teamviewer.com/deb stable InRelease
Att http://security.ubuntu.com/ubuntu mantic-security InRelease
Ign http://archive.canonical.com/ubuntu mantic InRelease
Err http://archive.canonical.com/ubuntu mantic Release
404 Not Found [IP : 2620:2d:4000:1003::111 80]
0 o réceptionnés en 0s (0 o/s)
Lecture des listes de paquets… Terminé
Construction de l'arbre des dépendances… Terminé
Lecture des informations d'état… Terminé
Dans ubuntu.com/2024/06/05/ubuntu-23-10-mantic-minotaur-reaches-end-of-life-on-july-11-2024 :
Ubuntu 23.10 (Mantic Minotaur) reaches End of Life on July 11, 2024
Ubuntu announced its 23.10 (Mantic Minotaur) release almost 9 months ago, on October 12, 2023 and its support period is now nearing its end. Ubuntu 23.10 will reach end of life on July 11, 2024.Ubuntu 23.10 (Mantic Minotaur) arrive en fin de vie le 11 juillet 2024
Ubuntu a annoncé la sortie de la version 23.10 (Mantic Minotaur) il y a presque 9 mois, le 12 octobre 2023, et sa période de support touche maintenant à sa fin. Ubuntu 23.10 atteindra sa fin de vie le 11 juillet 2024.
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#3 Le 11/08/2024, à 18:11
- ylag
Re : [Résolu] Erreur lors de la migration 23.10 vers 24.04 LTS
Bonjour,
Peut-être essayer en passant les sources de la 23.10 sur le serveur old-releases ?
Voir cette doc : 1. Installer des logiciels dans une version en fin de vie
A+
Dernière modification par ylag (Le 11/08/2024, à 18:11)
Hors ligne
#4 Le 11/08/2024, à 18:48
- nany
Re : [Résolu] Erreur lors de la migration 23.10 vers 24.04 LTS
Bonjour,
Effectivement mantic n'est pas référencé dans http://archive.canonical.com/ubuntu
Ce serveur est pour le dépôt partner qui n’est plus utilisé depuis belle lurette.
Montre nous tes listes de sources en donnant le retour de :
find /etc/apt -type f -regex ".*\(list\|sources\).*" -exec bash -c 'echo -e "\n\t$1\n" ; [ "${1##*.}" = "list" -o "${1##*.}" = "sources" ] && cat "$1"' _ '{}' \;
En ligne
#5 Le 11/08/2024, à 19:30
- nany
Re : [Résolu] Erreur lors de la migration 23.10 vers 24.04 LTS
Peut-être essayer en passant les sources de la 23.10 sur le serveur old-releases ?
Voir cette doc : 1. Installer des logiciels dans une version en fin de vie
A priori mantic n’est pas encore dans old-releases.
En ligne
#6 Le 11/08/2024, à 21:10
- ylag
Re : [Résolu] Erreur lors de la migration 23.10 vers 24.04 LTS
Bonsoir,
A priori mantic n’est pas encore dans old-releases.
Au moment où je poste ce message, les dépôts réguliers de la 23.10 semblent encore joignables de chez-moi sur le serveur fr.archive.ubuntu.com, la mise à niveau vers la 24.04 devrait encore être possible.
Faudrait retirer des sources le dépôt archive.canonical.com, et voir si la mise à niveau se lance ?
A+
Dernière modification par ylag (Le 11/08/2024, à 21:10)
Hors ligne
#7 Le 11/08/2024, à 21:11
- xubu1957
Re : [Résolu] Erreur lors de la migration 23.10 vers 24.04 LTS
Essaye cette commande (l'option -c permet de vérifier l'existence d'une mise à niveau possible sans la lancer réellement) :
sudo do-release-upgrade -c
Pour changer de serveur de téléchargement : Annulé, précisions de nany, dans le message suivant.
Doc > software-properties#logiciels_ubuntu
...changer les serveurs de téléchargement en modifiant le champ "Télécharger depuis:" En choisissant l'entrée "autre…" vous aurez accès à tous les serveurs.
(...)
Dernière modification par xubu1957 (Le 12/08/2024, à 06:48)
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#8 Le 12/08/2024, à 01:09
- nany
Re : [Résolu] Erreur lors de la migration 23.10 vers 24.04 LTS
Faudrait retirer des sources le dépôt archive.canonical.com, et voir si la mise à niveau se lance ?
Voilà.
Pour changer de serveur de téléchargement :
…
Il ne s’agit pas de changer de serveur mais de virer partner (ce pourquoi j’ai demandé à voir les listes des sources).
Dernière modification par nany (Le 12/08/2024, à 02:47)
En ligne
#9 Le 14/08/2024, à 08:09
- dlc92
Re : [Résolu] Erreur lors de la migration 23.10 vers 24.04 LTS
Bonjour,
Merci pour vos retours
Ci joint la liste des sources.
Ne sachant pas comment poster un fichier (nouveau sur le site), j'ai copié/Collé le résultat dans le message.
/etc/apt/sources.list.d/teamviewer.list.distUpgrade
/etc/apt/sources.list.d/teamviewer.list
### TeamViewer DEB repository list
### NOTE: Manual changes to this file
### - prevent it from being updated by TeamViewer package updates
### - will be lost after using the 'teamviewer repo' command
### The original file can be restored with this command:
### cp /opt/teamviewer/tv_bin/script/teamviewer.list /etc/apt/sources.list.d/teamviewer.list
### which has the same effect as 'teamviewer repo default'
### NOTE: It is preferred to use the following commands to edit this file:
### teamviewer repo - show current repository configuration
### teamviewer repo default - restore default configuration
### teamviewer repo disable - disable the repository
### teamviewer repo stable - make all regular TeamViewer packages available (default)
### teamviewer repo preview - additionally, make feature preview packages available
### teamviewer repo development - additionally, make the latest development packages available
deb [signed-by=/usr/share/keyrings/teamviewer-keyring.gpg] https://linux.teamviewer.com/deb stable main
# deb [signed-by=/usr/share/keyrings/teamviewer-keyring.gpg] https://linux.teamviewer.com/deb preview main
/etc/apt/sources.list.d/archive_uri-https_download_docker_com_linux_ubuntu-mantic.list
deb https://download.docker.com/linux/ubuntu mantic stable
# deb-src https://download.docker.com/linux/ubuntu mantic stable
/etc/apt/sources.list.d/archive_uri-http_archive_canonical_com_ubuntu-mantic.list.distUpgrade
/etc/apt/sources.list.d/archive_uri-https_download_docker_com_linux_ubuntu-mantic.list.distUpgrade
/etc/apt/sources.list.d/archive_uri-http_archive_canonical_com_ubuntu-mantic.list
deb http://archive.canonical.com/ubuntu mantic partner
# deb-src http://archive.canonical.com/ubuntu mantic partner
/etc/apt/sources.list
# deb cdrom:[Ubuntu Legacy 23.10 _Mantic Minotaur_ - Release amd64 (20231010)]/ mantic main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ mantic main restricted
# deb-src http://fr.archive.ubuntu.com/ubuntu/ mantic main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ mantic-updates main restricted
# deb-src http://fr.archive.ubuntu.com/ubuntu/ mantic-updates main restricted
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://fr.archive.ubuntu.com/ubuntu/ mantic universe
# deb-src http://fr.archive.ubuntu.com/ubuntu/ mantic universe
deb http://fr.archive.ubuntu.com/ubuntu/ mantic-updates universe
# deb-src http://fr.archive.ubuntu.com/ubuntu/ mantic-updates universe
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://fr.archive.ubuntu.com/ubuntu/ mantic multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ mantic multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ mantic-updates multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ mantic-updates multiverse
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://fr.archive.ubuntu.com/ubuntu/ mantic-backports main restricted universe multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ mantic-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu mantic-security main restricted
# deb-src http://security.ubuntu.com/ubuntu mantic-security main restricted
deb http://security.ubuntu.com/ubuntu mantic-security universe
# deb-src http://security.ubuntu.com/ubuntu mantic-security universe
deb http://security.ubuntu.com/ubuntu mantic-security multiverse
# deb-src http://security.ubuntu.com/ubuntu mantic-security multiverse
# This system was installed using small removable media
# (e.g. netinst, live or single CD). The matching "deb cdrom"
# entries were disabled at the end of the installation process.
# For information about how to configure apt package sources,
# see the sources.list(5) manual.
/etc/apt/sources.list.distUpgrade
Hors ligne
#10 Le 14/08/2024, à 08:17
- nany
Re : [Résolu] Erreur lors de la migration 23.10 vers 24.04 LTS
Bonjour,
Donne les retours de :
cd /etc/apt/sources.list.d/ && sudo rm -v archive_uri-http_archive_canonical_com_ubuntu-mantic.list
sudo apt clean && sudo apt update
Ne sachant pas comment poster un fichier (nouveau sur le site), j'ai copié/Collé le résultat dans le message.
xubu1957 explique comment procéder dans le message #2.
En ligne
#11 Le 14/08/2024, à 08:23
- xubu1957
Re : [Résolu] Erreur lors de la migration 23.10 vers 24.04 LTS
Bonjour,
Explications dans le message #2, et lecture conseillée > memento des balises code.
/etc/apt/sources.list.d/teamviewer.list.distUpgrade
/etc/apt/sources.list.d/teamviewer.list
### TeamViewer DEB repository list
### NOTE: Manual changes to this file
### - prevent it from being updated by TeamViewer package updates
### - will be lost after using the 'teamviewer repo' command
### The original file can be restored with this command:
### cp /opt/teamviewer/tv_bin/script/teamviewer.list /etc/apt/sources.list.d/teamviewer.list
### which has the same effect as 'teamviewer repo default'
### NOTE: It is preferred to use the following commands to edit this file:
### teamviewer repo - show current repository configuration
### teamviewer repo default - restore default configuration
### teamviewer repo disable - disable the repository
### teamviewer repo stable - make all regular TeamViewer packages available (default)
### teamviewer repo preview - additionally, make feature preview packages available
### teamviewer repo development - additionally, make the latest development packages available
deb [signed-by=/usr/share/keyrings/teamviewer-keyring.gpg] https://linux.teamviewer.com/deb stable main
# deb [signed-by=/usr/share/keyrings/teamviewer-keyring.gpg] https://linux.teamviewer.com/deb preview main
/etc/apt/sources.list.d/archive_uri-https_download_docker_com_linux_ubuntu-mantic.list
deb https://download.docker.com/linux/ubuntu mantic stable
# deb-src https://download.docker.com/linux/ubuntu mantic stable
/etc/apt/sources.list.d/archive_uri-http_archive_canonical_com_ubuntu-mantic.list.distUpgrade
/etc/apt/sources.list.d/archive_uri-https_download_docker_com_linux_ubuntu-mantic.list.distUpgrade
/etc/apt/sources.list.d/archive_uri-http_archive_canonical_com_ubuntu-mantic.list
deb http://archive.canonical.com/ubuntu mantic partner
# deb-src http://archive.canonical.com/ubuntu mantic partner
/etc/apt/sources.list
# deb cdrom:[Ubuntu Legacy 23.10 _Mantic Minotaur_ - Release amd64 (20231010)]/ mantic main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ mantic main restricted
# deb-src http://fr.archive.ubuntu.com/ubuntu/ mantic main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ mantic-updates main restricted
# deb-src http://fr.archive.ubuntu.com/ubuntu/ mantic-updates main restricted
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://fr.archive.ubuntu.com/ubuntu/ mantic universe
# deb-src http://fr.archive.ubuntu.com/ubuntu/ mantic universe
deb http://fr.archive.ubuntu.com/ubuntu/ mantic-updates universe
# deb-src http://fr.archive.ubuntu.com/ubuntu/ mantic-updates universe
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://fr.archive.ubuntu.com/ubuntu/ mantic multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ mantic multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ mantic-updates multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ mantic-updates multiverse
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://fr.archive.ubuntu.com/ubuntu/ mantic-backports main restricted universe multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ mantic-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu mantic-security main restricted
# deb-src http://security.ubuntu.com/ubuntu mantic-security main restricted
deb http://security.ubuntu.com/ubuntu mantic-security universe
# deb-src http://security.ubuntu.com/ubuntu mantic-security universe
deb http://security.ubuntu.com/ubuntu mantic-security multiverse
# deb-src http://security.ubuntu.com/ubuntu mantic-security multiverse
# This system was installed using small removable media
# (e.g. netinst, live or single CD). The matching "deb cdrom"
# entries were disabled at the end of the installation process.
# For information about how to configure apt package sources,
# see the sources.list(5) manual.
/etc/apt/sources.list.distUpgrade
_ _ _
(edit=messages regroupés)
_ _ _
Méthode détaillée :
Bonjour,
Entrer des commandes dans un terminal et donner le résultat - Voilà la marche à suivre :
Ouvre le terminal avec ctrl-alt-t
Sélectionne la commande voulue avec un triple clic (ça sélectionne toute la ligne, même la fin si on ne la voit pas)
Colle-la dans le terminal avec un clic molette, valide avec Entrée
Sélectionne et copie tout ce que te dit le terminal depuis la commande jusqu'à la dernière ligne incluse
Clique sur le <> de l'éditeur de message
Colle là où se trouve le curseur (entre le ] et le [)
Refais toutes les étapes depuis la 2 pour les autres commandes.
Dernière modification par xubu1957 (Le 14/08/2024, à 13:40)
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#12 Le 14/08/2024, à 12:55
- dlc92
Re : [Résolu] Erreur lors de la migration 23.10 vers 24.04 LTS
Résultat 1 ere commande
'archive_uri-http_archive_canonical_com_ubuntu-mantic.list' supprimé
Résultat 2eme commande
tteint :1 http://fr.archive.ubuntu.com/ubuntu mantic InRelease
Atteint :2 https://linux.teamviewer.com/deb stable InRelease
Atteint :3 http://fr.archive.ubuntu.com/ubuntu mantic-updates InRelease
Réception de :4 https://download.docker.com/linux/ubuntu mantic InRelease [48,8 kB]
Atteint :5 http://fr.archive.ubuntu.com/ubuntu mantic-backports InRelease
Atteint :6 http://security.ubuntu.com/ubuntu mantic-security InRelease
48,8 ko réceptionnés en 1s (94,1 ko/s)
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait
6 paquets peuvent être mis à jour. Exécutez « apt list --upgradable » pour les voir.
W: https://download.docker.com/linux/ubuntu/dists/mantic/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
N: Le fichier configuré « stable/binary-i386/Packages » ne sera pas pris en compte car le dépôt « https://download.docker.com/linux/ubuntu mantic InRelease » ne prend pas en charge l'architecture « i386 »
Hors ligne
#13 Le 14/08/2024, à 13:41
- nany
Re : [Résolu] Erreur lors de la migration 23.10 vers 24.04 LTS
Bon, tente la mise à niveau. Je ne sais pas si elle va passer avec l’avertissement sur le dépôt de Docker.
En ligne
#14 Le 14/08/2024, à 15:50
- dlc92
Re : [Résolu] Erreur lors de la migration 23.10 vers 24.04 LTS
J'ai désinstallé Docker et démarré la mise à jour qui s'est déroulée sans problème.
Je vous remercie pour l'aide que vous m'avez apportée dans la résolution de mon problème.
Dernière modification par dlc92 (Le 14/08/2024, à 16:01)
Hors ligne