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 28/03/2021, à 11:54

Valdo19FR

Message à l’arrêt d'Ubuntu...

Bonjour, je reviens vers vous aujourd'hui car vous m'avez bien aidé par le passé.
Depuis la mise à jour vers Ubuntu 20.10 (groovy) XFCE j'ai un message inquiétant sur fond de terminal.
Après quelques recherches j'ai vu que cela arrivait parfois sur Arch mais rarement sur Ubuntu !

IMG-20210328-091042.jpg

Quelqu'un pourrait t'il m’aiguiller ou me donner un début de piste afin de solutionner ce cas.

Merci par avance à tous ceux qui se pencheront sur mon problème.

Val.


Windows est le système le plus stable au monde.
Bill GATES (Célèbre humoriste)
-
Ubuntu 21.04 (hirsute) XFCE

Hors ligne

#2 Le 29/03/2021, à 08:11

J5012

Re : Message à l’arrêt d'Ubuntu...

que donne ?

sudo apt-get autoremove --purge

sinon un user a repondu ici : https://askubuntu.com/a/1278795

Hors ligne

#3 Le 29/03/2021, à 10:35

Valdo19FR

Re : Message à l’arrêt d'Ubuntu...

J5012 a écrit :

que donne ?

sudo apt-get autoremove --purge 

sinon un user a repondu ici : https://askubuntu.com/a/1278795

Bonjour, merci pour ton aide voila :

sudo apt-get autoremove --purge
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
0 mis à jour, 0 nouvellement installés, 0 à enlever et 7 non mis à jour.

et avant que tu ne demande :

sudo dpkg --list | egrep -i --color 'linux-image|linux-headers'
ii  linux-headers-5.8.0-45                                      5.8.0-45.51      all          Header files related to Linux kernel version 5.8.0
ii  linux-headers-5.8.0-45-generic                              5.8.0-45.51      amd64        Linux kernel headers for version 5.8.0 on 64 bit x86 SMP
ii  linux-headers-5.8.0-48                                      5.8.0-48.54      all          Header files related to Linux kernel version 5.8.0
ii  linux-headers-5.8.0-48-generic                              5.8.0-48.54      amd64        Linux kernel headers for version 5.8.0 on 64 bit x86 SMP
ii  linux-headers-generic                                       5.8.0.48.53      amd64        Generic Linux kernel headers
rc  linux-image-5.8.0-43-generic                                5.8.0-43.49      amd64        Signed kernel image generic
rc  linux-image-5.8.0-44-generic                                5.8.0-44.50      amd64        Signed kernel image generic
ii  linux-image-5.8.0-45-generic                                5.8.0-45.51      amd64        Signed kernel image generic
ii  linux-image-5.8.0-48-generic                                5.8.0-48.54      amd64        Signed kernel image generic
ii  linux-image-generic 

Je vais jeter un œil à ton lien.

Val.


Windows est le système le plus stable au monde.
Bill GATES (Célèbre humoriste)
-
Ubuntu 21.04 (hirsute) XFCE

Hors ligne

#4 Le 30/03/2021, à 13:48

Valdo19FR

Re : Message à l’arrêt d'Ubuntu...

J5012 a écrit :

sinon un user a repondu ici : https://askubuntu.com/a/1278795

je n'ai pas cette option dans mon Bios, mais mon disque est réglé sur UEFI.

par contre en ce qui concerne la solution apportée ici : https://www.cyberciti.biz/faq/ubuntu-18 … d-kernels/ j'ai peur de faire une bourde irrécupérable !

je préfère attendre qu'un pro de linux me guide pas à pas.

Merci à tous.

Val.


Windows est le système le plus stable au monde.
Bill GATES (Célèbre humoriste)
-
Ubuntu 21.04 (hirsute) XFCE

Hors ligne

#5 Le 30/03/2021, à 22:41

J5012

Re : Message à l’arrêt d'Ubuntu...

Valdo19FR a écrit :
J5012 a écrit :

sinon un user a repondu ici : https://askubuntu.com/a/1278795

je n'ai pas cette option dans mon Bios, mais mon disque est réglé sur UEFI.

par contre en ce qui concerne la solution apportée ici : https://www.cyberciti.biz/faq/ubuntu-18 … d-kernels/ j'ai peur de faire une bourde irrécupérable !

je préfère attendre qu'un pro de linux me guide pas à pas.

Merci à tous.

Val.

1/ la solution uefi n'etait pas de mettre le bios en uefi, mais de faire correspondre l'inscription mbr de ton install ubuntu avec le reglage bios : mbr/grub/uefi → bios uefi , mbr/grub/legacy → bios legacy

si tu n'a jamais touché au reglage bios → uefi , alors ton install a toujours ete mbr/grub/uefi

2/ la solution "18.04 remove all unused old kernels" est la meme que la commande "... autoremove --purge"
et n'est valable que si tu as effectivement d'anciens paquets de noyaux linux, ton listing dpkg montre que non ...

tu peux aussi lister les fichiers noyaux effectivement presents dans le repertoire de boot pour confirmer :

ls /boot

et à vérifier que tu n'as pas d'occurrences de dépôts precedents d'ubuntu :

cat /etc/apt/sources.list && cat /etc/apt/sources.list.d/*

Hors ligne

#6 Le 31/03/2021, à 11:31

Valdo19FR

Re : Message à l’arrêt d'Ubuntu...

Merci, voila pour la 1ère commande :

valdo@val:~$ ls /boot
config-5.8.0-45-generic  initrd.img                   memtest86+.bin               System.map-5.8.0-48-generic  vmlinuz.old
config-5.8.0-48-generic  initrd.img-5.8.0-45-generic  memtest86+.elf               vmlinuz
grub                     initrd.img-5.8.0-48-generic  memtest86+_multiboot.bin     vmlinuz-5.8.0-45-generic
grub.bak                 initrd.img.old               System.map-5.8.0-45-generic  vmlinuz-5.8.0-48-generic
valdo@val:~$ 

et la 2 ième :

valdo@val:~$ cat /etc/apt/sources.list && cat /etc/apt/sources.list.d/*
# deb cdrom:[Xubuntu 18.04.1 LTS _Bionic Beaver_ - Release amd64 (20180725)]/ bionic main multiverse restricted universe

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ groovy main restricted
deb-src http://fr.archive.ubuntu.com/ubuntu/ groovy multiverse universe restricted main

## Major bug fix updates produced after the final release of the
## distribution.

## 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/ groovy universe
# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic universe
# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-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/ groovy multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-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.

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb http://archive.canonical.com/ubuntu focal partner
# deb-src http://archive.canonical.com/ubuntu bionic partner

deb http://fr.archive.ubuntu.com/ubuntu/ groovy-security main restricted
deb-src http://fr.archive.ubuntu.com/ubuntu/ groovy-security multiverse universe restricted main
deb http://fr.archive.ubuntu.com/ubuntu/ groovy-security universe
# deb-src http://security.ubuntu.com/ubuntu bionic-security universe
deb http://fr.archive.ubuntu.com/ubuntu/ groovy-security multiverse
# deb-src http://security.ubuntu.com/ubuntu bionic-security multiverse
# deb http://downloads.sourceforge.net/project/xenlism-wildfire/repo deb/
# deb http://ppa.launchpad.net/team-xbmc/ppa/ubuntu groovy main # désactivé pour la mise à niveau vers focal désactivé pour la mise à niveau vers groovy
# deb-src http://ppa.launchpad.net/team-xbmc/ppa/ubuntu bionic main
# deb http://download.webmin.com/download/repository sarge contrib
# deb http://download.learnfree.eu/repository/skss / #SKSS
# deb-src http://download.learnfree.eu/repository/skss / #SKSS
deb http://security.ubuntu.com/ubuntu/ groovy-security universe multiverse main restricted
deb-src http://archive.ubuntu.com/ubuntu focal main universe restricted multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ groovy-updates universe multiverse main restricted
# deb http://ppa.launchpad.net/alexlarsson/flatpak/ubuntu groovy main # désactivé pour la mise à niveau vers focal désactivé pour la mise à niveau vers groovy
# deb-src http://ppa.launchpad.net/alexlarsson/flatpak/ubuntu bionic main
deb http://ppa.launchpad.net/alexlarsson/flatpak/ubuntu focal main # désactivé pour la mise à niveau vers focal
# deb-src http://ppa.launchpad.net/alexlarsson/flatpak/ubuntu bionic main
# deb http://ppa.launchpad.net/alexlarsson/flatpak/ubuntu groovy main # désactivé pour la mise à niveau vers focal désactivé pour la mise à niveau vers groovy
# deb-src http://ppa.launchpad.net/alexlarsson/flatpak/ubuntu bionic main
# deb http://ppa.launchpad.net/ancestris/ancestris-9-0/ubuntu bionic main
# deb-src http://ppa.launchpad.net/ancestris/ancestris-9-0/ubuntu bionic main
# deb http://ppa.launchpad.net/ancestris/ancestris-9-0/ubuntu bionic main
# deb-src http://ppa.launchpad.net/ancestris/ancestris-9-0/ubuntu bionic main
# deb http://ppa.launchpad.net/ancestris/ancestris-9-0/ubuntu bionic main
# deb-src http://ppa.launchpad.net/ancestris/ancestris-9-0/ubuntu bionic main
# deb http://ppa.launchpad.net/danielrichter2007/grub-customizer/ubuntu focal main # désactivé pour la mise à niveau vers focal
# deb-src http://ppa.launchpad.net/danielrichter2007/grub-customizer/ubuntu bionic main
# deb http://ppa.launchpad.net/danielrichter2007/grub-customizer/ubuntu focal main # désactivé pour la mise à niveau vers focal
# deb-src http://ppa.launchpad.net/danielrichter2007/grub-customizer/ubuntu bionic main
# deb http://ppa.launchpad.net/danielrichter2007/grub-customizer/ubuntu focal main # désactivé pour la mise à niveau vers focal
# deb-src http://ppa.launchpad.net/danielrichter2007/grub-customizer/ubuntu bionic main
# deb http://ppa.launchpad.net/daniruiz/flat-remix/ubuntu bionic main
# deb-src http://ppa.launchpad.net/daniruiz/flat-remix/ubuntu bionic main
# deb http://ppa.launchpad.net/daniruiz/flat-remix/ubuntu bionic main
# deb-src http://ppa.launchpad.net/daniruiz/flat-remix/ubuntu bionic main
# deb http://ppa.launchpad.net/daniruiz/flat-remix/ubuntu bionic main
# deb-src http://ppa.launchpad.net/daniruiz/flat-remix/ubuntu bionic main
# deb http://ppa.launchpad.net/ehoover/compholio/ubuntu bionic main
# deb-src http://ppa.launchpad.net/ehoover/compholio/ubuntu bionic main
# deb http://ppa.launchpad.net/ehoover/compholio/ubuntu bionic main
# deb-src http://ppa.launchpad.net/ehoover/compholio/ubuntu bionic main
# deb http://ppa.launchpad.net/ehoover/compholio/ubuntu bionic main
# deb-src http://ppa.launchpad.net/ehoover/compholio/ubuntu bionic main
# deb http://ppa.launchpad.net/flexiondotorg/hal-flash/ubuntu focal main # désactivé pour la mise à niveau vers focal
# deb-src http://ppa.launchpad.net/flexiondotorg/hal-flash/ubuntu bionic main
# deb http://ppa.launchpad.net/flexiondotorg/hal-flash/ubuntu focal main # désactivé pour la mise à niveau vers focal
# deb-src http://ppa.launchpad.net/flexiondotorg/hal-flash/ubuntu bionic main
# deb http://ppa.launchpad.net/flexiondotorg/hal-flash/ubuntu focal main # désactivé pour la mise à niveau vers focal
# deb-src http://ppa.launchpad.net/flexiondotorg/hal-flash/ubuntu bionic main
# deb http://ppa.launchpad.net/fossfreedom/rhythmbox-plugins/ubuntu groovy main # désactivé pour la mise à niveau vers focal désactivé pour la mise à niveau vers groovy
# deb-src http://ppa.launchpad.net/fossfreedom/rhythmbox-plugins/ubuntu bionic main
# deb-src http://ppa.launchpad.net/fossfreedom/rhythmbox-plugins/ubuntu bionic main
# deb-src http://ppa.launchpad.net/fossfreedom/rhythmbox-plugins/ubuntu bionic main
# deb-src http://ppa.launchpad.net/fossfreedom/rhythmbox-plugins/ubuntu bionic main
deb http://ppa.launchpad.net/fossfreedom/rhythmbox-plugins/ubuntu focal main # désactivé pour la mise à niveau vers focal
# deb-src http://ppa.launchpad.net/fossfreedom/rhythmbox-plugins/ubuntu bionic main
# deb-src http://ppa.launchpad.net/fossfreedom/rhythmbox-plugins/ubuntu bionic main
# deb-src http://ppa.launchpad.net/fossfreedom/rhythmbox-plugins/ubuntu bionic main
# deb-src http://ppa.launchpad.net/fossfreedom/rhythmbox-plugins/ubuntu bionic main
# deb http://ppa.launchpad.net/fossfreedom/rhythmbox-plugins/ubuntu groovy main # désactivé pour la mise à niveau vers focal désactivé pour la mise à niveau vers groovy
# deb-src http://ppa.launchpad.net/fossfreedom/rhythmbox-plugins/ubuntu bionic main
# deb-src http://ppa.launchpad.net/fossfreedom/rhythmbox-plugins/ubuntu bionic main
# deb-src http://ppa.launchpad.net/fossfreedom/rhythmbox-plugins/ubuntu bionic main
# deb-src http://ppa.launchpad.net/fossfreedom/rhythmbox-plugins/ubuntu bionic main
# deb http://ppa.launchpad.net/fourdollars/iscan/ubuntu bionic main
# deb-src http://ppa.launchpad.net/fourdollars/iscan/ubuntu bionic main
# deb http://ppa.launchpad.net/fourdollars/iscan/ubuntu bionic main
# deb-src http://ppa.launchpad.net/fourdollars/iscan/ubuntu bionic main
# deb http://ppa.launchpad.net/fourdollars/iscan/ubuntu bionic main
# deb-src http://ppa.launchpad.net/fourdollars/iscan/ubuntu bionic main
# deb http://ppa.launchpad.net/gezakovacs/ppa/ubuntu groovy main # désactivé pour la mise à niveau vers focal désactivé pour la mise à niveau vers groovy
# deb-src http://ppa.launchpad.net/gezakovacs/ppa/ubuntu bionic main
deb http://ppa.launchpad.net/gezakovacs/ppa/ubuntu focal main # désactivé pour la mise à niveau vers focal
# deb-src http://ppa.launchpad.net/gezakovacs/ppa/ubuntu bionic main
# deb http://ppa.launchpad.net/gezakovacs/ppa/ubuntu groovy main # désactivé pour la mise à niveau vers focal désactivé pour la mise à niveau vers groovy
# deb-src http://ppa.launchpad.net/gezakovacs/ppa/ubuntu bionic main
# deb http://ppa.launchpad.net/gnumdk/lollypop/ubuntu groovy main # désactivé pour la mise à niveau vers focal désactivé pour la mise à niveau vers groovy
# deb-src http://ppa.launchpad.net/gnumdk/lollypop/ubuntu bionic main
deb http://ppa.launchpad.net/gnumdk/lollypop/ubuntu focal main # désactivé pour la mise à niveau vers focal
# deb-src http://ppa.launchpad.net/gnumdk/lollypop/ubuntu bionic main
# deb http://ppa.launchpad.net/gnumdk/lollypop/ubuntu groovy main # désactivé pour la mise à niveau vers focal désactivé pour la mise à niveau vers groovy
# deb-src http://ppa.launchpad.net/gnumdk/lollypop/ubuntu bionic main
### THIS FILE IS AUTOMATICALLY CONFIGURED ###
# You may comment out this entry, but any other modifications may be lost.
# deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main # désactivé pour la mise à niveau vers focal désactivé pour la mise à niveau vers groovy
### THIS FILE IS AUTOMATICALLY CONFIGURED ###
# You may comment out this entry, but any other modifications may be lost.
deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main # désactivé pour la mise à niveau vers focal
### THIS FILE IS AUTOMATICALLY CONFIGURED ###
# You may comment out this entry, but any other modifications may be lost.
# deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main # désactivé pour la mise à niveau vers focal désactivé pour la mise à niveau vers groovy
deb http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu/ groovy main
# deb-src http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu/ groovy main
deb http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu/ groovy main
# deb-src http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu/ groovy main
# deb http://ppa.launchpad.net/hsoft/ppa/ubuntu bionic main
# deb-src http://ppa.launchpad.net/hsoft/ppa/ubuntu bionic main
# deb http://ppa.launchpad.net/hsoft/ppa/ubuntu bionic main
# deb-src http://ppa.launchpad.net/hsoft/ppa/ubuntu bionic main
# deb http://ppa.launchpad.net/hsoft/ppa/ubuntu bionic main
# deb-src http://ppa.launchpad.net/hsoft/ppa/ubuntu bionic main
# deb http://ppa.launchpad.net/iconnor/zoneminder-1.32/ubuntu bionic main
# deb-src http://ppa.launchpad.net/iconnor/zoneminder-1.32/ubuntu bionic main
# deb http://ppa.launchpad.net/iconnor/zoneminder-1.32/ubuntu bionic main
# deb-src http://ppa.launchpad.net/iconnor/zoneminder-1.32/ubuntu bionic main
# deb http://ppa.launchpad.net/iconnor/zoneminder-1.32/ubuntu bionic main
# deb-src http://ppa.launchpad.net/iconnor/zoneminder-1.32/ubuntu bionic main
# deb http://ppa.launchpad.net/iconnor/zoneminder/ubuntu bionic main
# deb-src http://ppa.launchpad.net/iconnor/zoneminder/ubuntu bionic main
# deb http://ppa.launchpad.net/iconnor/zoneminder/ubuntu bionic main
# deb-src http://ppa.launchpad.net/iconnor/zoneminder/ubuntu bionic main
# deb http://ppa.launchpad.net/iconnor/zoneminder/ubuntu bionic main
# deb-src http://ppa.launchpad.net/iconnor/zoneminder/ubuntu bionic main
# deb http://ppa.launchpad.net/inkscape.dev/stable/ubuntu groovy main # désactivé pour la mise à niveau vers focal désactivé pour la mise à niveau vers groovy
# deb-src http://ppa.launchpad.net/inkscape.dev/stable/ubuntu bionic main
deb http://ppa.launchpad.net/inkscape.dev/stable/ubuntu focal main # désactivé pour la mise à niveau vers focal
# deb-src http://ppa.launchpad.net/inkscape.dev/stable/ubuntu bionic main
# deb http://ppa.launchpad.net/inkscape.dev/stable/ubuntu groovy main # désactivé pour la mise à niveau vers focal désactivé pour la mise à niveau vers groovy
# deb-src http://ppa.launchpad.net/inkscape.dev/stable/ubuntu bionic main
deb https://download.01.org/gfx/ubuntu/12.04/main Ubuntu 12.04
deb https://download.01.org/gfx/ubuntu/12.04/main Ubuntu 12.04
# deb http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Ubuntu_18.10/ /
# deb http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Ubuntu_18.10/ /
# deb http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Ubuntu_18.10/ /
# deb http://ppa.launchpad.net/lafricain79/lafricainenvrac/ubuntu groovy main # désactivé pour la mise à niveau vers focal désactivé pour la mise à niveau vers groovy
# deb-src http://ppa.launchpad.net/lafricain79/lafricainenvrac/ubuntu bionic main
deb http://ppa.launchpad.net/lafricain79/lafricainenvrac/ubuntu focal main # désactivé pour la mise à niveau vers focal
# deb-src http://ppa.launchpad.net/lafricain79/lafricainenvrac/ubuntu bionic main
# deb http://ppa.launchpad.net/lafricain79/lafricainenvrac/ubuntu groovy main # désactivé pour la mise à niveau vers focal désactivé pour la mise à niveau vers groovy
# deb-src http://ppa.launchpad.net/lafricain79/lafricainenvrac/ubuntu bionic main
# deb http://ppa.launchpad.net/librecad-dev/librecad-stable/ubuntu bionic main
# deb-src http://ppa.launchpad.net/librecad-dev/librecad-stable/ubuntu bionic main
# deb http://ppa.launchpad.net/librecad-dev/librecad-stable/ubuntu bionic main
# deb-src http://ppa.launchpad.net/librecad-dev/librecad-stable/ubuntu bionic main
# deb http://ppa.launchpad.net/librecad-dev/librecad-stable/ubuntu bionic main
# deb-src http://ppa.launchpad.net/librecad-dev/librecad-stable/ubuntu bionic main
deb https://mega.nz/linux/MEGAsync/xUbuntu_20.10/ ./
deb https://mega.nz/linux/MEGAsync/xUbuntu_18.04/ ./
deb https://mega.nz/linux/MEGAsync/xUbuntu_20.10/ ./
# deb http://ppa.launchpad.net/mikhailnov/pulseeffects/ubuntu groovy main # désactivé pour la mise à niveau vers focal désactivé pour la mise à niveau vers groovy
# deb-src http://ppa.launchpad.net/mikhailnov/pulseeffects/ubuntu bionic main
deb http://ppa.launchpad.net/mikhailnov/pulseeffects/ubuntu focal main # désactivé pour la mise à niveau vers focal
# deb-src http://ppa.launchpad.net/mikhailnov/pulseeffects/ubuntu bionic main
# deb http://ppa.launchpad.net/mikhailnov/pulseeffects/ubuntu groovy main # désactivé pour la mise à niveau vers focal désactivé pour la mise à niveau vers groovy
# deb-src http://ppa.launchpad.net/mikhailnov/pulseeffects/ubuntu bionic main
# deb http://ppa.launchpad.net/n-muench/burg/ubuntu bionic main
# deb-src http://ppa.launchpad.net/n-muench/burg/ubuntu bionic main
# deb-src http://ppa.launchpad.net/n-muench/burg/ubuntu bionic main
# deb http://ppa.launchpad.net/n-muench/burg/ubuntu bionic main
# deb-src http://ppa.launchpad.net/n-muench/burg/ubuntu bionic main
# deb-src http://ppa.launchpad.net/n-muench/burg/ubuntu bionic main
# deb http://ppa.launchpad.net/n-muench/burg/ubuntu bionic main
# deb-src http://ppa.launchpad.net/n-muench/burg/ubuntu bionic main
# deb-src http://ppa.launchpad.net/n-muench/burg/ubuntu bionic main
# deb http://ppa.launchpad.net/noobslab/icons2/ubuntu bionic main
# deb-src http://ppa.launchpad.net/noobslab/icons2/ubuntu bionic main
# deb-src http://ppa.launchpad.net/noobslab/icons2/ubuntu bionic main
# deb http://ppa.launchpad.net/noobslab/icons2/ubuntu bionic main
# deb-src http://ppa.launchpad.net/noobslab/icons2/ubuntu bionic main
# deb-src http://ppa.launchpad.net/noobslab/icons2/ubuntu bionic main
# deb http://ppa.launchpad.net/noobslab/icons2/ubuntu bionic main
# deb-src http://ppa.launchpad.net/noobslab/icons2/ubuntu bionic main
# deb-src http://ppa.launchpad.net/noobslab/icons2/ubuntu bionic main
# deb http://ppa.launchpad.net/noobslab/icons/ubuntu bionic main
# deb-src http://ppa.launchpad.net/noobslab/icons/ubuntu bionic main
# deb http://ppa.launchpad.net/noobslab/icons/ubuntu bionic main
# deb-src http://ppa.launchpad.net/noobslab/icons/ubuntu bionic main
# deb http://ppa.launchpad.net/noobslab/icons/ubuntu bionic main
# deb-src http://ppa.launchpad.net/noobslab/icons/ubuntu bionic main
# deb http://ppa.launchpad.net/numix/ppa/ubuntu bionic main
# deb-src http://ppa.launchpad.net/numix/ppa/ubuntu bionic main
# deb http://ppa.launchpad.net/numix/ppa/ubuntu bionic main
# deb-src http://ppa.launchpad.net/numix/ppa/ubuntu bionic main
# deb http://ppa.launchpad.net/numix/ppa/ubuntu bionic main
# deb-src http://ppa.launchpad.net/numix/ppa/ubuntu bionic main
# This file makes sure that Opera Browser is kept up-to-date
# as part of regular system upgrades

# deb https://deb.opera.com/opera-stable/ stable non-free #Opera Browser (final releases) désactivé pour la mise à niveau vers focal désactivé pour la mise à niveau vers groovy
# This file makes sure that Opera Browser is kept up-to-date
# as part of regular system upgrades

deb https://deb.opera.com/opera-stable/ stable non-free #Opera Browser (final releases) désactivé pour la mise à niveau vers focal
# This file makes sure that Opera Browser is kept up-to-date
# as part of regular system upgrades

# deb https://deb.opera.com/opera-stable/ stable non-free #Opera Browser (final releases) désactivé pour la mise à niveau vers focal désactivé pour la mise à niveau vers groovy
# deb http://ppa.launchpad.net/oranchelo/oranchelo-icon-theme/ubuntu bionic main
# deb-src http://ppa.launchpad.net/oranchelo/oranchelo-icon-theme/ubuntu bionic main
# deb http://ppa.launchpad.net/oranchelo/oranchelo-icon-theme/ubuntu bionic main
# deb-src http://ppa.launchpad.net/oranchelo/oranchelo-icon-theme/ubuntu bionic main
# deb http://ppa.launchpad.net/oranchelo/oranchelo-icon-theme/ubuntu bionic main
# deb-src http://ppa.launchpad.net/oranchelo/oranchelo-icon-theme/ubuntu bionic main
# deb http://ppa.launchpad.net/papirus/papirus/ubuntu groovy main # désactivé pour la mise à niveau vers focal désactivé pour la mise à niveau vers groovy
# deb-src http://ppa.launchpad.net/papirus/papirus/ubuntu bionic main
deb http://ppa.launchpad.net/papirus/papirus/ubuntu focal main # désactivé pour la mise à niveau vers focal
# deb-src http://ppa.launchpad.net/papirus/papirus/ubuntu bionic main
# deb http://ppa.launchpad.net/papirus/papirus/ubuntu groovy main # désactivé pour la mise à niveau vers focal désactivé pour la mise à niveau vers groovy
# deb-src http://ppa.launchpad.net/papirus/papirus/ubuntu bionic main
deb http://ppa.launchpad.net/sane-project/sane-git/ubuntu/ groovy main
# deb-src http://ppa.launchpad.net/sane-project/sane-git/ubuntu/ groovy main
deb http://ppa.launchpad.net/sane-project/sane-git/ubuntu/ groovy main
# deb-src http://ppa.launchpad.net/sane-project/sane-git/ubuntu/ groovy main
# deb http://ppa.launchpad.net/system76/pop/ubuntu bionic main
# deb-src http://ppa.launchpad.net/system76/pop/ubuntu bionic main
# deb http://ppa.launchpad.net/system76/pop/ubuntu bionic main
# deb-src http://ppa.launchpad.net/system76/pop/ubuntu bionic main
# deb http://ppa.launchpad.net/system76/pop/ubuntu bionic main
# deb-src http://ppa.launchpad.net/system76/pop/ubuntu bionic main
# deb http://ppa.launchpad.net/system76/pop/ubuntu focal main
# deb-src http://ppa.launchpad.net/system76/pop/ubuntu focal main
# deb http://ppa.launchpad.net/system76/pop/ubuntu focal main
# deb-src http://ppa.launchpad.net/system76/pop/ubuntu focal main
# deb http://ppa.launchpad.net/system76/pop/ubuntu focal main
# deb-src http://ppa.launchpad.net/system76/pop/ubuntu focal main
###   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 https://linux.teamviewer.com/deb stable main # désactivé pour la mise à niveau vers groovy

# deb https://linux.teamviewer.com/deb preview main
# deb https://linux.teamviewer.com/deb development main
###   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 https://linux.teamviewer.com/deb stable main

# deb https://linux.teamviewer.com/deb preview main
# deb https://linux.teamviewer.com/deb development main
###   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



# Modified via 'teamviewer repo' command
deb http://linux.teamviewer.com/deb stable main # désactivé pour la mise à niveau vers focal
### deb http://linux.teamviewer.com/deb preview main
### deb http://linux.teamviewer.com/deb development main
###   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 https://linux.teamviewer.com/deb stable main # désactivé pour la mise à niveau vers groovy

# deb https://linux.teamviewer.com/deb preview main
# deb https://linux.teamviewer.com/deb development main
# deb-src http://ppa.launchpad.net/team-xbmc/ppa/ubuntu bionic main
# deb-src http://ppa.launchpad.net/team-xbmc/ppa/ubuntu bionic main
# deb-src http://ppa.launchpad.net/team-xbmc/ppa/ubuntu bionic main
# deb-src http://ppa.launchpad.net/team-xbmc/ppa/ubuntu bionic main
# deb-src http://ppa.launchpad.net/team-xbmc/ppa/ubuntu bionic main
# deb-src http://ppa.launchpad.net/team-xbmc/ppa/ubuntu bionic main
# deb http://ppa.launchpad.net/thierry-f/fork-michael-gruz/ubuntu groovy main # désactivé pour la mise à niveau vers groovy
# deb-src http://ppa.launchpad.net/thierry-f/fork-michael-gruz/ubuntu focal main
deb http://ppa.launchpad.net/thierry-f/fork-michael-gruz/ubuntu focal main
# deb-src http://ppa.launchpad.net/thierry-f/fork-michael-gruz/ubuntu focal main
# deb http://ppa.launchpad.net/thierry-f/fork-michael-gruz/ubuntu groovy main # désactivé pour la mise à niveau vers groovy
# deb-src http://ppa.launchpad.net/thierry-f/fork-michael-gruz/ubuntu focal main
# deb http://ppa.launchpad.net/trebelnik-stefina/ubuntu-tweak/ubuntu bionic main
# deb-src http://ppa.launchpad.net/trebelnik-stefina/ubuntu-tweak/ubuntu bionic main
# deb http://ppa.launchpad.net/trebelnik-stefina/ubuntu-tweak/ubuntu bionic main
# deb-src http://ppa.launchpad.net/trebelnik-stefina/ubuntu-tweak/ubuntu bionic main
# deb http://ppa.launchpad.net/trebelnik-stefina/ubuntu-tweak/ubuntu bionic main
# deb-src http://ppa.launchpad.net/trebelnik-stefina/ubuntu-tweak/ubuntu bionic main
# deb [arch=amd64] https://download.wavebox.app/stable/linux/deb/ amd64/
# deb [arch=amd64] https://download.wavebox.app/stable/linux/deb/ amd64/
# deb [arch=amd64] https://download.wavebox.app/stable/linux/deb/ amd64/
valdo@val:~$

Val.

Dernière modification par Valdo19FR (Le 31/03/2021, à 11:31)


Windows est le système le plus stable au monde.
Bill GATES (Célèbre humoriste)
-
Ubuntu 21.04 (hirsute) XFCE

Hors ligne

#7 Le 02/04/2021, à 10:25

J5012

Re : Message à l’arrêt d'Ubuntu...

ha, tu etais en 18.04, puis tu as migré en 20.04 puis en 20.10

ton sources.list semble correcte mais il faut tout de même le nettoyer pour ne garder que les mentions groovy (20.10), et supprimer les doublons groovy-security qui doivent etre pris sur les serveurs security et non sur les serveurs archive.

tu dois aussi nettoyer les lists de depôts tiers et les mettre à jour pour groovy ...

dans un premier temps supprimes les fichiers referents d'anciens noyaux dans /boot :

sudo rm -f /boot/vmlinuz.old
sudo rm -f /boot/initrd.img.old

reboot ...

Hors ligne

#8 Le 03/04/2021, à 11:49

Valdo19FR

Re : Message à l’arrêt d'Ubuntu...

J5012 a écrit :

dans un premier temps supprimes les fichiers referents d'anciens noyaux dans /boot :

 
sudo rm -f /boot/vmlinuz.old 
sudo rm -f /boot/initrd.img.old

reboot ...

Voila c'est fait et maintenant ?

Val.


Windows est le système le plus stable au monde.
Bill GATES (Célèbre humoriste)
-
Ubuntu 21.04 (hirsute) XFCE

Hors ligne

#9 Le 14/04/2021, à 07:24

J5012

Re : Message à l’arrêt d'Ubuntu...

as-tu toujours les erreurs "... failed to automount /oldroot ..." ?

as-tu nettoyé tes sources.list ?

Hors ligne

#10 Le 14/04/2021, à 23:08

Valdo19FR

Re : Message à l’arrêt d'Ubuntu...

Bonsoir,
merci pour ta réponse.

J5012 a écrit :

as-tu toujours les erreurs "... failed to automount /oldroot ..." ?

Oui c'est toujours pareil.

as-tu nettoyé tes sources.list ?

Comme demandé dans ton post précédent, j'ai fait ça  :

sudo rm -f /boot/vmlinuz.old 
sudo rm -f /boot/initrd.img.old
J5012 a écrit :

ton sources.list semble correcte mais il faut tout de même le nettoyer pour ne garder que les mentions groovy (20.10), et supprimer les doublons groovy-security qui doivent etre pris sur les serveurs security et non sur les serveurs archive.

tu dois aussi nettoyer les lists de depôts tiers et les mettre à jour pour groovy ...

Pour le nettoyage des dépots je ne sais pas faire !!

Val.


Windows est le système le plus stable au monde.
Bill GATES (Célèbre humoriste)
-
Ubuntu 21.04 (hirsute) XFCE

Hors ligne

#11 Le 15/04/2021, à 07:17

xubu1957

Re : Message à l’arrêt d'Ubuntu...

Bonjour,

Montre le sources.list (avec une numérotation) :

find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; nl -ba "$1"' _ '{}' \;

Dernière modification par xubu1957 (Le 15/04/2021, à 07:33)


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] 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

En ligne

#12 Le 15/04/2021, à 09:05

Valdo19FR

Re : Message à l’arrêt d'Ubuntu...

Merci pour ton aide, voila :

valdo@val:~$ find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; nl -ba "$1"' _ '{}' \;

/etc/apt/sources.list

     1	# deb cdrom:[Xubuntu 18.04.1 LTS _Bionic Beaver_ - Release amd64 (20180725)]/ bionic main multiverse restricted universe
     2	
     3	# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
     4	# newer versions of the distribution.
     5	deb http://fr.archive.ubuntu.com/ubuntu/ groovy main restricted
     6	deb-src http://fr.archive.ubuntu.com/ubuntu/ groovy multiverse universe restricted main
     7	
     8	## Major bug fix updates produced after the final release of the
     9	## distribution.
    10	
    11	## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    12	## team. Also, please note that software in universe WILL NOT receive any
    13	## review or updates from the Ubuntu security team.
    14	deb http://fr.archive.ubuntu.com/ubuntu/ groovy universe
    15	# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic universe
    16	# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-updates universe
    17	
    18	## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    19	## team, and may not be under a free licence. Please satisfy yourself as to
    20	## your rights to use the software. Also, please note that software in
    21	## multiverse WILL NOT receive any review or updates from the Ubuntu
    22	## security team.
    23	deb http://fr.archive.ubuntu.com/ubuntu/ groovy multiverse
    24	# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic multiverse
    25	# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-updates multiverse
    26	
    27	## N.B. software from this repository may not have been tested as
    28	## extensively as that contained in the main release, although it includes
    29	## newer versions of some applications which may provide useful features.
    30	## Also, please note that software in backports WILL NOT receive any review
    31	## or updates from the Ubuntu security team.
    32	
    33	## Uncomment the following two lines to add software from Canonical's
    34	## 'partner' repository.
    35	## This software is not part of Ubuntu, but is offered by Canonical and the
    36	## respective vendors as a service to Ubuntu users.
    37	# deb http://archive.canonical.com/ubuntu focal partner
    38	# deb-src http://archive.canonical.com/ubuntu bionic partner
    39	
    40	deb http://fr.archive.ubuntu.com/ubuntu/ groovy-security main restricted
    41	deb-src http://fr.archive.ubuntu.com/ubuntu/ groovy-security multiverse universe restricted main
    42	deb http://fr.archive.ubuntu.com/ubuntu/ groovy-security universe
    43	# deb-src http://security.ubuntu.com/ubuntu bionic-security universe
    44	deb http://fr.archive.ubuntu.com/ubuntu/ groovy-security multiverse
    45	# deb-src http://security.ubuntu.com/ubuntu bionic-security multiverse
    46	# deb http://downloads.sourceforge.net/project/xenlism-wildfire/repo deb/
    47	# deb http://ppa.launchpad.net/team-xbmc/ppa/ubuntu groovy main # désactivé pour la mise à niveau vers focal désactivé pour la mise à niveau vers groovy
    48	# deb-src http://ppa.launchpad.net/team-xbmc/ppa/ubuntu bionic main
    49	# deb http://download.webmin.com/download/repository sarge contrib
    50	# deb http://download.learnfree.eu/repository/skss / #SKSS
    51	# deb-src http://download.learnfree.eu/repository/skss / #SKSS
    52	deb http://security.ubuntu.com/ubuntu/ groovy-security universe multiverse main restricted
    53	deb-src http://archive.ubuntu.com/ubuntu focal main universe restricted multiverse
    54	deb http://fr.archive.ubuntu.com/ubuntu/ groovy-updates universe multiverse main restricted

/etc/apt/sources.list.d/ehoover-ubuntu-compholio-bionic.list

     1	# deb http://ppa.launchpad.net/ehoover/compholio/ubuntu bionic main
     2	# deb-src http://ppa.launchpad.net/ehoover/compholio/ubuntu bionic main

/etc/apt/sources.list.d/numix-ubuntu-ppa-bionic.list

     1	# deb http://ppa.launchpad.net/numix/ppa/ubuntu bionic main
     2	# deb-src http://ppa.launchpad.net/numix/ppa/ubuntu bionic main

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

     1	# deb http://ppa.launchpad.net/danielrichter2007/grub-customizer/ubuntu focal main # désactivé pour la mise à niveau vers focal
     2	# deb-src http://ppa.launchpad.net/danielrichter2007/grub-customizer/ubuntu bionic main

/etc/apt/sources.list.d/inkscape_dev-ubuntu-stable-bionic.list

     1	# deb http://ppa.launchpad.net/inkscape.dev/stable/ubuntu groovy main # désactivé pour la mise à niveau vers focal désactivé pour la mise à niveau vers groovy
     2	# deb-src http://ppa.launchpad.net/inkscape.dev/stable/ubuntu bionic main

/etc/apt/sources.list.d/mikhailnov-ubuntu-pulseeffects-bionic.list

     1	# deb http://ppa.launchpad.net/mikhailnov/pulseeffects/ubuntu groovy main # désactivé pour la mise à niveau vers focal désactivé pour la mise à niveau vers groovy
     2	# deb-src http://ppa.launchpad.net/mikhailnov/pulseeffects/ubuntu bionic main

/etc/apt/sources.list.d/papirus-ubuntu-papirus-bionic.list

     1	# deb http://ppa.launchpad.net/papirus/papirus/ubuntu groovy main # désactivé pour la mise à niveau vers focal désactivé pour la mise à niveau vers groovy
     2	# deb-src http://ppa.launchpad.net/papirus/papirus/ubuntu bionic main

/etc/apt/sources.list.d/gnumdk-ubuntu-lollypop-bionic.list

     1	# deb http://ppa.launchpad.net/gnumdk/lollypop/ubuntu groovy main # désactivé pour la mise à niveau vers focal désactivé pour la mise à niveau vers groovy
     2	# deb-src http://ppa.launchpad.net/gnumdk/lollypop/ubuntu bionic main

/etc/apt/sources.list.d/intel-graphics.list

     1	deb https://download.01.org/gfx/ubuntu/12.04/main Ubuntu 12.04

/etc/apt/sources.list.d/daniruiz-ubuntu-flat-remix-bionic.list

     1	# deb http://ppa.launchpad.net/daniruiz/flat-remix/ubuntu bionic main
     2	# deb-src http://ppa.launchpad.net/daniruiz/flat-remix/ubuntu bionic main

/etc/apt/sources.list.d/iconnor-ubuntu-zoneminder-bionic.list

     1	# deb http://ppa.launchpad.net/iconnor/zoneminder/ubuntu bionic main
     2	# deb-src http://ppa.launchpad.net/iconnor/zoneminder/ubuntu bionic main

/etc/apt/sources.list.d/isv:ownCloud:desktop.list

     1	# deb http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Ubuntu_18.10/ /

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

     1	# deb http://ppa.launchpad.net/gezakovacs/ppa/ubuntu groovy main # désactivé pour la mise à niveau vers focal désactivé pour la mise à niveau vers groovy
     2	# deb-src http://ppa.launchpad.net/gezakovacs/ppa/ubuntu bionic main

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

     1	###   TeamViewer DEB repository list
     2	
     3	### NOTE: Manual changes to this file
     4	###        - prevent it from being updated by TeamViewer package updates
     5	###        - will be lost after using the 'teamviewer repo' command
     6	###       The original file can be restored with this command:
     7	###       cp /opt/teamviewer/tv_bin/script/teamviewer.list /etc/apt/sources.list.d/teamviewer.list
     8	###       which has the same effect as 'teamviewer repo default'
     9	
    10	### NOTE: It is preferred to use the following commands to edit this file:
    11	###       teamviewer repo                - show current repository configuration
    12	###       teamviewer repo default        - restore default configuration
    13	###       teamviewer repo disable        - disable the repository
    14	###       teamviewer repo stable         - make all regular TeamViewer packages available (default)
    15	###       teamviewer repo preview        - additionally, make feature preview packages available
    16	###       teamviewer repo development    - additionally, make the latest development packages available
    17	
    18	
    19	# deb https://linux.teamviewer.com/deb stable main # désactivé pour la mise à niveau vers groovy
    20	
    21	# deb https://linux.teamviewer.com/deb preview main
    22	# deb https://linux.teamviewer.com/deb development main

/etc/apt/sources.list.d/fossfreedom-ubuntu-rhythmbox-plugins-bionic.list

     1	# deb http://ppa.launchpad.net/fossfreedom/rhythmbox-plugins/ubuntu groovy main # désactivé pour la mise à niveau vers focal désactivé pour la mise à niveau vers groovy
     2	# deb-src http://ppa.launchpad.net/fossfreedom/rhythmbox-plugins/ubuntu bionic main
     3	# deb-src http://ppa.launchpad.net/fossfreedom/rhythmbox-plugins/ubuntu bionic main
     4	# deb-src http://ppa.launchpad.net/fossfreedom/rhythmbox-plugins/ubuntu bionic main
     5	# deb-src http://ppa.launchpad.net/fossfreedom/rhythmbox-plugins/ubuntu bionic main

/etc/apt/sources.list.d/home:colomboem.list

     1	deb http://download.opensuse.org/repositories/home:/colomboem/xUbuntu_16.04/ /

/etc/apt/sources.list.d/thierry-f-ubuntu-fork-michael-gruz-focal.list

     1	# deb http://ppa.launchpad.net/thierry-f/fork-michael-gruz/ubuntu groovy main # désactivé pour la mise à niveau vers groovy
     2	# deb-src http://ppa.launchpad.net/thierry-f/fork-michael-gruz/ubuntu focal main

/etc/apt/sources.list.d/noobslab-ubuntu-icons-bionic.list

     1	# deb http://ppa.launchpad.net/noobslab/icons/ubuntu bionic main
     2	# deb-src http://ppa.launchpad.net/noobslab/icons/ubuntu bionic main

/etc/apt/sources.list.d/langdalepl-ubuntu-gvfs-mtp-groovy.list

     1	deb http://ppa.launchpad.net/langdalepl/gvfs-mtp/ubuntu quantal main # Brancher son Android4
     2	# deb-src http://ppa.launchpad.net/langdalepl/gvfs-mtp/ubuntu quantal main # Brancher son Android4

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

     1	deb https://mega.nz/linux/MEGAsync/xUbuntu_20.10/ ./

/etc/apt/sources.list.d/fourdollars-ubuntu-iscan-bionic.list

     1	# deb http://ppa.launchpad.net/fourdollars/iscan/ubuntu bionic main
     2	# deb-src http://ppa.launchpad.net/fourdollars/iscan/ubuntu bionic main

/etc/apt/sources.list.d/system76-ubuntu-pop-focal.list

     1	# deb http://ppa.launchpad.net/system76/pop/ubuntu focal main
     2	# deb-src http://ppa.launchpad.net/system76/pop/ubuntu focal main

/etc/apt/sources.list.d/alexlarsson-ubuntu-flatpak-bionic.list

     1	# deb http://ppa.launchpad.net/alexlarsson/flatpak/ubuntu groovy main # désactivé pour la mise à niveau vers focal désactivé pour la mise à niveau vers groovy
     2	# deb-src http://ppa.launchpad.net/alexlarsson/flatpak/ubuntu bionic main

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

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

/etc/apt/sources.list.d/team-xbmc-ubuntu-ppa-bionic.list

     1	# deb-src http://ppa.launchpad.net/team-xbmc/ppa/ubuntu bionic main
     2	# deb-src http://ppa.launchpad.net/team-xbmc/ppa/ubuntu bionic main

/etc/apt/sources.list.d/oranchelo-ubuntu-oranchelo-icon-theme-bionic.list

     1	# deb http://ppa.launchpad.net/oranchelo/oranchelo-icon-theme/ubuntu bionic main
     2	# deb-src http://ppa.launchpad.net/oranchelo/oranchelo-icon-theme/ubuntu bionic main

/etc/apt/sources.list.d/wavebox-stable.list

     1	# deb [arch=amd64] https://download.wavebox.app/stable/linux/deb/ amd64/

/etc/apt/sources.list.d/graphics-drivers-ubuntu-ppa-groovy.list

     1	deb http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu/ groovy main
     2	# deb-src http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu/ groovy main

/etc/apt/sources.list.d/iconnor-ubuntu-zoneminder-1_32-bionic.list

     1	# deb http://ppa.launchpad.net/iconnor/zoneminder-1.32/ubuntu bionic main
     2	# deb-src http://ppa.launchpad.net/iconnor/zoneminder-1.32/ubuntu bionic main

/etc/apt/sources.list.d/ancestris-ubuntu-ancestris-9-0-bionic.list

     1	# deb http://ppa.launchpad.net/ancestris/ancestris-9-0/ubuntu bionic main
     2	# deb-src http://ppa.launchpad.net/ancestris/ancestris-9-0/ubuntu bionic main

/etc/apt/sources.list.d/hsoft-ubuntu-ppa-bionic.list

     1	# deb http://ppa.launchpad.net/hsoft/ppa/ubuntu bionic main
     2	# deb-src http://ppa.launchpad.net/hsoft/ppa/ubuntu bionic main

/etc/apt/sources.list.d/n-muench-ubuntu-burg-bionic.list

     1	# deb http://ppa.launchpad.net/n-muench/burg/ubuntu bionic main
     2	# deb-src http://ppa.launchpad.net/n-muench/burg/ubuntu bionic main
     3	# deb-src http://ppa.launchpad.net/n-muench/burg/ubuntu bionic main

/etc/apt/sources.list.d/opera-stable.list

     1	# This file makes sure that Opera Browser is kept up-to-date
     2	# as part of regular system upgrades
     3	
     4	# deb https://deb.opera.com/opera-stable/ stable non-free #Opera Browser (final releases) désactivé pour la mise à niveau vers focal désactivé pour la mise à niveau vers groovy

/etc/apt/sources.list.d/librecad-dev-ubuntu-librecad-stable-bionic.list

     1	# deb http://ppa.launchpad.net/librecad-dev/librecad-stable/ubuntu bionic main
     2	# deb-src http://ppa.launchpad.net/librecad-dev/librecad-stable/ubuntu bionic main

/etc/apt/sources.list.d/noobslab-ubuntu-icons2-bionic.list

     1	# deb http://ppa.launchpad.net/noobslab/icons2/ubuntu bionic main
     2	# deb-src http://ppa.launchpad.net/noobslab/icons2/ubuntu bionic main
     3	# deb-src http://ppa.launchpad.net/noobslab/icons2/ubuntu bionic main

/etc/apt/sources.list.d/lafricain79-ubuntu-lafricainenvrac-bionic.list

     1	# deb http://ppa.launchpad.net/lafricain79/lafricainenvrac/ubuntu groovy main # désactivé pour la mise à niveau vers focal désactivé pour la mise à niveau vers groovy
     2	# deb-src http://ppa.launchpad.net/lafricain79/lafricainenvrac/ubuntu bionic main

/etc/apt/sources.list.d/system76-ubuntu-pop-bionic.list

     1	# deb http://ppa.launchpad.net/system76/pop/ubuntu bionic main
     2	# deb-src http://ppa.launchpad.net/system76/pop/ubuntu bionic main

/etc/apt/sources.list.d/flexiondotorg-ubuntu-hal-flash-bionic.list

     1	# deb http://ppa.launchpad.net/flexiondotorg/hal-flash/ubuntu focal main # désactivé pour la mise à niveau vers focal
     2	# deb-src http://ppa.launchpad.net/flexiondotorg/hal-flash/ubuntu bionic main

/etc/apt/sources.list.d/sane-project-ubuntu-sane-git-groovy.list

     1	deb http://ppa.launchpad.net/sane-project/sane-git/ubuntu/ groovy main
     2	# deb-src http://ppa.launchpad.net/sane-project/sane-git/ubuntu/ groovy main

/etc/apt/sources.list.d/trebelnik-stefina-ubuntu-ubuntu-tweak-bionic.list

     1	# deb http://ppa.launchpad.net/trebelnik-stefina/ubuntu-tweak/ubuntu bionic main
     2	# deb-src http://ppa.launchpad.net/trebelnik-stefina/ubuntu-tweak/ubuntu bionic main

/etc/apt/sources.list.d/archive_uri-http_archive_ubuntu_com_ubuntu_-groovy.list

Val.


Windows est le système le plus stable au monde.
Bill GATES (Célèbre humoriste)
-
Ubuntu 21.04 (hirsute) XFCE

Hors ligne

#13 Le 15/04/2021, à 09:10

xubu1957

Re : Message à l’arrêt d'Ubuntu...

Tu as beaucoup de ppa.

Montre aussi d'éventuels paquets cassés :

dpkg -l | grep -v ^ii

Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] 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

En ligne

#14 Le 15/04/2021, à 09:15

Valdo19FR

Re : Message à l’arrêt d'Ubuntu...

Voila :

valdo@val:~$ dpkg -l | grep -v ^ii
Souhait=inconnU/Installé/suppRimé/Purgé/H=à garder
| État=Non/Installé/fichier-Config/dépaqUeté/échec-conFig/H=semi-installé/W=attend-traitement-déclenchements
|/ Err?=(aucune)/besoin Réinstallation (État,Err: majuscule=mauvais)
||/ Nom                                                         Version                                    Architecture Description
+++-===========================================================-==========================================-============-==================================================================================================================================================================================
rc  linux-image-5.8.0-43-generic                                5.8.0-43.49                                amd64        Signed kernel image generic
rc  linux-image-5.8.0-44-generic                                5.8.0-44.50                                amd64        Signed kernel image generic
rc  linux-image-5.8.0-45-generic                                5.8.0-45.51                                amd64        Signed kernel image generic
rc  linux-modules-5.8.0-43-generic                              5.8.0-43.49                                amd64        Linux kernel extra modules for version 5.8.0 on 64 bit x86 SMP
rc  linux-modules-5.8.0-44-generic                              5.8.0-44.50                                amd64        Linux kernel extra modules for version 5.8.0 on 64 bit x86 SMP
rc  linux-modules-5.8.0-45-generic                              5.8.0-45.51                                amd64        Linux kernel extra modules for version 5.8.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.8.0-43-generic                        5.8.0-43.49                                amd64        Linux kernel extra modules for version 5.8.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.8.0-44-generic                        5.8.0-44.50                                amd64        Linux kernel extra modules for version 5.8.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.8.0-45-generic                        5.8.0-45.51                                amd64        Linux kernel extra modules for version 5.8.0 on 64 bit x86 SMP
valdo@val:~$ 

Val.


Windows est le système le plus stable au monde.
Bill GATES (Célèbre humoriste)
-
Ubuntu 21.04 (hirsute) XFCE

Hors ligne

#15 Le 15/04/2021, à 09:29

xubu1957

Re : Message à l’arrêt d'Ubuntu...

Pour nettoyer :

Le 11/02/2017, moko138 a écrit :

Pour supprimer les fichiers de configuration devenus sans objets et marqués "rc", et uniquement ces fichiers, exécute :

dpkg -l | awk '/^rc/{print $2}' | xargs -r sudo dpkg -P

Montre aussi :

echo; lsb_release -d ; echo -e "\nNoyau courant : $(uname -mr)"; echo $XDG_CURRENT_DESKTOP ; echo; ls -lt /usr/share/xsessions | awk '{print $6,$7,$8,$9}'

Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] 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

En ligne

#16 Le 15/04/2021, à 09:38

cqfd93

Re : Message à l’arrêt d'Ubuntu...

Bonjour,

Quel foutoir ces sources, je n'ai jamais vu autant de ppa et en plus y'a de ces vieilleries…

On va mettre un grand coup de balai. Donne les retours complets.

  • Copie tout le bloc qui suit et colle-le en une seule fois dans le terminal (termine avec Entrée) :

    sudo tee /etc/apt/sources.list <<EOF
    
    deb http://fr.archive.ubuntu.com/ubuntu/ groovy main restricted universe multiverse 
    
    deb http://fr.archive.ubuntu.com/ubuntu/ groovy-security main restricted universe multiverse 
    deb http://fr.archive.ubuntu.com/ubuntu/ groovy-updates main restricted universe multiverse 
    deb http://fr.archive.ubuntu.com/ubuntu/ groovy-backports main restricted universe multiverse 
    
    deb http://archive.canonical.com/ubuntu groovy partner
    EOF
  • Copie cette très longue commande avec un triple clic et colle-la avec un clic molette suivi de Entrée :

    sudo rm -v ehoover-ubuntu* numix-ubuntu* danielrichter* inkscape_dev* mikhailnov* papirus* gnumdk* daniruiz* iconnor* isv:ownCloud* gezakovacs* teamviewer* fossfreedom* thierry-f* noobslab* fourdollars* system76* alexlarsson* google-chrome* team-xbmc* oranchelo* wavebox* ancestris* hsoft* n-muench* opera-stable* librecad-* lafricain79* flexiondotorg* trebelnik*
  • Re-donne le contenu des sources :

    find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; nl -ba "$1"' _ '{}' \;
  • Fais les mises à jour :

    sudo apt update
    sudo apt full-upgrade

cqfd93

Hors ligne

#17 Le 15/04/2021, à 09:41

malbo

Re : Message à l’arrêt d'Ubuntu...

Valdo19FR a écrit :
J5012 a écrit :

as-tu toujours les erreurs "... failed to automount /oldroot ..." ?

Oui c'est toujours pareil.

Il y a un rapport de bug sur ce problème : Bug #1920107
Si je comprends bien, il n'y a pas de solution pour le moment

Hors ligne

#18 Le 15/04/2021, à 12:34

Valdo19FR

Re : Message à l’arrêt d'Ubuntu...

xubu1957 a écrit :

Montre aussi :

echo; lsb_release -d ; echo -e "\nNoyau courant : $(uname -mr)"; echo $XDG_CURRENT_DESKTOP ; echo; ls -lt /usr/share/xsessions | awk '{print $6,$7,$8,$9}'

Voila :

valdo@val:~$ echo; lsb_release -d ; echo -e "\nNoyau courant : $(uname -mr)"; echo $XDG_CURRENT_DESKTOP ; echo; ls -lt /usr/share/xsessions | awk '{print $6,$7,$8,$9}'

Description:	Ubuntu 20.10

Noyau courant : 5.8.0-49-generic x86_64
XFCE

sept. 17 2020 ubuntu.desktop
sept. 17 2020 unity.desktop
août 18 2020 mate.desktop
mars 30 2020 xfce.desktop
mai 25 2018 cairo-dock.desktop
valdo@val:~$ 

Val.


Windows est le système le plus stable au monde.
Bill GATES (Célèbre humoriste)
-
Ubuntu 21.04 (hirsute) XFCE

Hors ligne

#19 Le 15/04/2021, à 13:03

xubu1957

Re : Message à l’arrêt d'Ubuntu...

Pour les mélanges d'environnements, c'est Coeur Noir qui pourrait donner son avis.

J'avais lu :

Le 15/04/2021, Coeur Noir a écrit :

On peut avoir plusieurs environnement de bureau dans une seule Ubuntu mais à condition de prendre certaines précautions, d'où cette question précédemment :
as-tu utilisé ces divers environnements depuis une seule et même session utilisateur ? Le truc à pas faire, justement.

> /viewtopic.php?pid=22441603#p22441603

_ _ _

Voir le tutoriel en cours de révision Comment faire cohabiter plusieurs gestionnaires de bureau

La cohabitation sous Ubuntu de plusieurs environnements de bureau n'est pas si évidente et s'adresse aux utilisateurs aguerris.

Dernière modification par xubu1957 (Le 15/04/2021, à 13:39)


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] 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

En ligne

#20 Le 15/04/2021, à 13:10

Valdo19FR

Re : Message à l’arrêt d'Ubuntu...

cqfd93 a écrit :

Donne les retours complets.
Copie tout le bloc qui suit et colle-le en une seule fois dans le terminal (termine avec Entrée) :

Voila :

valdo@val:~$ sudo tee /etc/apt/sources.list <<EOF
> 
> deb http://fr.archive.ubuntu.com/ubuntu/ groovy main restricted universe multiverse 
> 
> deb http://fr.archive.ubuntu.com/ubuntu/ groovy-security main restricted universe multiverse 
> deb http://fr.archive.ubuntu.com/ubuntu/ groovy-updates main restricted universe multiverse 
> deb http://fr.archive.ubuntu.com/ubuntu/ groovy-backports main restricted universe multiverse 
> 
> deb http://archive.canonical.com/ubuntu groovy partner
> EOF
[sudo] Mot de passe de valdo : 

deb http://fr.archive.ubuntu.com/ubuntu/ groovy main restricted universe multiverse 
deb http://fr.archive.ubuntu.com/ubuntu/ groovy-security main restricted universe multiverse 
deb http://fr.archive.ubuntu.com/ubuntu/ groovy-updates main restricted universe multiverse 
deb http://fr.archive.ubuntu.com/ubuntu/ groovy-backports main restricted universe multiverse 
deb http://archive.canonical.com/ubuntu groovy partner
valdo@val:~$ 

Copie cette très longue commande avec un triple clic et colle-la avec un clic molette suivi de Entrée :

Voila :

valdo@val:~$ sudo rm -v ehoover-ubuntu* numix-ubuntu* danielrichter* inkscape_dev* mikhailnov* papirus* gnumdk* daniruiz* iconnor* isv:ownCloud* gezakovacs* teamviewer* fossfreedom* thierry-f* noobslab* fourdollars* system76* alexlarsson* google-chrome* team-xbmc* oranchelo* wavebox* ancestris* hsoft* n-muench* opera-stable* librecad-* lafricain79* flexiondotorg* trebelnik*
rm: impossible de supprimer 'ehoover-ubuntu*': Aucun fichier ou dossier de ce type
rm: impossible de supprimer 'numix-ubuntu*': Aucun fichier ou dossier de ce type
rm: impossible de supprimer 'danielrichter*': Aucun fichier ou dossier de ce type
rm: impossible de supprimer 'inkscape_dev*': Aucun fichier ou dossier de ce type
rm: impossible de supprimer 'mikhailnov*': Aucun fichier ou dossier de ce type
rm: impossible de supprimer 'papirus*': Aucun fichier ou dossier de ce type
rm: impossible de supprimer 'gnumdk*': Aucun fichier ou dossier de ce type
rm: impossible de supprimer 'daniruiz*': Aucun fichier ou dossier de ce type
rm: impossible de supprimer 'iconnor*': Aucun fichier ou dossier de ce type
rm: impossible de supprimer 'isv:ownCloud*': Aucun fichier ou dossier de ce type
rm: impossible de supprimer 'gezakovacs*': Aucun fichier ou dossier de ce type
rm: impossible de supprimer 'teamviewer*': Aucun fichier ou dossier de ce type
rm: impossible de supprimer 'fossfreedom*': Aucun fichier ou dossier de ce type
rm: impossible de supprimer 'thierry-f*': Aucun fichier ou dossier de ce type
rm: impossible de supprimer 'noobslab*': Aucun fichier ou dossier de ce type
rm: impossible de supprimer 'fourdollars*': Aucun fichier ou dossier de ce type
rm: impossible de supprimer 'system76*': Aucun fichier ou dossier de ce type
rm: impossible de supprimer 'alexlarsson*': Aucun fichier ou dossier de ce type
rm: impossible de supprimer 'google-chrome*': Aucun fichier ou dossier de ce type
rm: impossible de supprimer 'team-xbmc*': Aucun fichier ou dossier de ce type
rm: impossible de supprimer 'oranchelo*': Aucun fichier ou dossier de ce type
rm: impossible de supprimer 'wavebox*': Aucun fichier ou dossier de ce type
rm: impossible de supprimer 'ancestris*': Aucun fichier ou dossier de ce type
rm: impossible de supprimer 'hsoft*': Aucun fichier ou dossier de ce type
rm: impossible de supprimer 'n-muench*': Aucun fichier ou dossier de ce type
rm: impossible de supprimer 'opera-stable*': Aucun fichier ou dossier de ce type
rm: impossible de supprimer 'librecad-*': Aucun fichier ou dossier de ce type
rm: impossible de supprimer 'lafricain79*': Aucun fichier ou dossier de ce type
rm: impossible de supprimer 'flexiondotorg*': Aucun fichier ou dossier de ce type
rm: impossible de supprimer 'trebelnik*': Aucun fichier ou dossier de ce type

Re-donne le contenu des sources :

Voila :

valdo@val:~$ find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; nl -ba "$1"' _ '{}' \;

/etc/apt/sources.list

     1	
     2	deb http://fr.archive.ubuntu.com/ubuntu/ groovy main restricted universe multiverse 
     3	
     4	deb http://fr.archive.ubuntu.com/ubuntu/ groovy-security main restricted universe multiverse 
     5	deb http://fr.archive.ubuntu.com/ubuntu/ groovy-updates main restricted universe multiverse 
     6	deb http://fr.archive.ubuntu.com/ubuntu/ groovy-backports main restricted universe multiverse 
     7	
     8	deb http://archive.canonical.com/ubuntu groovy partner

/etc/apt/sources.list.d/ehoover-ubuntu-compholio-bionic.list

     1	# deb http://ppa.launchpad.net/ehoover/compholio/ubuntu bionic main
     2	# deb-src http://ppa.launchpad.net/ehoover/compholio/ubuntu bionic main

/etc/apt/sources.list.d/numix-ubuntu-ppa-bionic.list

     1	# deb http://ppa.launchpad.net/numix/ppa/ubuntu bionic main
     2	# deb-src http://ppa.launchpad.net/numix/ppa/ubuntu bionic main

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

     1	# deb http://ppa.launchpad.net/danielrichter2007/grub-customizer/ubuntu focal main # désactivé pour la mise à niveau vers focal
     2	# deb-src http://ppa.launchpad.net/danielrichter2007/grub-customizer/ubuntu bionic main

/etc/apt/sources.list.d/inkscape_dev-ubuntu-stable-bionic.list

     1	# deb http://ppa.launchpad.net/inkscape.dev/stable/ubuntu groovy main # désactivé pour la mise à niveau vers focal désactivé pour la mise à niveau vers groovy
     2	# deb-src http://ppa.launchpad.net/inkscape.dev/stable/ubuntu bionic main

/etc/apt/sources.list.d/mikhailnov-ubuntu-pulseeffects-bionic.list

     1	# deb http://ppa.launchpad.net/mikhailnov/pulseeffects/ubuntu groovy main # désactivé pour la mise à niveau vers focal désactivé pour la mise à niveau vers groovy
     2	# deb-src http://ppa.launchpad.net/mikhailnov/pulseeffects/ubuntu bionic main

/etc/apt/sources.list.d/papirus-ubuntu-papirus-bionic.list

     1	# deb http://ppa.launchpad.net/papirus/papirus/ubuntu groovy main # désactivé pour la mise à niveau vers focal désactivé pour la mise à niveau vers groovy
     2	# deb-src http://ppa.launchpad.net/papirus/papirus/ubuntu bionic main

/etc/apt/sources.list.d/gnumdk-ubuntu-lollypop-bionic.list

     1	# deb http://ppa.launchpad.net/gnumdk/lollypop/ubuntu groovy main # désactivé pour la mise à niveau vers focal désactivé pour la mise à niveau vers groovy
     2	# deb-src http://ppa.launchpad.net/gnumdk/lollypop/ubuntu bionic main

/etc/apt/sources.list.d/intel-graphics.list

     1	deb https://download.01.org/gfx/ubuntu/12.04/main Ubuntu 12.04

/etc/apt/sources.list.d/daniruiz-ubuntu-flat-remix-bionic.list

     1	# deb http://ppa.launchpad.net/daniruiz/flat-remix/ubuntu bionic main
     2	# deb-src http://ppa.launchpad.net/daniruiz/flat-remix/ubuntu bionic main

/etc/apt/sources.list.d/iconnor-ubuntu-zoneminder-bionic.list

     1	# deb http://ppa.launchpad.net/iconnor/zoneminder/ubuntu bionic main
     2	# deb-src http://ppa.launchpad.net/iconnor/zoneminder/ubuntu bionic main

/etc/apt/sources.list.d/isv:ownCloud:desktop.list

     1	# deb http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Ubuntu_18.10/ /

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

     1	# deb http://ppa.launchpad.net/gezakovacs/ppa/ubuntu groovy main # désactivé pour la mise à niveau vers focal désactivé pour la mise à niveau vers groovy
     2	# deb-src http://ppa.launchpad.net/gezakovacs/ppa/ubuntu bionic main

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

     1	###   TeamViewer DEB repository list
     2	
     3	### NOTE: Manual changes to this file
     4	###        - prevent it from being updated by TeamViewer package updates
     5	###        - will be lost after using the 'teamviewer repo' command
     6	###       The original file can be restored with this command:
     7	###       cp /opt/teamviewer/tv_bin/script/teamviewer.list /etc/apt/sources.list.d/teamviewer.list
     8	###       which has the same effect as 'teamviewer repo default'
     9	
    10	### NOTE: It is preferred to use the following commands to edit this file:
    11	###       teamviewer repo                - show current repository configuration
    12	###       teamviewer repo default        - restore default configuration
    13	###       teamviewer repo disable        - disable the repository
    14	###       teamviewer repo stable         - make all regular TeamViewer packages available (default)
    15	###       teamviewer repo preview        - additionally, make feature preview packages available
    16	###       teamviewer repo development    - additionally, make the latest development packages available
    17	
    18	
    19	# deb https://linux.teamviewer.com/deb stable main # désactivé pour la mise à niveau vers groovy
    20	
    21	# deb https://linux.teamviewer.com/deb preview main
    22	# deb https://linux.teamviewer.com/deb development main

/etc/apt/sources.list.d/fossfreedom-ubuntu-rhythmbox-plugins-bionic.list

     1	# deb http://ppa.launchpad.net/fossfreedom/rhythmbox-plugins/ubuntu groovy main # désactivé pour la mise à niveau vers focal désactivé pour la mise à niveau vers groovy
     2	# deb-src http://ppa.launchpad.net/fossfreedom/rhythmbox-plugins/ubuntu bionic main
     3	# deb-src http://ppa.launchpad.net/fossfreedom/rhythmbox-plugins/ubuntu bionic main
     4	# deb-src http://ppa.launchpad.net/fossfreedom/rhythmbox-plugins/ubuntu bionic main
     5	# deb-src http://ppa.launchpad.net/fossfreedom/rhythmbox-plugins/ubuntu bionic main

/etc/apt/sources.list.d/home:colomboem.list

     1	deb http://download.opensuse.org/repositories/home:/colomboem/xUbuntu_16.04/ /

/etc/apt/sources.list.d/thierry-f-ubuntu-fork-michael-gruz-focal.list

     1	# deb http://ppa.launchpad.net/thierry-f/fork-michael-gruz/ubuntu groovy main # désactivé pour la mise à niveau vers groovy
     2	# deb-src http://ppa.launchpad.net/thierry-f/fork-michael-gruz/ubuntu focal main

/etc/apt/sources.list.d/noobslab-ubuntu-icons-bionic.list

     1	# deb http://ppa.launchpad.net/noobslab/icons/ubuntu bionic main
     2	# deb-src http://ppa.launchpad.net/noobslab/icons/ubuntu bionic main

/etc/apt/sources.list.d/langdalepl-ubuntu-gvfs-mtp-groovy.list

     1	deb http://ppa.launchpad.net/langdalepl/gvfs-mtp/ubuntu quantal main # Brancher son Android4
     2	# deb-src http://ppa.launchpad.net/langdalepl/gvfs-mtp/ubuntu quantal main # Brancher son Android4

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

     1	deb https://mega.nz/linux/MEGAsync/xUbuntu_20.10/ ./

/etc/apt/sources.list.d/fourdollars-ubuntu-iscan-bionic.list

     1	# deb http://ppa.launchpad.net/fourdollars/iscan/ubuntu bionic main
     2	# deb-src http://ppa.launchpad.net/fourdollars/iscan/ubuntu bionic main

/etc/apt/sources.list.d/system76-ubuntu-pop-focal.list

     1	# deb http://ppa.launchpad.net/system76/pop/ubuntu focal main
     2	# deb-src http://ppa.launchpad.net/system76/pop/ubuntu focal main

/etc/apt/sources.list.d/alexlarsson-ubuntu-flatpak-bionic.list

     1	# deb http://ppa.launchpad.net/alexlarsson/flatpak/ubuntu groovy main # désactivé pour la mise à niveau vers focal désactivé pour la mise à niveau vers groovy
     2	# deb-src http://ppa.launchpad.net/alexlarsson/flatpak/ubuntu bionic main

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

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

/etc/apt/sources.list.d/team-xbmc-ubuntu-ppa-bionic.list

     1	# deb-src http://ppa.launchpad.net/team-xbmc/ppa/ubuntu bionic main
     2	# deb-src http://ppa.launchpad.net/team-xbmc/ppa/ubuntu bionic main

/etc/apt/sources.list.d/oranchelo-ubuntu-oranchelo-icon-theme-bionic.list

     1	# deb http://ppa.launchpad.net/oranchelo/oranchelo-icon-theme/ubuntu bionic main
     2	# deb-src http://ppa.launchpad.net/oranchelo/oranchelo-icon-theme/ubuntu bionic main

/etc/apt/sources.list.d/wavebox-stable.list

     1	# deb [arch=amd64] https://download.wavebox.app/stable/linux/deb/ amd64/

/etc/apt/sources.list.d/graphics-drivers-ubuntu-ppa-groovy.list

     1	deb http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu/ groovy main
     2	# deb-src http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu/ groovy main

/etc/apt/sources.list.d/iconnor-ubuntu-zoneminder-1_32-bionic.list

     1	# deb http://ppa.launchpad.net/iconnor/zoneminder-1.32/ubuntu bionic main
     2	# deb-src http://ppa.launchpad.net/iconnor/zoneminder-1.32/ubuntu bionic main

/etc/apt/sources.list.d/ancestris-ubuntu-ancestris-9-0-bionic.list

     1	# deb http://ppa.launchpad.net/ancestris/ancestris-9-0/ubuntu bionic main
     2	# deb-src http://ppa.launchpad.net/ancestris/ancestris-9-0/ubuntu bionic main

/etc/apt/sources.list.d/hsoft-ubuntu-ppa-bionic.list

     1	# deb http://ppa.launchpad.net/hsoft/ppa/ubuntu bionic main
     2	# deb-src http://ppa.launchpad.net/hsoft/ppa/ubuntu bionic main

/etc/apt/sources.list.d/n-muench-ubuntu-burg-bionic.list

     1	# deb http://ppa.launchpad.net/n-muench/burg/ubuntu bionic main
     2	# deb-src http://ppa.launchpad.net/n-muench/burg/ubuntu bionic main
     3	# deb-src http://ppa.launchpad.net/n-muench/burg/ubuntu bionic main

/etc/apt/sources.list.d/opera-stable.list

     1	# This file makes sure that Opera Browser is kept up-to-date
     2	# as part of regular system upgrades
     3	
     4	# deb https://deb.opera.com/opera-stable/ stable non-free #Opera Browser (final releases) désactivé pour la mise à niveau vers focal désactivé pour la mise à niveau vers groovy

/etc/apt/sources.list.d/librecad-dev-ubuntu-librecad-stable-bionic.list

     1	# deb http://ppa.launchpad.net/librecad-dev/librecad-stable/ubuntu bionic main
     2	# deb-src http://ppa.launchpad.net/librecad-dev/librecad-stable/ubuntu bionic main

/etc/apt/sources.list.d/noobslab-ubuntu-icons2-bionic.list

     1	# deb http://ppa.launchpad.net/noobslab/icons2/ubuntu bionic main
     2	# deb-src http://ppa.launchpad.net/noobslab/icons2/ubuntu bionic main
     3	# deb-src http://ppa.launchpad.net/noobslab/icons2/ubuntu bionic main

/etc/apt/sources.list.d/lafricain79-ubuntu-lafricainenvrac-bionic.list

     1	# deb http://ppa.launchpad.net/lafricain79/lafricainenvrac/ubuntu groovy main # désactivé pour la mise à niveau vers focal désactivé pour la mise à niveau vers groovy
     2	# deb-src http://ppa.launchpad.net/lafricain79/lafricainenvrac/ubuntu bionic main

/etc/apt/sources.list.d/system76-ubuntu-pop-bionic.list

     1	# deb http://ppa.launchpad.net/system76/pop/ubuntu bionic main
     2	# deb-src http://ppa.launchpad.net/system76/pop/ubuntu bionic main

/etc/apt/sources.list.d/flexiondotorg-ubuntu-hal-flash-bionic.list

     1	# deb http://ppa.launchpad.net/flexiondotorg/hal-flash/ubuntu focal main # désactivé pour la mise à niveau vers focal
     2	# deb-src http://ppa.launchpad.net/flexiondotorg/hal-flash/ubuntu bionic main

/etc/apt/sources.list.d/sane-project-ubuntu-sane-git-groovy.list

     1	deb http://ppa.launchpad.net/sane-project/sane-git/ubuntu/ groovy main
     2	# deb-src http://ppa.launchpad.net/sane-project/sane-git/ubuntu/ groovy main

/etc/apt/sources.list.d/trebelnik-stefina-ubuntu-ubuntu-tweak-bionic.list

     1	# deb http://ppa.launchpad.net/trebelnik-stefina/ubuntu-tweak/ubuntu bionic main
     2	# deb-src http://ppa.launchpad.net/trebelnik-stefina/ubuntu-tweak/ubuntu bionic main

/etc/apt/sources.list.d/archive_uri-http_archive_ubuntu_com_ubuntu_-groovy.list

valdo@val:~$ 

Fais les mises à jour :

Voila :

valdo@val:~$ sudo apt update
Atteint :1 http://fr.archive.ubuntu.com/ubuntu groovy InRelease
Réception de :2 http://archive.canonical.com/ubuntu groovy InRelease [11,4 kB]                                                           
Atteint :3 http://fr.archive.ubuntu.com/ubuntu groovy-security InRelease                                                                 
Atteint :4 http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu groovy InRelease                                                         
Atteint :5 http://fr.archive.ubuntu.com/ubuntu groovy-updates InRelease                                       
Ign :6 http://download.opensuse.org/repositories/home:/colomboem/xUbuntu_16.04  InRelease                                             
Réception de :7 http://fr.archive.ubuntu.com/ubuntu groovy-backports InRelease [101 kB]                                               
Ign :8 http://ppa.launchpad.net/langdalepl/gvfs-mtp/ubuntu quantal InRelease                                                             
Réception de :9 http://download.opensuse.org/repositories/home:/colomboem/xUbuntu_16.04  Release [995 B]                                 
Réception de :10 http://download.opensuse.org/repositories/home:/colomboem/xUbuntu_16.04  Release.gpg [189 B]                            
Atteint :11 http://ppa.launchpad.net/sane-project/sane-git/ubuntu groovy InRelease                      
Réception de :12 http://ppa.launchpad.net/langdalepl/gvfs-mtp/ubuntu quantal Release [11,9 kB]
Réception de :13 https://mega.nz/linux/MEGAsync/xUbuntu_20.10 ./ InRelease [2441 B]
Réception de :14 http://ppa.launchpad.net/langdalepl/gvfs-mtp/ubuntu quantal Release.gpg [316 B]
Réception de :15 http://archive.canonical.com/ubuntu groovy/partner amd64 Packages [852 B]
Réception de :16 http://archive.canonical.com/ubuntu groovy/partner Translation-en [384 B]
Réception de :17 https://download.01.org/gfx/ubuntu/12.04/main Ubuntu InRelease [3608 B]
Réception de :18 http://fr.archive.ubuntu.com/ubuntu groovy-backports/main amd64 c-n-f Metadata [112 B]
Réception de :19 http://fr.archive.ubuntu.com/ubuntu groovy-backports/restricted amd64 c-n-f Metadata [116 B]
Réception de :20 http://fr.archive.ubuntu.com/ubuntu groovy-backports/universe amd64 Packages [3924 B]
Réception de :21 http://fr.archive.ubuntu.com/ubuntu groovy-backports/universe i386 Packages [2832 B]
Réception de :22 http://fr.archive.ubuntu.com/ubuntu groovy-backports/universe Translation-en [1324 B]
Réception de :23 http://fr.archive.ubuntu.com/ubuntu groovy-backports/universe amd64 DEP-11 Metadata [600 B]
Réception de :24 http://fr.archive.ubuntu.com/ubuntu groovy-backports/universe DEP-11 48x48 Icons [29 B]
Réception de :25 http://fr.archive.ubuntu.com/ubuntu groovy-backports/universe DEP-11 64x64 Icons [29 B]
Réception de :26 http://fr.archive.ubuntu.com/ubuntu groovy-backports/universe DEP-11 64x64@2 Icons [29 B]
Réception de :27 http://fr.archive.ubuntu.com/ubuntu groovy-backports/universe DEP-11 128x128 Icons [29 B]
Réception de :28 http://fr.archive.ubuntu.com/ubuntu groovy-backports/universe amd64 c-n-f Metadata [188 B]
Réception de :29 http://fr.archive.ubuntu.com/ubuntu groovy-backports/multiverse amd64 c-n-f Metadata [116 B]
Ign :10 http://download.opensuse.org/repositories/home:/colomboem/xUbuntu_16.04  Release.gpg
Ign :14 http://ppa.launchpad.net/langdalepl/gvfs-mtp/ubuntu quantal Release.gpg
Err :17 https://download.01.org/gfx/ubuntu/12.04/main Ubuntu InRelease
  Les signatures suivantes ne sont pas valables : EXPKEYSIG A902DDA375E52366 Rodrigo Vivi (Intel Linux Graphics) <rodrigo.vivi@intel.com> 92C8C18F0029C3F4F1CD2A06A902DDA375E52366
Lecture des listes de paquets... Fait
W: Erreur de GPG : http://download.opensuse.org/repositories/home:/colomboem/xUbuntu_16.04  Release : Les signatures suivantes ne sont pas valables : EXPKEYSIG E3757B8E0D988D6E home:colomboem OBS Project <home:colomboem@build.opensuse.org> 1A2E38D61775C3963A039A87E3757B8E0D988D6E
E: Le dépôt http://download.opensuse.org/repositories/home:/colomboem/xUbuntu_16.04  Release n'est pas signé.
N: Les mises à jour depuis un tel dépôt ne peuvent s'effectuer de manière sécurisée, et sont donc désactivées par défaut.
N: Voir les pages de manuel d'apt-secure(8) pour la création des dépôts et les détails de configuration d'un utilisateur.
W: Erreur de GPG : http://ppa.launchpad.net/langdalepl/gvfs-mtp/ubuntu quantal Release : Les signatures suivantes ne sont pas valables : 28FBACF15055C2237E510D43B998019EC07BBEC4
E: Le dépôt http://ppa.launchpad.net/langdalepl/gvfs-mtp/ubuntu quantal Release n'est pas signé.
N: Les mises à jour depuis un tel dépôt ne peuvent s'effectuer de manière sécurisée, et sont donc désactivées par défaut.
N: Voir les pages de manuel d'apt-secure(8) pour la création des dépôts et les détails de configuration d'un utilisateur.
W: Erreur de GPG : https://download.01.org/gfx/ubuntu/12.04/main Ubuntu InRelease : Les signatures suivantes ne sont pas valables : EXPKEYSIG A902DDA375E52366 Rodrigo Vivi (Intel Linux Graphics) <rodrigo.vivi@intel.com> 92C8C18F0029C3F4F1CD2A06A902DDA375E52366
E: Le dépôt https://download.01.org/gfx/ubuntu/12.04/main Ubuntu InRelease n'est pas signé.
N: Les mises à jour depuis un tel dépôt ne peuvent s'effectuer de manière sécurisée, et sont donc désactivées par défaut.
N: Voir les pages de manuel d'apt-secure(8) pour la création des dépôts et les détails de configuration d'un utilisateur.
valdo@val:~$ sudo apt full-upgrade
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
Calcul de la mise à jour... Fait
Les paquets suivants seront mis à jour :
  grub-common grub-pc grub-pc-bin grub2-common
4 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.
Il est nécessaire de prendre 3559 ko dans les archives.
Après cette opération, 0 o d'espace disque supplémentaires seront utilisés.
Souhaitez-vous continuer ? [O/n] 
Réception de :1 http://fr.archive.ubuntu.com/ubuntu groovy-updates/main amd64 grub-pc amd64 2.04-1ubuntu35.6 [125 kB]
Réception de :2 http://fr.archive.ubuntu.com/ubuntu groovy-updates/main amd64 grub2-common amd64 2.04-1ubuntu35.6 [591 kB]
Réception de :3 http://fr.archive.ubuntu.com/ubuntu groovy-updates/main amd64 grub-pc-bin amd64 2.04-1ubuntu35.6 [971 kB]
Réception de :4 http://fr.archive.ubuntu.com/ubuntu groovy-updates/main amd64 grub-common amd64 2.04-1ubuntu35.6 [1873 kB]
3559 ko réceptionnés en 0s (18,6 Mo/s)  
Préconfiguration des paquets...
(Lecture de la base de données... 644240 fichiers et répertoires déjà installés.)
Préparation du dépaquetage de .../grub-pc_2.04-1ubuntu35.6_amd64.deb ...
Dépaquetage de grub-pc (2.04-1ubuntu35.6) sur (2.04-1ubuntu35.4) ...
Préparation du dépaquetage de .../grub2-common_2.04-1ubuntu35.6_amd64.deb ...
Dépaquetage de grub2-common (2.04-1ubuntu35.6) sur (2.04-1ubuntu35.4) ...
Préparation du dépaquetage de .../grub-pc-bin_2.04-1ubuntu35.6_amd64.deb ...
Dépaquetage de grub-pc-bin (2.04-1ubuntu35.6) sur (2.04-1ubuntu35.4) ...
Préparation du dépaquetage de .../grub-common_2.04-1ubuntu35.6_amd64.deb ...
Dépaquetage de grub-common (2.04-1ubuntu35.6) sur (2.04-1ubuntu35.4) ...
Paramétrage de grub-common (2.04-1ubuntu35.6) ...
update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
Paramétrage de grub2-common (2.04-1ubuntu35.6) ...
Paramétrage de grub-pc-bin (2.04-1ubuntu35.6) ...
Paramétrage de grub-pc (2.04-1ubuntu35.6) ...
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Création du fichier de configuration GRUB…
using custom appearance settings
Found background image: /lib/plymouth/themes/AzenisBuntu/background.png
Image Linux trouvée : /boot/vmlinuz-5.8.0-49-generic
Image mémoire initiale trouvée : /boot/initrd.img-5.8.0-49-generic
Image Linux trouvée : /boot/vmlinuz-5.8.0-48-generic
Image mémoire initiale trouvée : /boot/initrd.img-5.8.0-48-generic
Windows 10 trouvé sur /dev/sdc1
Image Linux trouvée : /boot/vmlinuz-5.8.0-49-generic
Image mémoire initiale trouvée : /boot/initrd.img-5.8.0-49-generic
Image Linux trouvée : /boot/vmlinuz-5.8.0-48-generic
Image mémoire initiale trouvée : /boot/initrd.img-5.8.0-48-generic
Windows 10 trouvé sur /dev/sdc1
fait
Traitement des actions différées (« triggers ») pour systemd (246.6-1ubuntu1.3) ...
Traitement des actions différées (« triggers ») pour man-db (2.9.3-2) ...
Traitement des actions différées (« triggers ») pour ureadahead (0.100.0-21) ...
Traitement des actions différées (« triggers ») pour install-info (6.7.0.dfsg.2-5) ...
install-info: warning: no info dir entry in `/usr/share/info/automake-history.info.gz'
valdo@val:~$ 

Val.


Windows est le système le plus stable au monde.
Bill GATES (Célèbre humoriste)
-
Ubuntu 21.04 (hirsute) XFCE

Hors ligne

#21 Le 15/04/2021, à 13:15

cqfd93

Re : Message à l’arrêt d'Ubuntu...

Ah m***, j'ai oublié une commande importante avant la suppression des ppa, désolée. Donc à recommencer :

cd /etc/apt/sources.list.d

et ensuite :

sudo rm -v ehoover-ubuntu* numix-ubuntu* danielrichter* inkscape_dev* mikhailnov* papirus* gnumdk* daniruiz* iconnor* isv:ownCloud* gezakovacs* teamviewer* fossfreedom* thierry-f* noobslab* fourdollars* system76* alexlarsson* google-chrome* team-xbmc* oranchelo* wavebox* ancestris* hsoft* n-muench* opera-stable* librecad-* lafricain79* flexiondotorg* trebelnik*
find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; nl -ba "$1"' _ '{}' \;
sudo apt update
sudo apt full-upgrade

cqfd93

Hors ligne

#22 Le 15/04/2021, à 13:20

Valdo19FR

Re : Message à l’arrêt d'Ubuntu...

cqfd93 a écrit :

Ah m***, j'ai oublié une commande importante avant la suppression des ppa, désolée. Donc à recommencer :

cd /etc/apt/sources.list.d

et ensuite :

sudo rm -v ehoover-ubuntu* numix-ubuntu* danielrichter* inkscape_dev* mikhailnov* papirus* gnumdk* daniruiz* iconnor* isv:ownCloud* gezakovacs* teamviewer* fossfreedom* thierry-f* noobslab* fourdollars* system76* alexlarsson* google-chrome* team-xbmc* oranchelo* wavebox* ancestris* hsoft* n-muench* opera-stable* librecad-* lafricain79* flexiondotorg* trebelnik*
find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; nl -ba "$1"' _ '{}' \;
sudo apt update
sudo apt full-upgrade

Y a pas de mal, voila :

valdo@val:~$ cd /etc/apt/sources.list.d
valdo@val:/etc/apt/sources.list.d$ sudo rm -v ehoover-ubuntu* numix-ubuntu* danielrichter* inkscape_dev* mikhailnov* papirus* gnumdk* daniruiz* iconnor* isv:ownCloud* gezakovacs* teamviewer* fossfreedom* thierry-f* noobslab* fourdollars* system76* alexlarsson* google-chrome* team-xbmc* oranchelo* wavebox* ancestris* hsoft* n-muench* opera-stable* librecad-* lafricain79* flexiondotorg* trebelnik*
[sudo] Mot de passe de valdo : 
'ehoover-ubuntu-compholio-bionic.list' supprimé
'ehoover-ubuntu-compholio-bionic.list.distUpgrade' supprimé
'ehoover-ubuntu-compholio-bionic.list.save' supprimé
'numix-ubuntu-ppa-bionic.list' supprimé
'numix-ubuntu-ppa-bionic.list.distUpgrade' supprimé
'numix-ubuntu-ppa-bionic.list.save' supprimé
'danielrichter2007-ubuntu-grub-customizer-bionic.list' supprimé
'danielrichter2007-ubuntu-grub-customizer-bionic.list.distUpgrade' supprimé
'danielrichter2007-ubuntu-grub-customizer-bionic.list.save' supprimé
'inkscape_dev-ubuntu-stable-bionic.list' supprimé
'inkscape_dev-ubuntu-stable-bionic.list.distUpgrade' supprimé
'inkscape_dev-ubuntu-stable-bionic.list.save' supprimé
'mikhailnov-ubuntu-pulseeffects-bionic.list' supprimé
'mikhailnov-ubuntu-pulseeffects-bionic.list.distUpgrade' supprimé
'mikhailnov-ubuntu-pulseeffects-bionic.list.save' supprimé
'papirus-ubuntu-papirus-bionic.list' supprimé
'papirus-ubuntu-papirus-bionic.list.distUpgrade' supprimé
'papirus-ubuntu-papirus-bionic.list.save' supprimé
'gnumdk-ubuntu-lollypop-bionic.list' supprimé
'gnumdk-ubuntu-lollypop-bionic.list.distUpgrade' supprimé
'gnumdk-ubuntu-lollypop-bionic.list.save' supprimé
'daniruiz-ubuntu-flat-remix-bionic.list' supprimé
'daniruiz-ubuntu-flat-remix-bionic.list.distUpgrade' supprimé
'daniruiz-ubuntu-flat-remix-bionic.list.save' supprimé
'iconnor-ubuntu-zoneminder-1_32-bionic.list' supprimé
'iconnor-ubuntu-zoneminder-1_32-bionic.list.distUpgrade' supprimé
'iconnor-ubuntu-zoneminder-1_32-bionic.list.save' supprimé
'iconnor-ubuntu-zoneminder-bionic.list' supprimé
'iconnor-ubuntu-zoneminder-bionic.list.distUpgrade' supprimé
'iconnor-ubuntu-zoneminder-bionic.list.save' supprimé
'isv:ownCloud:desktop.list' supprimé
'isv:ownCloud:desktop.list.distUpgrade' supprimé
'isv:ownCloud:desktop.list.save' supprimé
'gezakovacs-ubuntu-ppa-bionic.list' supprimé
'gezakovacs-ubuntu-ppa-bionic.list.distUpgrade' supprimé
'gezakovacs-ubuntu-ppa-bionic.list.save' supprimé
'teamviewer.list' supprimé
'teamviewer.list.distUpgrade' supprimé
'teamviewer.list.dpkg-old' supprimé
'teamviewer.list.save' supprimé
'fossfreedom-ubuntu-rhythmbox-plugins-bionic.list' supprimé
'fossfreedom-ubuntu-rhythmbox-plugins-bionic.list.distUpgrade' supprimé
'fossfreedom-ubuntu-rhythmbox-plugins-bionic.list.save' supprimé
'thierry-f-ubuntu-fork-michael-gruz-focal.list' supprimé
'thierry-f-ubuntu-fork-michael-gruz-focal.list.distUpgrade' supprimé
'thierry-f-ubuntu-fork-michael-gruz-focal.list.save' supprimé
'noobslab-ubuntu-icons2-bionic.list' supprimé
'noobslab-ubuntu-icons2-bionic.list.distUpgrade' supprimé
'noobslab-ubuntu-icons2-bionic.list.save' supprimé
'noobslab-ubuntu-icons-bionic.list' supprimé
'noobslab-ubuntu-icons-bionic.list.distUpgrade' supprimé
'noobslab-ubuntu-icons-bionic.list.save' supprimé
'fourdollars-ubuntu-iscan-bionic.list' supprimé
'fourdollars-ubuntu-iscan-bionic.list.distUpgrade' supprimé
'fourdollars-ubuntu-iscan-bionic.list.save' supprimé
'system76-ubuntu-pop-bionic.list' supprimé
'system76-ubuntu-pop-bionic.list.distUpgrade' supprimé
'system76-ubuntu-pop-bionic.list.save' supprimé
'system76-ubuntu-pop-focal.list' supprimé
'system76-ubuntu-pop-focal.list.distUpgrade' supprimé
'system76-ubuntu-pop-focal.list.save' supprimé
'alexlarsson-ubuntu-flatpak-bionic.list' supprimé
'alexlarsson-ubuntu-flatpak-bionic.list.distUpgrade' supprimé
'alexlarsson-ubuntu-flatpak-bionic.list.save' supprimé
'google-chrome.list' supprimé
'google-chrome.list.distUpgrade' supprimé
'google-chrome.list.save' supprimé
'team-xbmc-ubuntu-ppa-bionic.list' supprimé
'team-xbmc-ubuntu-ppa-bionic.list.distUpgrade' supprimé
'team-xbmc-ubuntu-ppa-bionic.list.save' supprimé
'oranchelo-ubuntu-oranchelo-icon-theme-bionic.list' supprimé
'oranchelo-ubuntu-oranchelo-icon-theme-bionic.list.distUpgrade' supprimé
'oranchelo-ubuntu-oranchelo-icon-theme-bionic.list.save' supprimé
'wavebox-stable.list' supprimé
'wavebox-stable.list.distUpgrade' supprimé
'wavebox-stable.list.save' supprimé
'ancestris-ubuntu-ancestris-9-0-bionic.list' supprimé
'ancestris-ubuntu-ancestris-9-0-bionic.list.distUpgrade' supprimé
'ancestris-ubuntu-ancestris-9-0-bionic.list.save' supprimé
'hsoft-ubuntu-ppa-bionic.list' supprimé
'hsoft-ubuntu-ppa-bionic.list.distUpgrade' supprimé
'hsoft-ubuntu-ppa-bionic.list.save' supprimé
'n-muench-ubuntu-burg-bionic.list' supprimé
'n-muench-ubuntu-burg-bionic.list.distUpgrade' supprimé
'n-muench-ubuntu-burg-bionic.list.save' supprimé
'opera-stable.list' supprimé
'opera-stable.list.distUpgrade' supprimé
'opera-stable.list.save' supprimé
'librecad-dev-ubuntu-librecad-stable-bionic.list' supprimé
'librecad-dev-ubuntu-librecad-stable-bionic.list.distUpgrade' supprimé
'librecad-dev-ubuntu-librecad-stable-bionic.list.save' supprimé
'lafricain79-ubuntu-lafricainenvrac-bionic.list' supprimé
'lafricain79-ubuntu-lafricainenvrac-bionic.list.distUpgrade' supprimé
'lafricain79-ubuntu-lafricainenvrac-bionic.list.save' supprimé
'flexiondotorg-ubuntu-hal-flash-bionic.list' supprimé
'flexiondotorg-ubuntu-hal-flash-bionic.list.distUpgrade' supprimé
'flexiondotorg-ubuntu-hal-flash-bionic.list.save' supprimé
'trebelnik-stefina-ubuntu-ubuntu-tweak-bionic.list' supprimé
'trebelnik-stefina-ubuntu-ubuntu-tweak-bionic.list.distUpgrade' supprimé
'trebelnik-stefina-ubuntu-ubuntu-tweak-bionic.list.save' supprimé
valdo@val:/etc/apt/sources.list.d$ find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; nl -ba "$1"' _ '{}' \;

/etc/apt/sources.list

     1	
     2	deb http://fr.archive.ubuntu.com/ubuntu/ groovy main restricted universe multiverse 
     3	
     4	deb http://fr.archive.ubuntu.com/ubuntu/ groovy-security main restricted universe multiverse 
     5	deb http://fr.archive.ubuntu.com/ubuntu/ groovy-updates main restricted universe multiverse 
     6	deb http://fr.archive.ubuntu.com/ubuntu/ groovy-backports main restricted universe multiverse 
     7	
     8	deb http://archive.canonical.com/ubuntu groovy partner

/etc/apt/sources.list.d/intel-graphics.list

     1	deb https://download.01.org/gfx/ubuntu/12.04/main Ubuntu 12.04

/etc/apt/sources.list.d/home:colomboem.list

     1	deb http://download.opensuse.org/repositories/home:/colomboem/xUbuntu_16.04/ /

/etc/apt/sources.list.d/langdalepl-ubuntu-gvfs-mtp-groovy.list

     1	deb http://ppa.launchpad.net/langdalepl/gvfs-mtp/ubuntu quantal main # Brancher son Android4
     2	# deb-src http://ppa.launchpad.net/langdalepl/gvfs-mtp/ubuntu quantal main # Brancher son Android4

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

     1	deb https://mega.nz/linux/MEGAsync/xUbuntu_20.10/ ./

/etc/apt/sources.list.d/graphics-drivers-ubuntu-ppa-groovy.list

     1	deb http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu/ groovy main
     2	# deb-src http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu/ groovy main

/etc/apt/sources.list.d/sane-project-ubuntu-sane-git-groovy.list

     1	deb http://ppa.launchpad.net/sane-project/sane-git/ubuntu/ groovy main
     2	# deb-src http://ppa.launchpad.net/sane-project/sane-git/ubuntu/ groovy main

/etc/apt/sources.list.d/archive_uri-http_archive_ubuntu_com_ubuntu_-groovy.list

valdo@val:/etc/apt/sources.list.d$ sudo apt update
Atteint :1 http://fr.archive.ubuntu.com/ubuntu groovy InRelease
Atteint :2 http://fr.archive.ubuntu.com/ubuntu groovy-security InRelease                                                                 
Atteint :3 http://fr.archive.ubuntu.com/ubuntu groovy-updates InRelease                                                                  
Atteint :4 http://fr.archive.ubuntu.com/ubuntu groovy-backports InRelease                                                                
Atteint :5 http://archive.canonical.com/ubuntu groovy InRelease                                                                          
Atteint :6 http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu groovy InRelease                                                         
Ign :7 http://download.opensuse.org/repositories/home:/colomboem/xUbuntu_16.04  InRelease                                             
Réception de :8 http://download.opensuse.org/repositories/home:/colomboem/xUbuntu_16.04  Release [995 B]                              
Réception de :9 http://download.opensuse.org/repositories/home:/colomboem/xUbuntu_16.04  Release.gpg [189 B]               
Réception de :10 https://mega.nz/linux/MEGAsync/xUbuntu_20.10 ./ InRelease [2441 B]                                           
Ign :11 http://ppa.launchpad.net/langdalepl/gvfs-mtp/ubuntu quantal InRelease                       
Atteint :12 http://ppa.launchpad.net/sane-project/sane-git/ubuntu groovy InRelease
Réception de :13 http://ppa.launchpad.net/langdalepl/gvfs-mtp/ubuntu quantal Release [11,9 kB]
Réception de :14 http://ppa.launchpad.net/langdalepl/gvfs-mtp/ubuntu quantal Release.gpg [316 B]
Ign :9 http://download.opensuse.org/repositories/home:/colomboem/xUbuntu_16.04  Release.gpg
Réception de :15 https://download.01.org/gfx/ubuntu/12.04/main Ubuntu InRelease [3608 B]
Ign :14 http://ppa.launchpad.net/langdalepl/gvfs-mtp/ubuntu quantal Release.gpg
Err :15 https://download.01.org/gfx/ubuntu/12.04/main Ubuntu InRelease
  Les signatures suivantes ne sont pas valables : EXPKEYSIG A902DDA375E52366 Rodrigo Vivi (Intel Linux Graphics) <rodrigo.vivi@intel.com> 92C8C18F0029C3F4F1CD2A06A902DDA375E52366
Lecture des listes de paquets... Fait
W: Erreur de GPG : http://download.opensuse.org/repositories/home:/colomboem/xUbuntu_16.04  Release : Les signatures suivantes ne sont pas valables : EXPKEYSIG E3757B8E0D988D6E home:colomboem OBS Project <home:colomboem@build.opensuse.org> 1A2E38D61775C3963A039A87E3757B8E0D988D6E
E: Le dépôt http://download.opensuse.org/repositories/home:/colomboem/xUbuntu_16.04  Release n'est pas signé.
N: Les mises à jour depuis un tel dépôt ne peuvent s'effectuer de manière sécurisée, et sont donc désactivées par défaut.
N: Voir les pages de manuel d'apt-secure(8) pour la création des dépôts et les détails de configuration d'un utilisateur.
W: Erreur de GPG : http://ppa.launchpad.net/langdalepl/gvfs-mtp/ubuntu quantal Release : Les signatures suivantes ne sont pas valables : 28FBACF15055C2237E510D43B998019EC07BBEC4
E: Le dépôt http://ppa.launchpad.net/langdalepl/gvfs-mtp/ubuntu quantal Release n'est pas signé.
N: Les mises à jour depuis un tel dépôt ne peuvent s'effectuer de manière sécurisée, et sont donc désactivées par défaut.
N: Voir les pages de manuel d'apt-secure(8) pour la création des dépôts et les détails de configuration d'un utilisateur.
W: Erreur de GPG : https://download.01.org/gfx/ubuntu/12.04/main Ubuntu InRelease : Les signatures suivantes ne sont pas valables : EXPKEYSIG A902DDA375E52366 Rodrigo Vivi (Intel Linux Graphics) <rodrigo.vivi@intel.com> 92C8C18F0029C3F4F1CD2A06A902DDA375E52366
E: Le dépôt https://download.01.org/gfx/ubuntu/12.04/main Ubuntu InRelease n'est pas signé.
N: Les mises à jour depuis un tel dépôt ne peuvent s'effectuer de manière sécurisée, et sont donc désactivées par défaut.
N: Voir les pages de manuel d'apt-secure(8) pour la création des dépôts et les détails de configuration d'un utilisateur.
valdo@val:/etc/apt/sources.list.d$ sudo apt full-upgrade
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
Calcul de la mise à jour... Fait
0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.
valdo@val:/etc/apt/sources.list.d$ 

Val.


Windows est le système le plus stable au monde.
Bill GATES (Célèbre humoriste)
-
Ubuntu 21.04 (hirsute) XFCE

Hors ligne

#23 Le 15/04/2021, à 13:43

cqfd93

Re : Message à l’arrêt d'Ubuntu...

Bon, on y voit plus clair. Il reste à s'occuper des vieilleries.

intel-graphics.list : n'a pas de version au-delà de 17.04, donc obsolète, à virer
home:colomboem.list : rien après 16.04, donc obsolète, à virer
langdalepl-ubuntu-gvfs-mtp-groovy.list : rien après raring (13.04), donc obsolète, à virer
archive_uri-http_archive_ubuntu_com_ubuntu_-groovy.list : vide, tu peux le virer

En allant dans Logiciels et Mises à jour, onglet Autres logiciels, tu peux décocher toutes ces lignes et quitter. Et refaire :

sudo apt update
sudo apt full-upgrade

cqfd93

Hors ligne

#24 Le 15/04/2021, à 16:28

Valdo19FR

Re : Message à l’arrêt d'Ubuntu...

cqfd93 a écrit :

Bon, on y voit plus clair. Il reste à s'occuper des vieilleries.

intel-graphics.list : n'a pas de version au-delà de 17.04, donc obsolète, à virer
home:colomboem.list : rien après 16.04, donc obsolète, à virer
langdalepl-ubuntu-gvfs-mtp-groovy.list : rien après raring (13.04), donc obsolète, à virer
archive_uri-http_archive_ubuntu_com_ubuntu_-groovy.list : vide, tu peux le virer

En allant dans Logiciels et Mises à jour, onglet Autres logiciels, tu peux décocher toutes ces lignes et quitter. Et refaire :

sudo apt update
sudo apt full-upgrade

Voila ce qu'il reste après tout ce qui a été demandé :

Mise-Ajour-2021-04-15-2.png

valdo@val:~$ find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; nl -ba "$1"' _ '{}' \;

/etc/apt/sources.list

     1	
     2	deb http://fr.archive.ubuntu.com/ubuntu/ groovy main restricted universe multiverse
     3	
     4	deb http://fr.archive.ubuntu.com/ubuntu/ groovy-security main restricted universe multiverse
     5	deb http://fr.archive.ubuntu.com/ubuntu/ groovy-updates main restricted universe multiverse
     6	deb http://fr.archive.ubuntu.com/ubuntu/ groovy-backports main restricted universe multiverse
     7	
     8	deb http://archive.canonical.com/ubuntu groovy partner

/etc/apt/sources.list.d/intel-graphics.list
/etc/apt/sources.list.d/home:colomboem.list
/etc/apt/sources.list.d/langdalepl-ubuntu-gvfs-mtp-groovy.list
/etc/apt/sources.list.d/megasync.list

     1	deb https://mega.nz/linux/MEGAsync/xUbuntu_20.10/ ./

/etc/apt/sources.list.d/graphics-drivers-ubuntu-ppa-groovy.list

     1	deb http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu/ groovy main
     2	# deb-src http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu/ groovy main

/etc/apt/sources.list.d/sane-project-ubuntu-sane-git-groovy.list

     1	deb http://ppa.launchpad.net/sane-project/sane-git/ubuntu/ groovy main
     2	# deb-src http://ppa.launchpad.net/sane-project/sane-git/ubuntu/ groovy main

/etc/apt/sources.list.d/archive_uri-http_archive_ubuntu_com_ubuntu_-groovy.list

valdo@val:~$ 

Val.


Windows est le système le plus stable au monde.
Bill GATES (Célèbre humoriste)
-
Ubuntu 21.04 (hirsute) XFCE

Hors ligne

#25 Le 15/04/2021, à 17:15

cqfd93

Re : Message à l’arrêt d'Ubuntu...

Ah y'a pas photo, c'est plus propre wink

Tu as refait un

sudo apt update

?

Est-ce que tu as toujours ce message à l'arrêt d'Ubuntu ?
Est-ce que par ailleurs ton système marche correctement ?

Enfin, je ne saurais trop te conseiller de mettre la pédale douce sur les ppa, tu avais considérablement alourdi ton système (en tout cas les versions précédentes) avec tout un tas de trucs pas forcément très utiles.


cqfd93

Hors ligne