Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 05/09/2024, à 17:06

fred1234

Message d'erreur Synaptic -RESOLU

Bonjour Forum,
Lorsque j'actualise sur Synaptic, j'ai ce message :
Avez-vous une idée de cette réponse ?
Merci Forum


Une erreur s'est produite lors du contrôle de la signature. Le dépôt n'est pas mis à jour et les fichiers d'index précédents seront utilisés. Erreur de GPG : https://download.opensuse.org/repositor … untu_22.04 ./ InRelease : Les signatures suivantes ne sont pas valables : EXPKEYSIG B8AC39B0876D807E home:npreining OBS Project <home:npreining@build.opensuse.org>Impossible de récupérer https://download.opensuse.org/repositor … /InRelease  Les signatures suivantes ne sont pas valables : EXPKEYSIG B8AC39B0876D807E home:npreining OBS Project <home:npreining@build.opensuse.org>Le téléchargement de quelques fichiers d'index a échoué, ils ont été ignorés, ou les anciens ont été utilisés à la place.

Dernière modification par fred1234 (Le 05/09/2024, à 19:17)

Hors ligne

#2 Le 05/09/2024, à 17:18

nany

Re : Message d'erreur Synaptic -RESOLU

Bonjour,



C’est le même cas de clé expirée que je suis en train de traiter ici.

En ligne

#3 Le 05/09/2024, à 17:41

fred1234

Re : Message d'erreur Synaptic -RESOLU

fred@fred-linux:~$ sudo apt-key --keyring /etc/apt/trusted.gpg del 876D807E
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
OK
fred@fred-linux:~$ curl -fsSL https://download.opensuse.org/repositories/home:npreining:debian-ubuntu-onedrive/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_npreining_debian-ubuntu-onedrive.gpg > /dev/null
gpg: Attention : les droits du répertoire personnel « /home/fred/.gnupg »
            ne sont pas sûr

La 2eme commande est inactive

Dernière modification par fred1234 (Le 05/09/2024, à 17:44)

Hors ligne

#4 Le 05/09/2024, à 17:54

nany

Re : Message d'erreur Synaptic -RESOLU

Au vu de la réponse de gpg, la clé n’a probablement pas été créée.

Essaie :

curl -fsSL https://download.opensuse.org/repositories/home:npreining:debian-ubuntu-onedrive/xUbuntu_22.04/Release.key | sudo gpg --output /etc/apt/trusted.gpg.d/home_npreining_debian-ubuntu-onedrive.gpg --dearmor

En ligne

#5 Le 05/09/2024, à 18:01

fred1234

Re : Message d'erreur Synaptic -RESOLU

fred@fred-linux:~$ curl -fsSL https://download.opensuse.org/repositories/home:npreining:debian-ubuntu-onedrive/xUbuntu_22.04/Release.key | sudo gpg --output /etc/apt/trusted.gpg.d/home_npreining_debian-ubuntu-onedrive.gpg --dearmor
Le fichier « /etc/apt/trusted.gpg.d/home_npreining_debian-ubuntu-onedrive.gpg » existe. Faut-il réécrire par-dessus ? (o/N) O
fred@fred-linux:~$ 

Toujours la même réponse synaptic

Dernière modification par fred1234 (Le 05/09/2024, à 18:02)

Hors ligne

#6 Le 05/09/2024, à 18:03

nany

Re : Message d'erreur Synaptic -RESOLU

Maintenant donne le retour de :

sudo apt clean && sudo apt update

En ligne

#7 Le 05/09/2024, à 18:05

fred1234

Re : Message d'erreur Synaptic -RESOLU

fred@fred-linux:~$ sudo apt clean && sudo apt update
Atteint :1 http://fr.archive.ubuntu.com/ubuntu noble InRelease
Atteint :2 http://security.ubuntu.com/ubuntu noble-security InRelease                                                  
Atteint :3 https://linux.teamviewer.com/deb stable InRelease                                                           
Atteint :4 http://fr.archive.ubuntu.com/ubuntu noble-updates InRelease                                                 
Atteint :5 https://download.docker.com/linux/ubuntu jammy InRelease                                                    
Atteint :6 http://fr.archive.ubuntu.com/ubuntu noble-backports InRelease                                               
Réception de :7 https://mega.nz/linux/repo/xUbuntu_22.04 ./ InRelease [2961 B]                                        
Réception de :8 https://download.opensuse.org/repositories/home:/npreining:/debian-ubuntu-onedrive/xUbuntu_22.04 ./ InRelease [1604 B]
Atteint :9 https://esm.ubuntu.com/infra/ubuntu noble-infra-security InRelease
Atteint :10 https://esm.ubuntu.com/infra/ubuntu noble-infra-updates InRelease
Err :8 https://download.opensuse.org/repositories/home:/npreining:/debian-ubuntu-onedrive/xUbuntu_22.04 ./ InRelease
  Les signatures suivantes ne sont pas valables : EXPKEYSIG B8AC39B0876D807E home:npreining OBS Project <home:npreining@build.opensuse.org>
4565 o réceptionnés en 1s (4424 o/s)
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait      
8 paquets peuvent être mis à jour. Exécutez « apt list --upgradable » pour les voir.
W: Une erreur s'est produite lors du contrôle de la signature. Le dépôt n'est pas mis à jour et les fichiers d'index précédents seront utilisés. Erreur de GPG : https://download.opensuse.org/repositories/home:/npreining:/debian-ubuntu-onedrive/xUbuntu_22.04 ./ InRelease : Les signatures suivantes ne sont pas valables : EXPKEYSIG B8AC39B0876D807E home:npreining OBS Project <home:npreining@build.opensuse.org>
W: Impossible de récupérer https://download.opensuse.org/repositories/home:/npreining:/debian-ubuntu-onedrive/xUbuntu_22.04/./InRelease  Les signatures suivantes ne sont pas valables : EXPKEYSIG B8AC39B0876D807E home:npreining OBS Project <home:npreining@build.opensuse.org>

Hors ligne

#8 Le 05/09/2024, à 18:11

nany

Re : Message d'erreur Synaptic -RESOLU

Bon alors montre les listes de sources en donnant le retour de :

ls -l /etc/apt/sources.list.d/

En ligne

#9 Le 05/09/2024, à 18:15

fred1234

Re : Message d'erreur Synaptic -RESOLU

fred@fred-linux:~$ ls -l /etc/apt/sources.list.d/
total 192
-rw-r--r-- 1 root root  200 sept.  5 18:19 alex-p-ubuntu-smplayer-jammy.list
-rw-r--r-- 1 root root  150 août  30 16:51 alex-p-ubuntu-smplayer-jammy.list.distUpgrade
-rw-r--r-- 1 root root  200 sept.  5 18:19 alex-p-ubuntu-smplayer-jammy.list.save
-rw-r--r-- 1 root root  342 sept.  5 18:19 archive_uri-https_dl_winehq_org_wine-builds_ubuntu_-jammy.list
-rw-r--r-- 1 root root  242 août  30 16:51 archive_uri-https_dl_winehq_org_wine-builds_ubuntu_-jammy.list.distUpgrade
-rw-r--r-- 1 root root  342 sept.  5 18:19 archive_uri-https_dl_winehq_org_wine-builds_ubuntu_-jammy.list.save
-rw-r--r-- 1 root root  236 sept.  5 18:19 danielrichter2007-ubuntu-grub-customizer-jammy.list
-rw-r--r-- 1 root root  186 août  30 16:51 danielrichter2007-ubuntu-grub-customizer-jammy.list.distUpgrade
-rw-r--r-- 1 root root  236 sept.  5 18:19 danielrichter2007-ubuntu-grub-customizer-jammy.list.save
-rw-r--r-- 1 root root  110 sept.  5 18:19 docker.list
-rw-r--r-- 1 root root  110 août  30 16:51 docker.list.distUpgrade
-rw-r--r-- 1 root root  110 sept.  5 18:19 docker.list.save
-rw-r--r-- 1 root root    0 août   6  2022 ffdiaporamateam-ubuntu-stable-jammy.list
-rw-r--r-- 1 root root    0 août   6  2022 ffdiaporamateam-ubuntu-stable-jammy.list.save
-rw-r--r-- 1 root root  150 sept.  5 18:19 gezakovacs-ubuntu-ppa-jammy.list
-rw-r--r-- 1 root root  150 août  30 16:51 gezakovacs-ubuntu-ppa-jammy.list.distUpgrade
-rw-r--r-- 1 root root  150 sept.  5 18:19 gezakovacs-ubuntu-ppa-jammy.list.save
-rw-r--r-- 1 root root  240 sept.  5 18:19 google-chrome.list
-rw-r--r-- 1 root root  190 août  30 16:51 google-chrome.list.distUpgrade
-rw-r--r-- 1 root root  240 sept.  5 18:19 google-chrome.list.save
-rw-r--r-- 1 root root  206 sept.  5 18:19 hakaishi-ubuntu-qshutdown-jammy.list
-rw-r--r-- 1 root root  156 août  30 16:51 hakaishi-ubuntu-qshutdown-jammy.list.distUpgrade
-rw-r--r-- 1 root root  206 sept.  5 18:19 hakaishi-ubuntu-qshutdown-jammy.list.save
-rw-r--r-- 1 root root  105 sept.  5 18:19 insync.list
-rw-r--r-- 1 root root   55 août  30 16:51 insync.list.distUpgrade
-rw-r--r-- 1 root root  105 sept.  5 18:19 insync.list.save
-rw-r--r-- 1 root root  200 sept.  5 18:19 libreoffice-ubuntu-ppa-jammy.list
-rw-r--r-- 1 root root  150 août  30 16:51 libreoffice-ubuntu-ppa-jammy.list.distUpgrade
-rw-r--r-- 1 root root  200 sept.  5 18:19 libreoffice-ubuntu-ppa-jammy.list.save
-rw-r--r-- 1 root root  108 sept.  5 18:19 megasync.list
-rw-r--r-- 1 root root  108 août  30 16:51 megasync.list.distUpgrade
-rw-r--r-- 1 root root  108 sept.  5 18:19 megasync.list.save
-rw-r--r-- 1 root root  200 sept.  5 18:19 mozillateam-ubuntu-ppa-jammy.list
-rw-r--r-- 1 root root  150 août  30 16:51 mozillateam-ubuntu-ppa-jammy.list.distUpgrade
-rw-r--r-- 1 root root  200 sept.  5 18:19 mozillateam-ubuntu-ppa-jammy.list.save
-rw-r--r-- 1 root root  165 sept.  5 18:19 onedrive.list
-rw-r--r-- 1 root root  165 août  30 16:51 onedrive.list.distUpgrade
-rw-r--r-- 1 root root  165 sept.  5 18:19 onedrive.list.save
-rw-r--r-- 1 root root 1254 sept.  5 18:19 teamviewer.list
-rw-r--r-- 1 root root 1254 août  30 16:51 teamviewer.list.distUpgrade
-rw-r--r-- 1 root root 1254 sept.  5 18:19 teamviewer.list.save
-rw-r--r-- 1 root root  127 sept.  5 18:19 tonfotos.list
-rw-r--r-- 1 root root   77 août  30 16:51 tonfotos.list.distUpgrade
-rw-r--r-- 1 root root  127 sept.  5 18:19 tonfotos.list.save
-rw-r--r-- 1 root root  274 sept.  5 18:19 ubuntu-esm-infra.list
-rw-r--r-- 1 root root  274 août  30 16:51 ubuntu-esm-infra.list.distUpgrade
-rw-r--r-- 1 root root  274 sept.  5 18:19 ubuntu-esm-infra.list.save
-rw-r--r-- 1 root root  220 sept.  5 18:19 ubuntuhandbook1-ubuntu-dvdstyler-jammy.list
-rw-r--r-- 1 root root  170 août  30 16:51 ubuntuhandbook1-ubuntu-dvdstyler-jammy.list.distUpgrade
-rw-r--r-- 1 root root  220 sept.  5 18:19 ubuntuhandbook1-ubuntu-dvdstyler-jammy.list.save
fred@fred-linux:~$

Hors ligne

#10 Le 05/09/2024, à 18:22

fred1234

Re : Message d'erreur Synaptic -RESOLU

fred@fred-linux:~$ ls -l /etc/apt/sources.list.d/
total 192
-rw-r--r-- 1 root root  200 sept.  5 18:19 alex-p-ubuntu-smplayer-jammy.list
-rw-r--r-- 1 root root  150 août  30 16:51 alex-p-ubuntu-smplayer-jammy.list.distUpgrade
-rw-r--r-- 1 root root  200 sept.  5 18:19 alex-p-ubuntu-smplayer-jammy.list.save
-rw-r--r-- 1 root root  342 sept.  5 18:19 archive_uri-https_dl_winehq_org_wine-builds_ubuntu_-jammy.list
-rw-r--r-- 1 root root  242 août  30 16:51 archive_uri-https_dl_winehq_org_wine-builds_ubuntu_-jammy.list.distUpgrade
-rw-r--r-- 1 root root  342 sept.  5 18:19 archive_uri-https_dl_winehq_org_wine-builds_ubuntu_-jammy.list.save
-rw-r--r-- 1 root root  236 sept.  5 18:19 danielrichter2007-ubuntu-grub-customizer-jammy.list
-rw-r--r-- 1 root root  186 août  30 16:51 danielrichter2007-ubuntu-grub-customizer-jammy.list.distUpgrade
-rw-r--r-- 1 root root  236 sept.  5 18:19 danielrichter2007-ubuntu-grub-customizer-jammy.list.save
-rw-r--r-- 1 root root  110 sept.  5 18:19 docker.list
-rw-r--r-- 1 root root  110 août  30 16:51 docker.list.distUpgrade
-rw-r--r-- 1 root root  110 sept.  5 18:19 docker.list.save
-rw-r--r-- 1 root root    0 août   6  2022 ffdiaporamateam-ubuntu-stable-jammy.list
-rw-r--r-- 1 root root    0 août   6  2022 ffdiaporamateam-ubuntu-stable-jammy.list.save
-rw-r--r-- 1 root root  150 sept.  5 18:19 gezakovacs-ubuntu-ppa-jammy.list
-rw-r--r-- 1 root root  150 août  30 16:51 gezakovacs-ubuntu-ppa-jammy.list.distUpgrade
-rw-r--r-- 1 root root  150 sept.  5 18:19 gezakovacs-ubuntu-ppa-jammy.list.save
-rw-r--r-- 1 root root  240 sept.  5 18:19 google-chrome.list
-rw-r--r-- 1 root root  190 août  30 16:51 google-chrome.list.distUpgrade
-rw-r--r-- 1 root root  240 sept.  5 18:19 google-chrome.list.save
-rw-r--r-- 1 root root  206 sept.  5 18:19 hakaishi-ubuntu-qshutdown-jammy.list
-rw-r--r-- 1 root root  156 août  30 16:51 hakaishi-ubuntu-qshutdown-jammy.list.distUpgrade
-rw-r--r-- 1 root root  206 sept.  5 18:19 hakaishi-ubuntu-qshutdown-jammy.list.save
-rw-r--r-- 1 root root  105 sept.  5 18:19 insync.list
-rw-r--r-- 1 root root   55 août  30 16:51 insync.list.distUpgrade
-rw-r--r-- 1 root root  105 sept.  5 18:19 insync.list.save
-rw-r--r-- 1 root root  200 sept.  5 18:19 libreoffice-ubuntu-ppa-jammy.list
-rw-r--r-- 1 root root  150 août  30 16:51 libreoffice-ubuntu-ppa-jammy.list.distUpgrade
-rw-r--r-- 1 root root  200 sept.  5 18:19 libreoffice-ubuntu-ppa-jammy.list.save
-rw-r--r-- 1 root root  108 sept.  5 18:19 megasync.list
-rw-r--r-- 1 root root  108 août  30 16:51 megasync.list.distUpgrade
-rw-r--r-- 1 root root  108 sept.  5 18:19 megasync.list.save
-rw-r--r-- 1 root root  200 sept.  5 18:19 mozillateam-ubuntu-ppa-jammy.list
-rw-r--r-- 1 root root  150 août  30 16:51 mozillateam-ubuntu-ppa-jammy.list.distUpgrade
-rw-r--r-- 1 root root  200 sept.  5 18:19 mozillateam-ubuntu-ppa-jammy.list.save
-rw-r--r-- 1 root root  165 sept.  5 18:19 onedrive.list
-rw-r--r-- 1 root root  165 août  30 16:51 onedrive.list.distUpgrade
-rw-r--r-- 1 root root  165 sept.  5 18:19 onedrive.list.save
-rw-r--r-- 1 root root 1254 sept.  5 18:19 teamviewer.list
-rw-r--r-- 1 root root 1254 août  30 16:51 teamviewer.list.distUpgrade
-rw-r--r-- 1 root root 1254 sept.  5 18:19 teamviewer.list.save
-rw-r--r-- 1 root root  127 sept.  5 18:19 tonfotos.list
-rw-r--r-- 1 root root   77 août  30 16:51 tonfotos.list.distUpgrade
-rw-r--r-- 1 root root  127 sept.  5 18:19 tonfotos.list.save
-rw-r--r-- 1 root root  274 sept.  5 18:19 ubuntu-esm-infra.list
-rw-r--r-- 1 root root  274 août  30 16:51 ubuntu-esm-infra.list.distUpgrade
-rw-r--r-- 1 root root  274 sept.  5 18:19 ubuntu-esm-infra.list.save
-rw-r--r-- 1 root root  220 sept.  5 18:19 ubuntuhandbook1-ubuntu-dvdstyler-jammy.list
-rw-r--r-- 1 root root  170 août  30 16:51 ubuntuhandbook1-ubuntu-dvdstyler-jammy.list.distUpgrade
-rw-r--r-- 1 root root  220 sept.  5 18:19 ubuntuhandbook1-ubuntu-dvdstyler-jammy.list.save
fred@fred-linux:~$

Hors ligne

#11 Le 05/09/2024, à 18:22

nany

Re : Message d'erreur Synaptic -RESOLU

Bien, voyons le contenu du fichier correspondant à Onedrive.
Donne le retour de :

cat /etc/apt/sources.list.d/onedrive.list

En ligne

#12 Le 05/09/2024, à 18:24

fred1234

Re : Message d'erreur Synaptic -RESOLU

fred@fred-linux:~$ cat /etc/apt/sources.list.d/onedrive.list
deb [arch=amd64 signed-by=/usr/share/keyrings/obs-onedrive.gpg] https://download.opensuse.org/repositories/home:/npreining:/debian-ubuntu-onedrive/xUbuntu_22.04/ ./
fred@fred-linux:~$ 

https://download.opensuse.org/repositor … 2.04/%20./ =
Cette ressource n'existe plus!

L'URL demandée n'est plus accessible sur ce serveur et il n'y a pas d'adresse de redirection. Si vous avez suivi une référence issue d'une page autre, veuillez contacter l'auteur de cette page.

Si vous pensez qu'il s'agit d'une erreur du serveur, veuillez contacter le webmestre.
Error 404
download.opensuse.org
Apache

Dernière modification par fred1234 (Le 05/09/2024, à 18:28)

Hors ligne

#13 Le 05/09/2024, à 18:33

nany

Re : Message d'erreur Synaptic -RESOLU

Comme dans l’autre fil, la liste de sources pointe vers un mauvais fichier.

Donc donne les retours de :

sudo sed -i 's# signed-by=/usr/share/keyrings/obs-onedrive.gpg##' /etc/apt/sources.list.d/onedrive.list && cat /etc/apt/sources.list.d/onedrive.list
sudo apt clean && sudo apt update

En ligne

#14 Le 05/09/2024, à 18:35

fred1234

Re : Message d'erreur Synaptic -RESOLU

fred@fred-linux:~$ sudo sed -i 's# signed-by=/usr/share/keyrings/obs-onedrive.gpg##' /etc/apt/sources.list.d/onedrive.list && cat /etc/apt/sources.list.d/onedrive.list
deb [arch=amd64] https://download.opensuse.org/repositories/home:/npreining:/debian-ubuntu-onedrive/xUbuntu_22.04/ ./
fred@fred-linux:~$ sudo apt clean && sudo apt update
Atteint :1 http://fr.archive.ubuntu.com/ubuntu noble InRelease
Atteint :2 https://download.docker.com/linux/ubuntu jammy InRelease                                                    
Atteint :3 http://fr.archive.ubuntu.com/ubuntu noble-updates InRelease                                                 
Atteint :4 https://linux.teamviewer.com/deb stable InRelease                                                           
Atteint :5 http://fr.archive.ubuntu.com/ubuntu noble-backports InRelease                                               
Réception de :6 https://mega.nz/linux/repo/xUbuntu_22.04 ./ InRelease [2961 B]                                        
Atteint :7 http://security.ubuntu.com/ubuntu noble-security InRelease                                                  
Réception de :8 https://download.opensuse.org/repositories/home:/npreining:/debian-ubuntu-onedrive/xUbuntu_22.04 ./ InRelease [1604 B]
Atteint :9 https://esm.ubuntu.com/infra/ubuntu noble-infra-security InRelease
Atteint :10 https://esm.ubuntu.com/infra/ubuntu noble-infra-updates InRelease
Réception de :11 https://download.opensuse.org/repositories/home:/npreining:/debian-ubuntu-onedrive/xUbuntu_22.04 ./ Packages [818 B]
5383 o réceptionnés en 1s (4670 o/s)
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait      
9 paquets peuvent être mis à jour. Exécutez « apt list --upgradable » pour les voir.
fred@fred-linux:~$ 

Hors ligne

#15 Le 05/09/2024, à 18:36

fred1234

Re : Message d'erreur Synaptic -RESOLU

red@fred-linux:~$ apt list --upgradable
En train de lister... Fait
file-roller/noble-updates 44.3-0ubuntu1 amd64 [pouvant être mis à jour depuis : 44.1-1]
initramfs-tools-bin/noble-updates 0.142ubuntu25.2 amd64 [pouvant être mis à jour depuis : 0.142ubuntu25.1]
initramfs-tools-core/noble-updates,noble-updates 0.142ubuntu25.2 all [pouvant être mis à jour depuis : 0.142ubuntu25.1]
initramfs-tools/noble-updates,noble-updates 0.142ubuntu25.2 all [pouvant être mis à jour depuis : 0.142ubuntu25.1]
libcryptsetup12/noble-updates 2:2.7.0-1ubuntu4.1 amd64 [pouvant être mis à jour depuis : 2:2.7.0-1ubuntu4]
onedrive/inconnu 2.4.25-1+np3+5.1 amd64 [pouvant être mis à jour depuis : 2.4.25-1+np2+4.1]
ubuntu-advantage-tools/noble-updates,noble-updates 33.2~24.04.1 all [pouvant être mis à jour depuis : 32.3.1~22.04]
ubuntu-pro-client-l10n/noble-updates 33.2~24.04.1 amd64 [pouvant être mis à jour depuis : 32.3.1~22.04]
ubuntu-pro-client/noble-updates 33.2~24.04.1 amd64 [pouvant être mis à jour depuis : 32.3.1~22.04]
fred@fred-linux:~$ 

Hors ligne

#16 Le 05/09/2024, à 18:41

fred1234

Re : Message d'erreur Synaptic -RESOLU

L'actualisation de synapatic marche
Mais si je demande la m a j,
il est proposé "onedrive", je valide ?

Hors ligne

#17 Le 05/09/2024, à 18:43

nany

Re : Message d'erreur Synaptic -RESOLU

Bon, c’est réparé pour cette clé.

Mais deux choses me chagrinent.
Tes sources d’Ubuntu pointe vers noble donc tu de vrais avoir des fichiers au format deb822.
Si tu es bien sur noble, tes listes de sources de Docker et Onedrive ne pointent pas vers les bons dépôts.

En ligne

#18 Le 05/09/2024, à 18:45

nany

Re : Message d'erreur Synaptic -RESOLU

fred1234 a écrit :

il est proposé "onedrive", je valide ?

Dans la mesure où Onedrive est installé, oui.

En ligne

#19 Le 05/09/2024, à 18:45

fred1234

Re : Message d'erreur Synaptic -RESOLU

c'est pour ça que j'ai hésité la mise à niveau de onedrive

Hors ligne

#20 Le 05/09/2024, à 18:50

nany

Re : Message d'erreur Synaptic -RESOLU

Bien, donne les retours de :

echo -e "\nDescription : $(lsb_release -sd)\n\nNoyau courant : $(uname -mr)\n\nVersion originellement installée : $(cat /var/log/installer/media-info)\n\nSession actuelle : $XDG_SESSION_DESKTOP\n\nBureau actuel : $XDG_CURRENT_DESKTOP\n\nListe des sessions possibles :\n$(ls -lt /usr/share/xsessions | awk '/desktop/{print "\t"$9,"→",$7,$6,$8}')\n"
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

#21 Le 05/09/2024, à 18:50

fred1234

Re : Message d'erreur Synaptic -RESOLU

m a niveau onedrive validée.
Actualisation synaptic ok
ça me semble bon.
Un grand merci Nany la nounou d’enfer smile

Hors ligne

#22 Le 05/09/2024, à 18:55

fred1234

Re : Message d'erreur Synaptic -RESOLU

fred@fred-linux:~$ echo -e "\nDescription : $(lsb_release -sd)\n\nNoyau courant : $(uname -mr)\n\nVersion originellement installée : $(cat /var/log/installer/media-info)\n\nSession actuelle : $XDG_SESSION_DESKTOP\n\nBureau actuel : $XDG_CURRENT_DESKTOP\n\nListe des sessions possibles :\n$(ls -lt /usr/share/xsessions | awk '/desktop/{print "\t"$9,"→",$7,$6,$8}')\n"
cat: /var/log/installer/media-info: Aucun fichier ou dossier de ce nom

Description : Ubuntu 24.04.1 LTS

Noyau courant : 6.8.0-40-generic x86_64

Version originellement installée : 

Session actuelle : ubuntu-wayland

Bureau actuel : ubuntu:GNOME

Liste des sessions possibles :
	ubuntu.desktop → 15 avril 17:49
	ubuntu-xorg.desktop → 15 avril 17:49
	unity.desktop → 15 avril 17:49

Hors ligne

#23 Le 05/09/2024, à 18:58

fred1234

Re : Message d'erreur Synaptic -RESOLU

red@fred-linux:~$ find /etc/apt -type f -regex ".*\(list\|sources\).*" -exec bash -c 'echo -e "\n\t$1\n" ; [ "${1##*.}" = "list" -o "${1##*.}" = "sources" ] && cat "$1"' _ '{}' \;

	/etc/apt/sources.list.distUpgrade


	/etc/apt/sources.list.save


	/etc/apt/sources.list

# deb cdrom:[Ubuntu 22.04 LTS _Jammy Jellyfish_ - Release amd64 (20220419)]/ jammy 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/ noble main restricted
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ noble-updates main restricted
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy-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/ noble universe
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy universe
deb http://fr.archive.ubuntu.com/ubuntu/ noble-updates universe
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy-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/ noble multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ noble-updates multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy-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/ noble-backports main restricted universe multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy-backports main restricted universe multiverse

deb http://security.ubuntu.com/ubuntu noble-security main restricted
# deb-src http://security.ubuntu.com/ubuntu jammy-security main restricted
deb http://security.ubuntu.com/ubuntu noble-security universe
# deb-src http://security.ubuntu.com/ubuntu jammy-security universe
deb http://security.ubuntu.com/ubuntu noble-security multiverse
# deb-src http://security.ubuntu.com/ubuntu jammy-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.d/ubuntu-esm-infra.list

deb https://esm.ubuntu.com/infra/ubuntu noble-infra-security main
# deb-src https://esm.ubuntu.com/infra/ubuntu jammy-infra-security main
deb https://esm.ubuntu.com/infra/ubuntu noble-infra-updates main
# deb-src https://esm.ubuntu.com/infra/ubuntu jammy-infra-updates main

	/etc/apt/sources.list.d/alex-p-ubuntu-smplayer-jammy.list.distUpgrade


	/etc/apt/sources.list.d/docker.list.distUpgrade


	/etc/apt/sources.list.d/insync.list.save


	/etc/apt/sources.list.d/mozillateam-ubuntu-ppa-jammy.list

# deb https://ppa.launchpadcontent.net/mozillateam/ppa/ubuntu/ noble main # désactivé pour la mise à niveau vers noble
# deb-src https://ppa.launchpadcontent.net/mozillateam/ppa/ubuntu/ jammy main

	/etc/apt/sources.list.d/ubuntuhandbook1-ubuntu-dvdstyler-jammy.list.distUpgrade


	/etc/apt/sources.list.d/ubuntuhandbook1-ubuntu-dvdstyler-jammy.list

# deb https://ppa.launchpadcontent.net/ubuntuhandbook1/dvdstyler/ubuntu/ noble main # désactivé pour la mise à niveau vers noble
# deb-src https://ppa.launchpadcontent.net/ubuntuhandbook1/dvdstyler/ubuntu/ jammy main

	/etc/apt/sources.list.d/ubuntuhandbook1-ubuntu-dvdstyler-jammy.list.save


	/etc/apt/sources.list.d/archive_uri-https_dl_winehq_org_wine-builds_ubuntu_-jammy.list.save


	/etc/apt/sources.list.d/libreoffice-ubuntu-ppa-jammy.list

# deb https://ppa.launchpadcontent.net/libreoffice/ppa/ubuntu/ noble main # désactivé pour la mise à niveau vers noble
# deb-src https://ppa.launchpadcontent.net/libreoffice/ppa/ubuntu/ jammy main

	/etc/apt/sources.list.d/libreoffice-ubuntu-ppa-jammy.list.save


	/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/danielrichter2007-ubuntu-grub-customizer-jammy.list.distUpgrade


	/etc/apt/sources.list.d/danielrichter2007-ubuntu-grub-customizer-jammy.list

# deb https://ppa.launchpadcontent.net/danielrichter2007/grub-customizer/ubuntu/ noble main # désactivé pour la mise à niveau vers noble
# deb-src https://ppa.launchpadcontent.net/danielrichter2007/grub-customizer/ubuntu/ jammy main

	/etc/apt/sources.list.d/google-chrome.list

### THIS FILE IS AUTOMATICALLY CONFIGURED ###
# You may comment out this entry, but any other modifications may be lost.
# deb [arch=amd64] https://dl.google.com/linux/chrome/deb/ stable main # désactivé pour la mise à niveau vers noble

	/etc/apt/sources.list.d/ffdiaporamateam-ubuntu-stable-jammy.list


	/etc/apt/sources.list.d/onedrive.list

deb [arch=amd64] https://download.opensuse.org/repositories/home:/npreining:/debian-ubuntu-onedrive/xUbuntu_22.04/ ./

	/etc/apt/sources.list.d/google-chrome.list.save


	/etc/apt/sources.list.d/insync.list

# deb http://apt.insync.io/ubuntu noble non-free contrib # désactivé pour la mise à niveau vers noble

	/etc/apt/sources.list.d/megasync.list.save


	/etc/apt/sources.list.d/megasync.list

deb [signed-by=/usr/share/keyrings/meganz-archive-keyring.gpg] https://mega.nz/linux/repo/xUbuntu_22.04/ ./

	/etc/apt/sources.list.d/alex-p-ubuntu-smplayer-jammy.list

# deb https://ppa.launchpadcontent.net/alex-p/smplayer/ubuntu/ noble main # désactivé pour la mise à niveau vers noble
# deb-src https://ppa.launchpadcontent.net/alex-p/smplayer/ubuntu/ jammy main

	/etc/apt/sources.list.d/docker.list

deb [arch=amd64 signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu jammy stable

	/etc/apt/sources.list.d/tonfotos.list.save


	/etc/apt/sources.list.d/google-chrome.list.distUpgrade


	/etc/apt/sources.list.d/mozillateam-ubuntu-ppa-jammy.list.save


	/etc/apt/sources.list.d/archive_uri-https_dl_winehq_org_wine-builds_ubuntu_-jammy.list

# deb https://dl.winehq.org/wine-builds/ubuntu/ focal main # désactivé pour la mise à niveau vers noble
# deb-src https://dl.winehq.org/wine-builds/ubuntu/ focal main
# deb https://dl.winehq.org/wine-builds/ubuntu/ impish main # désactivé pour la mise à niveau vers noble
# deb-src https://dl.winehq.org/wine-builds/ubuntu/ impish main

	/etc/apt/sources.list.d/gezakovacs-ubuntu-ppa-jammy.list.distUpgrade


	/etc/apt/sources.list.d/libreoffice-ubuntu-ppa-jammy.list.distUpgrade


	/etc/apt/sources.list.d/ubuntu-esm-infra.list.distUpgrade


	/etc/apt/sources.list.d/alex-p-ubuntu-smplayer-jammy.list.save


	/etc/apt/sources.list.d/hakaishi-ubuntu-qshutdown-jammy.list.save


	/etc/apt/sources.list.d/gezakovacs-ubuntu-ppa-jammy.list

# deb https://ppa.launchpadcontent.net/gezakovacs/ppa/ubuntu/ jammy main
# deb-src https://ppa.launchpadcontent.net/gezakovacs/ppa/ubuntu/ jammy main

	/etc/apt/sources.list.d/ffdiaporamateam-ubuntu-stable-jammy.list.save


	/etc/apt/sources.list.d/docker.list.save


	/etc/apt/sources.list.d/hakaishi-ubuntu-qshutdown-jammy.list

# deb https://ppa.launchpadcontent.net/hakaishi/qshutdown/ubuntu/ noble main # désactivé pour la mise à niveau vers noble
# deb-src https://ppa.launchpadcontent.net/hakaishi/qshutdown/ubuntu/ jammy main

	/etc/apt/sources.list.d/onedrive.list.distUpgrade


	/etc/apt/sources.list.d/danielrichter2007-ubuntu-grub-customizer-jammy.list.save


	/etc/apt/sources.list.d/tonfotos.list.distUpgrade


	/etc/apt/sources.list.d/mozillateam-ubuntu-ppa-jammy.list.distUpgrade


	/etc/apt/sources.list.d/teamviewer.list.distUpgrade


	/etc/apt/sources.list.d/teamviewer.list.save


	/etc/apt/sources.list.d/tonfotos.list

# deb https://tonfotos.com/distribution/tonfotos/release/linux/debian/ binary/ # désactivé pour la mise à niveau vers noble

	/etc/apt/sources.list.d/gezakovacs-ubuntu-ppa-jammy.list.save


	/etc/apt/sources.list.d/archive_uri-https_dl_winehq_org_wine-builds_ubuntu_-jammy.list.distUpgrade


	/etc/apt/sources.list.d/hakaishi-ubuntu-qshutdown-jammy.list.distUpgrade


	/etc/apt/sources.list.d/ubuntu-esm-infra.list.save


	/etc/apt/sources.list.d/onedrive.list.save


	/etc/apt/sources.list.d/megasync.list.distUpgrade


	/etc/apt/sources.list.d/insync.list.distUpgrade

Hors ligne

#24 Le 05/09/2024, à 19:19

nany

Re : Message d'erreur Synaptic -RESOLU

Bizarre ! Il semble bien y avoir eu une mise à niveau de jammy vers noble mais sans passage en deb822.
Si ça ne tenait qu’à moi, je ferais une réinstallation propre.


Quoi qu’il en soit, passe ces commandes (qui ne doivent rien retourner) :

sudo sed -i 's/22\.04/24.04/' /etc/apt/sources.list.d/onedrive.list
sudo sed -i 's/22\.04/24.04/' /etc/apt/sources.list.d/megasync.list
sudo sed -i 's/jammy/noble/' /etc/apt/sources.list.d/docker.list

Puis redonne le retour de :

sudo apt clean && sudo apt update

Dernière modification par nany (Le 05/09/2024, à 19:20)

En ligne

#25 Le 06/09/2024, à 08:44

fred1234

Re : Message d'erreur Synaptic -RESOLU

fred@fred-linux:~$ sudo apt clean && sudo apt update
Atteint :1 http://fr.archive.ubuntu.com/ubuntu noble InRelease
Atteint :2 http://fr.archive.ubuntu.com/ubuntu noble-updates InRelease                                                 
Atteint :3 https://download.docker.com/linux/ubuntu jammy InRelease                                                    
Atteint :4 http://fr.archive.ubuntu.com/ubuntu noble-backports InRelease                                               
Atteint :5 https://linux.teamviewer.com/deb stable InRelease                                                           
Atteint :6 https://esm.ubuntu.com/infra/ubuntu noble-infra-security InRelease                                          
Atteint :7 https://esm.ubuntu.com/infra/ubuntu noble-infra-updates InRelease                                           
Réception de :8 https://mega.nz/linux/repo/xUbuntu_22.04 ./ InRelease [2961 B]                                        
Atteint :9 http://security.ubuntu.com/ubuntu noble-security InRelease                                           
Réception de :10 https://download.opensuse.org/repositories/home:/npreining:/debian-ubuntu-onedrive/xUbuntu_24.04 ./ InRelease [1604 B]
Réception de :11 https://download.opensuse.org/repositories/home:/npreining:/debian-ubuntu-onedrive/xUbuntu_24.04 ./ Packages [687 B]
5252 o réceptionnés en 1s (4765 o/s)
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait      
11 paquets peuvent être mis à jour. Exécutez « apt list --upgradable » pour les voir.
fred@fred-linux:~$ apt list --upgradable
En train de lister... Fait
dmsetup/noble-updates 2:1.02.185-3ubuntu3.1 amd64 [pouvant être mis à jour depuis : 2:1.02.185-3ubuntu3]
file-roller/noble-updates 44.3-0ubuntu1 amd64 [pouvant être mis à jour depuis : 44.1-1]
initramfs-tools-bin/noble-updates 0.142ubuntu25.2 amd64 [pouvant être mis à jour depuis : 0.142ubuntu25.1]
initramfs-tools-core/noble-updates,noble-updates 0.142ubuntu25.2 all [pouvant être mis à jour depuis : 0.142ubuntu25.1]
initramfs-tools/noble-updates,noble-updates 0.142ubuntu25.2 all [pouvant être mis à jour depuis : 0.142ubuntu25.1]
libcryptsetup12/noble-updates 2:2.7.0-1ubuntu4.1 amd64 [pouvant être mis à jour depuis : 2:2.7.0-1ubuntu4]
libdevmapper1.02.1/noble-updates 2:1.02.185-3ubuntu3.1 amd64 [pouvant être mis à jour depuis : 2:1.02.185-3ubuntu3]
onedrive/inconnu 2.4.25-1+np3+5.1 amd64 [pouvant être mis à jour depuis : 2.4.25-1+np3+5.1]
ubuntu-advantage-tools/noble-updates,noble-updates 33.2~24.04.1 all [pouvant être mis à jour depuis : 32.3.1~22.04]
ubuntu-pro-client-l10n/noble-updates 33.2~24.04.1 amd64 [pouvant être mis à jour depuis : 32.3.1~22.04]
ubuntu-pro-client/noble-updates 33.2~24.04.1 amd64 [pouvant être mis à jour depuis : 32.3.1~22.04]
fred@fred-linux:~$

Hors ligne