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/01/2021, à 10:51

castrogne

plantage Gnome : comment débug?

Hello,

J'ai de plus en plus souvent (une fois par jour à peu près, parfois pas, parfois plus...) un plantage gnome. Le bureau est réinitialisé et je reviens sur l'écran de connexion. Un peu comme s'il y avait eu reboot, mais sans reboot en fait. Je peux me connecter, tout a été fermé bien sûr, et une chose est étrange: je n'ai plus de périphérique son. La seule sortie que j'ai est une sortie de simulation. J'ai pensé à un souci liéà mon dock USB mais je ne l'utilise plus depuis quelques jours et si ça semble arriver moins souvent, j'ai toujours le bug de "gnome reset". Je dois reboot le pc pour retrouver un usage complet, son inclu.

Je n'arrive pas à diagnostiquer ce qui arrive exactement.... Je poste sur gnome car le symptôme le plus évident est le "session reset" sur gnome, mais le fait que le son soit perdu est étrange et peu indiquer une autre piste. Tout comme le fait que ne pas utiliser le dock réduit la fréquence (effet placebo?).

J'essaie de suivre journalctl mais je ne comprends rien...
https://drive.google.com/file/d/1ELqUp2 … sp=sharing
Je vous met le morceau autour de mon souci en copie.
J'en retiens :

janv. 28 10:04:48 WORKSTATION systemd[2550]: gsd-keyboard.service: Main process exited, code=exited, status=1/FAILURE
janv. 28 10:04:48 WORKSTATION systemd[2550]: gsd-keyboard.service: Failed with result 'exit-code'.
janv. 28 10:04:48 WORKSTATION systemd[2550]: Failed to start GNOME Keyboard handling.
janv. 28 10:04:48 WORKSTATION dbus-daemon[1196]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
janv. 28 10:04:48 WORKSTATION systemd[1]: Started Network Manager Script Dispatcher Service.
janv. 28 10:04:48 WORKSTATION systemd[2550]: Stopped target GNOME X11 Session (session: ubuntu).
janv. 28 10:04:48 WORKSTATION systemd[2550]: Stopped target Current graphical user session.
janv. 28 10:04:48 WORKSTATION systemd[2550]: unicast-local-avahi.path: Succeeded.
janv. 28 10:04:48 WORKSTATION systemd[2550]: Stopped Path trigger for Avahi .local domain notifications.
janv. 28 10:04:48 WORKSTATION systemd[2550]: update-notifier-release.path: Succeeded.
janv. 28 10:04:48 WORKSTATION gsd-wacom[29553]: Unable to init server: Impossible de se connecter : Connexion refusée
janv. 28 10:04:48 WORKSTATION gsd-wacom[29553]: Impossible d’ouvrir l’affichage :
janv. 28 10:04:48 WORKSTATION gsd-power[29551]: Unable to init server: Impossible de se connecter : Connexion refusée
janv. 28 10:04:48 WORKSTATION gsd-power[29551]: Impossible d’ouvrir l’affichage :
janv. 28 10:04:48 WORKSTATION gsd-color[29555]: Unable to init server: Impossible de se connecter : Connexion refusée
janv. 28 10:04:48 WORKSTATION gsd-color[29555]: Impossible d’ouvrir l’affichage :
janv. 28 10:04:48 WORKSTATION systemd[2550]: Stopped Path trigger for new release of Ubuntu notifications.
janv. 28 10:04:48 WORKSTATION systemd[2550]: Stopped target GNOME Session.
janv. 28 10:04:48 WORKSTATION systemd[2550]: Stopped target GNOME session X11 services.

J'ai aussi plusieurs fois les lignes suivantes (après le log précédent) :
Failed to start GNOME Color management.
Failed to start GNOME Keyboard handling.
Failed to start GNOME Wacom handling.
Failed to start GNOME Power management handling.

Merci pour votre aide pour comprendre et éviter un full install...

Je suis sur ubuntu 20.04 lts

Dernière modification par castrogne (Le 28/01/2021, à 10:53)

Hors ligne

#2 Le 28/01/2021, à 11:01

xubu1957

Re : plantage Gnome : comment débug?

Bonjour,

Fournis les noyaux présents :

echo; dpkg -l | awk '!/^rc/ && / linux-(c|g|h|i|lo|m|si|t)/{print $1,$2,$3,$4 | "sort -k3V | column -t"}' ; echo -e "\nNoyau courant : $(uname -mr)"

et :

dpkg -l | grep -v ^ii

Les cartes sons :

lspci | grep [Aa]udio && lsusb | grep [Aa]udio
cat /proc/asound/pcm

cartes graphiques :

lspci -vnn | grep -A12 '\''[030[02]\]' | grep -Ei "vga|3d|display|kernel"
ubuntu-drivers devices

Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne

#3 Le 28/01/2021, à 11:08

castrogne

Re : plantage Gnome : comment débug?

Hello,

Merci de cette réponse rapide! Dans cette réponse je colle les commandes avec leur réponse sans le dock USB qui me posait question. C'est le même état que le log journalctl joint (je n'avais pas non plus le dock lors de ce plantage)

Voici les infos demandées :

$ echo; dpkg -l | awk '!/^rc/ && / linux-(c|g|h|i|lo|m|si|t)/{print $1,$2,$3,$4 | "sort -k3V | column -t"}' ; echo -e "\nNoyau courant : $(uname -mr)"

ii  linux-generic-hwe-16.04               4.15.0.109.97  amd64
ii  linux-headers-generic-hwe-16.04       4.15.0.109.97  amd64
ii  linux-headers-5.4.0-62                5.4.0-62.70    all
ii  linux-headers-5.4.0-62-generic        5.4.0-62.70    amd64
ii  linux-image-5.4.0-62-generic          5.4.0-62.70    amd64
ii  linux-modules-5.4.0-62-generic        5.4.0-62.70    amd64
ii  linux-modules-extra-5.4.0-62-generic  5.4.0-62.70    amd64
ii  linux-headers-5.4.0-64                5.4.0-64.72    all
ii  linux-headers-5.4.0-64-generic        5.4.0-64.72    amd64
ii  linux-image-5.4.0-64-generic          5.4.0-64.72    amd64
ii  linux-modules-5.4.0-64-generic        5.4.0-64.72    amd64
ii  linux-modules-extra-5.4.0-64-generic  5.4.0-64.72    amd64
ii  linux-generic                         5.4.0.64.67    amd64
ii  linux-headers-generic                 5.4.0.64.67    amd64
ii  linux-image-generic                   5.4.0.64.67    amd64

Noyau courant : 5.4.0-64-generic x86_64
$ 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  account-plugin-facebook                    0.12+16.04.20160126-0ubuntu1                        all          GNOME Control Center account plugin for single signon - facebook
rc  account-plugin-flickr                      0.12+16.04.20160126-0ubuntu1                        all          GNOME Control Center account plugin for single signon - flickr
rc  account-plugin-google                      0.12+16.04.20160126-0ubuntu1                        all          GNOME Control Center account plugin for single signon
rc  apmd                                       3.2.2-15build1                                      amd64        Utilities for Advanced Power Management (APM)
rc  appmenu-qt5                                0.3.0+16.04.20170216-0ubuntu1                       amd64        application menu for Qt5
rc  binfmt-support                             2.1.8-2                                             amd64        Support for extra binary formats
rc  brave-browser                              1.18.70                                             amd64        The web browser from Brave
rc  breeze-icon-theme                          4:5.44.0-0ubuntu1                                   all          Default Plasma icon theme.
rc  docbook-xsl                                1.79.1+dfsg-2                                       all          stylesheets for processing DocBook XML to various output formats
rc  flashplugin-installer                      29.0.0.140ubuntu1                                   amd64        Adobe Flash Player plugin installer
rc  fonts-unfonts-core                         1:1.0.2-080608-14                                   all          Un series Korean TrueType fonts
rc  fonts-wqy-microhei                         0.2.0-beta-3                                        all          Sans-serif style CJK font derived from Droid
rc  freepats                                   20060219-1                                          all          Free patch set for MIDI audio synthesis
rc  gimp-data                                  2.8.22-1                                            all          Data files for GIMP
rc  gnash                                      0.8.11~git20160608-1.4                              amd64        GNU Shockwave Flash (SWF) player
rc  gnome-software                             3.36.0-0ubuntu3                                     amd64        Software Center for GNOME
rc  initscripts                                2.88dsf-59.3ubuntu2                                 amd64        scripts for initializing and shutting down the system
rc  insserv                                    1.14.0-5ubuntu3                                     amd64        boot sequence organizer using LSB init.d script dependency information
rc  kde-runtime                                4:17.08.3-0ubuntu1                                  amd64        runtime components from the official KDE release
rc  kde-runtime-data                           4:17.08.3-0ubuntu1                                  all          shared data files for the KDE base runtime module
rc  kdelibs5-data                              4:4.14.38-0ubuntu3                                  all          core shared data for all KDE Applications
rc  kerneloops-daemon                          0.12+git20140509-2ubuntu1                           amd64        kernel oops tracker
rc  kinit                                      5.68.0-0ubuntu1                                     amd64        process launcher to speed up launching KDE applications
rc  ktexteditor-data                           5.68.0-0ubuntu1                                     all          provide advanced plain text editing services
rc  libattica0.4:amd64                         0.4.2-2                                             amd64        Qt library that implements the Open Collaboration Services API
rc  libdouble-conversion1v5:amd64              2.0.1-3ubuntu2                                      amd64        routines to convert IEEE floats to and from strings
rc  libexo-common                              0.12.11-1ubuntu1                                    all          libexo common files
rc  libgarcon-common                           0.6.4-1                                             all          common files for libgarcon menu implementation
rc  libgcj-common                              1:4.9.3-9ubuntu1                                    all          Java runtime library (common files)
rc  libgcj16:amd64                             5.4.0-6ubuntu1~16.04.9                              amd64        Java runtime library for use with gcj
rc  libgdbm3:amd64                             1.8.3-13.1                                          amd64        GNU dbm database routines (runtime version)
rc  libhybris                                  0.1.0+git20151016+6d424c9-0ubuntu7                  amd64        Allows to run bionic-based HW adaptations in glibc systems - libs
rc  libjson-c2:amd64                           0.11-4ubuntu2                                       amd64        JSON manipulation library - shared library
rc  libjson-c2:i386                            0.11-4ubuntu2                                       i386         JSON manipulation library - shared library
rc  libkf5bookmarks-data                       5.68.0-0ubuntu1                                     all          Qt library with support for bookmarks and the XBEL format.
rc  libkf5package-data                         5.44.0-0ubuntu1                                     all          non-binary asset management framework
rc  libnss-myhostname:amd64                    245.4-4ubuntu3.1                                    amd64        nss module providing fallback resolution for the current hostname
rc  libntrack-qt4-1                            016-1.3                                             amd64        Qt 4 API for ntrack
rc  libntrack0                                 016-1.3                                             amd64        lightweight connectivity tracking library
rc  libopenjpeg5:amd64                         1:1.5.2-3.1                                         amd64        JPEG 2000 image compression/decompression library - runtime
rc  libperl5.22:amd64                          5.22.1-9ubuntu0.3                                   amd64        shared Perl library
rc  libpython3.5-minimal:amd64                 3.5.2-2ubuntu0~16.04.4                              amd64        Minimal subset of the Python language (version 3.5)
rc  libpython3.6-minimal:amd64                 3.6.9-1~18.04ubuntu1                                amd64        Minimal subset of the Python language (version 3.6)
rc  libqmi-glib1:amd64                         1.12.6-1                                            amd64        Support library to use the Qualcomm MSM Interface (QMI) protocol
rc  libqtcore4:amd64                           4:4.8.7+dfsg-7ubuntu1                               amd64        Qt 4 core module
rc  libquvi7:amd64                             0.4.1-3                                             amd64        library for parsing video download links (runtime libraries)
rc  libsane1:i386                              1.0.27-1~experimental3ubuntu2.2                     i386         API library for scanners
rc  libschroedinger-1.0-0:amd64                1.0.11-2.1build1                                    amd64        library for encoding/decoding of Dirac video streams
rc  libsensors4:amd64                          1:3.4.0-4                                           amd64        library to read temperature/voltage/fan sensors
rc  libsensors4:i386                           1:3.4.0-4                                           i386         library to read temperature/voltage/fan sensors
rc  libsm6:i386                                2:1.2.2-1                                           i386         X11 Session Management library
rc  libssl1.0.0:amd64                          1.0.2n-1ubuntu5.3                                   amd64        Secure Sockets Layer toolkit - shared libraries
rc  libssl1.0.0:i386                           1.0.2n-1ubuntu5                                     i386         Secure Sockets Layer toolkit - shared libraries
rc  libtidy-0.99-0                             20091223cvs-1.5                                     amd64        HTML syntax checker and reformatter - library
rc  libtxc-dxtn-s2tc0:amd64                    0~git20131104-1.1                                   amd64        Texture compression library for Mesa
rc  libtxc-dxtn-s2tc0:i386                     0~git20131104-1.1                                   i386         Texture compression library for Mesa
rc  libunistring0:amd64                        0.9.3-5.2ubuntu1                                    amd64        Unicode string library for C
rc  libvo-aacenc0:amd64                        0.1.3-1                                             amd64        VisualOn AAC encoder library
rc  libvo-amrwbenc0:amd64                      0.1.3-1                                             amd64        VisualOn AMR-WB encoder library
rc  libwebrtc-audio-processing-0:amd64         0.1-3ubuntu1~gcc5.1                                 amd64        AudioProcessing module from the WebRTC project.
rc  libwildmidi-config                         0.4.2-1                                             all          software MIDI player configuration
rc  libwildmidi1:amd64                         0.3.8-2                                             amd64        software MIDI player library
rc  libxml-commons-resolver1.1-java            1.2-9                                               all          XML entity and URI resolver library
rc  linux-image-4.10.0-28-generic              4.10.0-28.32~16.04.2                                amd64        Linux kernel image for version 4.10.0 on 64 bit x86 SMP
rc  linux-image-4.10.0-38-generic              4.10.0-38.42~16.04.1                                amd64        Linux kernel image for version 4.10.0 on 64 bit x86 SMP
rc  linux-image-4.10.0-42-generic              4.10.0-42.46~16.04.1                                amd64        Linux kernel image for version 4.10.0 on 64 bit x86 SMP
rc  linux-image-4.13.0-31-generic              4.13.0-31.34~16.04.1                                amd64        Linux kernel image for version 4.13.0 on 64 bit x86 SMP
rc  linux-image-4.13.0-32-generic              4.13.0-32.35~16.04.1                                amd64        Linux kernel image for version 4.13.0 on 64 bit x86 SMP
rc  linux-image-4.13.0-36-generic              4.13.0-36.40~16.04.1                                amd64        Linux kernel image for version 4.13.0 on 64 bit x86 SMP
rc  linux-image-4.13.0-37-generic              4.13.0-37.42~16.04.1                                amd64        Linux kernel image for version 4.13.0 on 64 bit x86 SMP
rc  linux-image-4.13.0-38-generic              4.13.0-38.43~16.04.1                                amd64        Linux kernel image for version 4.13.0 on 64 bit x86 SMP
rc  linux-image-4.13.0-39-generic              4.13.0-39.44~16.04.1                                amd64        Linux kernel image for version 4.13.0 on 64 bit x86 SMP
rc  linux-image-4.15.0-101-generic             4.15.0-101.102                                      amd64        Signed kernel image generic
rc  linux-image-4.15.0-106-generic             4.15.0-106.107                                      amd64        Signed kernel image generic
rc  linux-image-4.15.0-109-generic             4.15.0-109.110                                      amd64        Signed kernel image generic
rc  linux-image-4.15.0-20-generic              4.15.0-20.21                                        amd64        Signed kernel image generic
rc  linux-image-4.15.0-22-generic              4.15.0-22.24                                        amd64        Signed kernel image generic
rc  linux-image-4.15.0-23-generic              4.15.0-23.25                                        amd64        Signed kernel image generic
rc  linux-image-4.15.0-33-generic              4.15.0-33.36                                        amd64        Signed kernel image generic
rc  linux-image-4.15.0-34-generic              4.15.0-34.37                                        amd64        Signed kernel image generic
rc  linux-image-4.15.0-36-generic              4.15.0-36.39                                        amd64        Signed kernel image generic
rc  linux-image-4.15.0-39-generic              4.15.0-39.42                                        amd64        Signed kernel image generic
rc  linux-image-4.15.0-42-generic              4.15.0-42.45                                        amd64        Signed kernel image generic
rc  linux-image-4.15.0-43-generic              4.15.0-43.46                                        amd64        Signed kernel image generic
rc  linux-image-4.15.0-45-generic              4.15.0-45.48                                        amd64        Signed kernel image generic
rc  linux-image-4.15.0-46-generic              4.15.0-46.49                                        amd64        Signed kernel image generic
rc  linux-image-4.15.0-47-generic              4.15.0-47.50                                        amd64        Signed kernel image generic
rc  linux-image-4.15.0-48-generic              4.15.0-48.51                                        amd64        Signed kernel image generic
rc  linux-image-4.15.0-50-generic              4.15.0-50.54                                        amd64        Signed kernel image generic
rc  linux-image-4.15.0-51-generic              4.15.0-51.55                                        amd64        Signed kernel image generic
rc  linux-image-4.15.0-54-generic              4.15.0-54.58                                        amd64        Signed kernel image generic
rc  linux-image-4.15.0-55-generic              4.15.0-55.60                                        amd64        Signed kernel image generic
rc  linux-image-4.15.0-64-generic              4.15.0-64.73                                        amd64        Signed kernel image generic
rc  linux-image-4.15.0-65-generic              4.15.0-65.74                                        amd64        Signed kernel image generic
rc  linux-image-4.15.0-70-generic              4.15.0-70.79                                        amd64        Signed kernel image generic
rc  linux-image-4.15.0-72-generic              4.15.0-72.81                                        amd64        Signed kernel image generic
rc  linux-image-4.15.0-74-generic              4.15.0-74.84                                        amd64        Signed kernel image generic
rc  linux-image-4.15.0-76-generic              4.15.0-76.86                                        amd64        Signed kernel image generic
rc  linux-image-4.15.0-88-generic              4.15.0-88.88                                        amd64        Signed kernel image generic
rc  linux-image-4.15.0-91-generic              4.15.0-91.92                                        amd64        Signed kernel image generic
rc  linux-image-4.15.0-96-generic              4.15.0-96.97                                        amd64        Signed kernel image generic
rc  linux-image-4.15.0-99-generic              4.15.0-99.100                                       amd64        Signed kernel image generic
rc  linux-image-5.4.0-40-generic               5.4.0-40.44                                         amd64        Signed kernel image generic
rc  linux-image-5.4.0-42-generic               5.4.0-42.46                                         amd64        Signed kernel image generic
rc  linux-image-5.4.0-47-generic               5.4.0-47.51                                         amd64        Signed kernel image generic
rc  linux-image-5.4.0-48-generic               5.4.0-48.52                                         amd64        Signed kernel image generic
rc  linux-image-5.4.0-51-generic               5.4.0-51.56                                         amd64        Signed kernel image generic
rc  linux-image-5.4.0-52-generic               5.4.0-52.57                                         amd64        Signed kernel image generic
rc  linux-image-5.4.0-53-generic               5.4.0-53.59                                         amd64        Signed kernel image generic
rc  linux-image-5.4.0-54-generic               5.4.0-54.60                                         amd64        Signed kernel image generic
rc  linux-image-5.4.0-56-generic               5.4.0-56.62                                         amd64        Signed kernel image generic
rc  linux-image-5.4.0-58-generic               5.4.0-58.64                                         amd64        Signed kernel image generic
rc  linux-image-5.4.0-59-generic               5.4.0-59.65                                         amd64        Signed kernel image generic
rc  linux-image-5.4.0-60-generic               5.4.0-60.67                                         amd64        Signed kernel image generic
rc  linux-image-extra-4.10.0-28-generic        4.10.0-28.32~16.04.2                                amd64        Linux kernel extra modules for version 4.10.0 on 64 bit x86 SMP
rc  linux-image-extra-4.10.0-38-generic        4.10.0-38.42~16.04.1                                amd64        Linux kernel extra modules for version 4.10.0 on 64 bit x86 SMP
rc  linux-image-extra-4.10.0-42-generic        4.10.0-42.46~16.04.1                                amd64        Linux kernel extra modules for version 4.10.0 on 64 bit x86 SMP
rc  linux-image-extra-4.13.0-31-generic        4.13.0-31.34~16.04.1                                amd64        Linux kernel extra modules for version 4.13.0 on 64 bit x86 SMP
rc  linux-image-extra-4.13.0-32-generic        4.13.0-32.35~16.04.1                                amd64        Linux kernel extra modules for version 4.13.0 on 64 bit x86 SMP
rc  linux-image-extra-4.13.0-36-generic        4.13.0-36.40~16.04.1                                amd64        Linux kernel extra modules for version 4.13.0 on 64 bit x86 SMP
rc  linux-image-extra-4.13.0-37-generic        4.13.0-37.42~16.04.1                                amd64        Linux kernel extra modules for version 4.13.0 on 64 bit x86 SMP
rc  linux-image-extra-4.13.0-38-generic        4.13.0-38.43~16.04.1                                amd64        Linux kernel extra modules for version 4.13.0 on 64 bit x86 SMP
rc  linux-image-extra-4.13.0-39-generic        4.13.0-39.44~16.04.1                                amd64        Linux kernel extra modules for version 4.13.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-101-generic           4.15.0-101.102                                      amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-106-generic           4.15.0-106.107                                      amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-109-generic           4.15.0-109.110                                      amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-20-generic            4.15.0-20.21                                        amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-22-generic            4.15.0-22.24                                        amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-23-generic            4.15.0-23.25                                        amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-33-generic            4.15.0-33.36                                        amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-34-generic            4.15.0-34.37                                        amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-36-generic            4.15.0-36.39                                        amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-39-generic            4.15.0-39.42                                        amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-42-generic            4.15.0-42.45                                        amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-43-generic            4.15.0-43.46                                        amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-45-generic            4.15.0-45.48                                        amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-46-generic            4.15.0-46.49                                        amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-47-generic            4.15.0-47.50                                        amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-48-generic            4.15.0-48.51                                        amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-50-generic            4.15.0-50.54                                        amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-51-generic            4.15.0-51.55                                        amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-54-generic            4.15.0-54.58                                        amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-55-generic            4.15.0-55.60                                        amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-64-generic            4.15.0-64.73                                        amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-65-generic            4.15.0-65.74                                        amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-70-generic            4.15.0-70.79                                        amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-72-generic            4.15.0-72.81                                        amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-74-generic            4.15.0-74.84                                        amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-76-generic            4.15.0-76.86                                        amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-88-generic            4.15.0-88.88                                        amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-91-generic            4.15.0-91.92                                        amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-96-generic            4.15.0-96.97                                        amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-99-generic            4.15.0-99.100                                       amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-40-generic             5.4.0-40.44                                         amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-42-generic             5.4.0-42.46                                         amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-47-generic             5.4.0-47.51                                         amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-48-generic             5.4.0-48.52                                         amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-51-generic             5.4.0-51.56                                         amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-52-generic             5.4.0-52.57                                         amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-53-generic             5.4.0-53.59                                         amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-54-generic             5.4.0-54.60                                         amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-56-generic             5.4.0-56.62                                         amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-58-generic             5.4.0-58.64                                         amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-59-generic             5.4.0-59.65                                         amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-60-generic             5.4.0-60.67                                         amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-101-generic     4.15.0-101.102                                      amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-106-generic     4.15.0-106.107                                      amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-109-generic     4.15.0-109.110                                      amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-20-generic      4.15.0-20.21                                        amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-22-generic      4.15.0-22.24                                        amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-23-generic      4.15.0-23.25                                        amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-33-generic      4.15.0-33.36                                        amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-34-generic      4.15.0-34.37                                        amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-36-generic      4.15.0-36.39                                        amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-39-generic      4.15.0-39.42                                        amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-42-generic      4.15.0-42.45                                        amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-43-generic      4.15.0-43.46                                        amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-45-generic      4.15.0-45.48                                        amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-46-generic      4.15.0-46.49                                        amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-47-generic      4.15.0-47.50                                        amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-48-generic      4.15.0-48.51                                        amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-50-generic      4.15.0-50.54                                        amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-51-generic      4.15.0-51.55                                        amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-54-generic      4.15.0-54.58                                        amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-55-generic      4.15.0-55.60                                        amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-64-generic      4.15.0-64.73                                        amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-65-generic      4.15.0-65.74                                        amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-70-generic      4.15.0-70.79                                        amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-72-generic      4.15.0-72.81                                        amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-74-generic      4.15.0-74.84                                        amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-76-generic      4.15.0-76.86                                        amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-88-generic      4.15.0-88.88                                        amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-91-generic      4.15.0-91.92                                        amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-96-generic      4.15.0-96.97                                        amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-99-generic      4.15.0-99.100                                       amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-40-generic       5.4.0-40.44                                         amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-42-generic       5.4.0-42.46                                         amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-47-generic       5.4.0-47.51                                         amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-48-generic       5.4.0-48.52                                         amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-51-generic       5.4.0-51.56                                         amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-52-generic       5.4.0-52.57                                         amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-53-generic       5.4.0-53.59                                         amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-54-generic       5.4.0-54.60                                         amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-56-generic       5.4.0-56.62                                         amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-58-generic       5.4.0-58.64                                         amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-59-generic       5.4.0-59.65                                         amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-60-generic       5.4.0-60.67                                         amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-signed-image-4.10.0-38-generic       4.10.0-38.42~16.04.1                                amd64        Signed kernel image generic
rc  linux-signed-image-4.10.0-42-generic       4.10.0-42.46~16.04.1                                amd64        Signed kernel image generic
rc  linux-signed-image-4.13.0-31-generic       4.13.0-31.34~16.04.1                                amd64        Signed kernel image generic
rc  linux-signed-image-4.13.0-32-generic       4.13.0-32.35~16.04.1                                amd64        Signed kernel image generic
rc  linux-signed-image-4.13.0-36-generic       4.13.0-36.40~16.04.1                                amd64        Signed kernel image generic
rc  linux-signed-image-4.13.0-37-generic       4.13.0-37.42~16.04.1                                amd64        Signed kernel image generic
rc  linux-signed-image-4.13.0-38-generic       4.13.0-38.43~16.04.1                                amd64        Signed kernel image generic
rc  linux-signed-image-4.13.0-39-generic       4.13.0-39.44~16.04.1                                amd64        Signed kernel image generic
rc  mountall                                   2.54ubuntu1                                         amd64        filesystem mounting tool
rc  network-manager-openvpn                    1.8.12-1                                            amd64        network management framework (OpenVPN plugin core)
rc  ntrack-module-libnl-0                      016-1.3                                             amd64        libnl based ntrack module
rc  odbcinst                                   2.3.4-1.1ubuntu3                                    amd64        Helper program for accessing odbc ini files
rc  oxygen-icon-theme                          5:5.44.0-0ubuntu1                                   all          Oxygen icon theme
rc  phonon:amd64                               4:4.10.0-2                                          amd64        multimedia framework from KDE using Qt 4 - metapackage
rc  phonon4qt5:amd64                           4:4.11.1-3build1                                    amd64        multimedia framework from KDE using Qt 5 - metapackage
rc  python                                     2.7.15~rc1-1                                        amd64        interactive high-level object-oriented language (default version)
rc  python3-aptdaemon.pkcompat                 1.1.1+bzr982-0ubuntu14                              all          PackageKit compatibilty for AptDaemon
rc  python3.5-minimal                          3.5.2-2ubuntu0~16.04.4                              amd64        Minimal subset of the Python language (version 3.5)
rc  python3.6-minimal                          3.6.9-1~18.04ubuntu1                                amd64        Minimal subset of the Python language (version 3.6)
rc  rapidsvn                                   0.12.1dfsg-3.1                                      amd64        GUI client for Subversion
rc  snapd-login-service                        1.13-0ubuntu0.16.04.1                               amd64        Daemon to allow non-root access to snapd
rc  sni-qt:amd64                               0.2.7+17.04.20170112-0ubuntu1                       amd64        indicator support for Qt
rc  sysstat                                    12.2.0-2                                            amd64        system performance tools for Linux
rc  sysv-rc                                    2.88dsf-59.3ubuntu2                                 all          System-V-like runlevel change mechanism
rc  toshset                                    1.76-4                                              amd64        Access much of the Toshiba laptop hardware interface
rc  unity-webapps-common                       2.4.17+15.10.20150616-0ubuntu2                      all          Unity WebApp integration scripts
rc  unity-webapps-service                      2.5.0~+16.04.20160201-0ubuntu1                      amd64        Service for Web Apps integration with the Unity desktop
rc  upstart                                    1.13.2-0ubuntu21.1                                  amd64        event-based init daemon - essential binaries
rc  webbrowser-app                             0.23+16.04.20161028-0ubuntu2                        amd64        Ubuntu web browser
rc  xfce4-panel                                4.14.3-1                                            amd64        panel for Xfce4 desktop environment
$ lspci | grep [Aa]udio && lsusb | grep [Aa]udio
00:1f.3 Audio device: Intel Corporation 100 Series/C230 Series Chipset Family HD Audio Controller (rev 31)
Bus 003 Device 002: ID 0d8c:0012 C-Media Electronics, Inc. USB Audio Device
$ cat /proc/asound/pcm
00-00: ALC269VC Analog : ALC269VC Analog : playback 1 : capture 1
00-03: HDMI 0 : HDMI 0 : playback 1
00-07: HDMI 1 : HDMI 1 : playback 1
00-08: HDMI 2 : HDMI 2 : playback 1
01-00: USB Audio : USB Audio : playback 1 : capture 1
$ lspci -vnn | grep -A12 '\''[030[02]\]' | grep -Ei "vga|3d|display|kernel"
00:02.0 VGA compatible controller [0300]: Intel Corporation HD Graphics 530 [8086:191b] (rev 06) (prog-if 00 [VGA controller])
	Kernel driver in use: i915
	Kernel modules: i915

ubuntu-drivers devices ne retourne rien.

Hors ligne

#4 Le 28/01/2021, à 11:16

xubu1957

Re : plantage Gnome : comment débug?

Pour nettoyer :

Le 22/07/2020, nany a écrit :
dpkg -l | awk '/^rc/ && !/sql/{print $2}' | xargs -r sudo dpkg -P
castrogne a écrit :

ubuntu-drivers devices ne retourne rien.

C'était en cas de présence éventuelle, d'une carte NVIDIA.

Vu :

janv. 28 10:04:48 WORKSTATION gsd-wacom[29553]: Unable to init server: Impossible de se connecter : Connexion refusée

Donne les cartes réseaux :

lspci -k -nn | grep -A 3 -i net

et :

ip a

Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne

#5 Le 28/01/2021, à 11:24

castrogne

Re : plantage Gnome : comment débug?

Merci de ta réponse,

Je ne comprends pas trop ce que ça implique et qu'il faut que je fasse...

* Tu as cité une commande "de nany" que je n'avais pas dans le précédent message. Tu veux que je la joue ?
* Connexion refusée : c'est quoi gsd-wacom ?


Merci!

Hors ligne

#6 Le 28/01/2021, à 11:57

castrogne

Re : plantage Gnome : comment débug?

Voici les infos demandées :

$ lspci -k -nn | grep -A 3 -i net
02:00.1 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 12)
	Subsystem: CLEVO/KAPOK Computer RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [1558:6509]
	Kernel driver in use: r8169
	Kernel modules: r8169
03:00.0 Network controller [0280]: Intel Corporation Wireless 7265 [8086:095a] (rev 61)
	Subsystem: Intel Corporation Wireless-N 7265 [8086:5002]
	Kernel driver in use: iwlwifi
	Kernel modules: iwlwifi
$ ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: enp2s0f1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
    link/ether 80:fa:5b:3c:f8:82 brd ff:ff:ff:ff:ff:ff
    inet 192.168.xx.yy/24 brd 192.168.xx.255 scope global dynamic noprefixroute enp2s0f1
       valid_lft 79932sec preferred_lft 79932sec
    inet6 fe80::5f58:d4af:ff0b:6425/64 scope link noprefixroute 
       valid_lft forever preferred_lft forever
3: wlp3s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
    link/ether d0:57:7b:af:b6:ad brd ff:ff:ff:ff:ff:ff
    inet 192.168.xx.yy/24 brd 192.168.xx.255 scope global dynamic noprefixroute wlp3s0
       valid_lft 79932sec preferred_lft 79932sec
    inet6 fe80::f4c7:ed33:631:3e12/64 scope link noprefixroute 
       valid_lft forever preferred_lft forever
4: docker0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN group default 
    link/ether 02:42:0d:65:36:b1 brd ff:ff:ff:ff:ff:ff
    inet 172.17.0.1/16 brd 172.17.255.255 scope global docker0
       valid_lft forever preferred_lft forever
5: tap0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UNKNOWN group default qlen 100
    link/ether 52:3d:46:67:e5:ed brd ff:ff:ff:ff:ff:ff
    inet 192.168.xx.yy/24 brd 192.168.xx.255 scope global tap0
       valid_lft forever preferred_lft forever
    inet6 fe80::503d:46ff:fe67:e5ac/64 scope link 
       valid_lft forever preferred_lft forever

Hors ligne

#7 Le 28/01/2021, à 12:01

xubu1957

Re : plantage Gnome : comment débug?

Tente pour essayer de rétablir une connexion filaire :

sudo ip link set enp2s0f1 down
sudo ip link set enp2s0f1 up
sudo dhclient enp2s0f1
castrogne a écrit :

* Connexion refusée : c'est quoi gsd-wacom ?

Je ne sais pas. ¯\_(ツ)_/¯

_ _ _

La commande en présence d'un serveur :

Le 22/07/2020, nany a écrit :
dpkg -l | awk '/^rc/ && !/sql/{print $2}' | xargs -r sudo dpkg -P

Commande initiale :

Le 06/01/2016, au post #3, nany a écrit :

(...)
Proposons donc de parfaire le nettoyage. J’appelle ça faire les poussières, car dans les faits, on va supprimer des fichiers de configuration qui ne sont pas forcément volumineux. Bon, chez certains, la liste des fichiers de configurations résiduels peut s’avérer bien longue et les poussières deviennent des moutons. Donc ça ne mange pas de pain de faire ces poussières avec cette commande :

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

Traduction :

Si il existe des paquets désinstallés mais encore configurés, alors on fait une purge pour supprimer les fichiers de configuration.

(...)

Dans > Sens interdit, paquets cassés > 0, espace insuffisant… Que faire?

Dernière modification par xubu1957 (Le 28/01/2021, à 12:05)


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne

#8 Le 28/01/2021, à 13:29

castrogne

Re : plantage Gnome : comment débug?

Hello, je viens de voir que gsd-wacom est bien lié à Gnome, c'est "Gnome Settings Daemon" :
https://packages.ubuntu.com/fr/bionic/a … n/filelist

Donc si le serveur ne fonctionne pas c'est mal... Mais pourquoi je ne sais pas.

Dernière modification par castrogne (Le 28/01/2021, à 13:29)

Hors ligne

#9 Le 28/01/2021, à 14:08

castrogne

Re : plantage Gnome : comment débug?

Hello,

Je viens d'avoir de nouveau le plantage. Voici le journalctl :

janv. 28 14:00:20 WORKSTATION /usr/lib/gdm3/gdm-x-session[2605]: (EE)
janv. 28 14:00:20 WORKSTATION /usr/lib/gdm3/gdm-x-session[2605]: (EE) Backtrace:
janv. 28 14:00:20 WORKSTATION kernel: i915 0000:00:02.0: Resetting rcs0 for hang on rcs0
janv. 28 14:00:20 WORKSTATION /usr/lib/gdm3/gdm-x-session[2605]: (EE) 0: /usr/lib/xorg/Xorg (OsLookupColor+0x13c) [0x56487011c59c]
janv. 28 14:00:20 WORKSTATION /usr/lib/gdm3/gdm-x-session[2605]: (EE) 1: /lib/x86_64-linux-gnu/libpthread.so.0 (funlockfile+0x60) [0x7f1aa280e41f]
janv. 28 14:00:20 WORKSTATION /usr/lib/gdm3/gdm-x-session[2605]: (EE) 2: /lib/x86_64-linux-gnu/libc.so.6 (gsignal+0xcb) [0x7f1aa264b18b]
janv. 28 14:00:20 WORKSTATION /usr/lib/gdm3/gdm-x-session[2605]: (EE) 3: /lib/x86_64-linux-gnu/libc.so.6 (abort+0x12b) [0x7f1aa262a859]
janv. 28 14:00:20 WORKSTATION /usr/lib/gdm3/gdm-x-session[2605]: (EE) unw_get_proc_name failed: no unwind info found [-10]
janv. 28 14:00:20 WORKSTATION /usr/lib/gdm3/gdm-x-session[2605]: (EE) 4: /usr/lib/x86_64-linux-gnu/dri/iris_dri.so (?+0x0) [0x7f1aa079aaec]
janv. 28 14:00:20 WORKSTATION /usr/lib/gdm3/gdm-x-session[2605]: (EE) 5: /usr/lib/x86_64-linux-gnu/dri/iris_dri.so (nouveau_drm_screen_create+0x25c8ec) [0x7f1aa14ecc9c]
janv. 28 14:00:20 WORKSTATION /usr/lib/gdm3/gdm-x-session[2605]: (EE) 6: /usr/lib/x86_64-linux-gnu/dri/iris_dri.so (__driDriverGetExtensions_zink+0x2561d) [0x7f1aa07ef74d]
janv. 28 14:00:20 WORKSTATION /usr/lib/gdm3/gdm-x-session[2605]: (EE) 7: /usr/lib/xorg/Xorg (present_register_complete_notify+0x673) [0x564870098cf3]
janv. 28 14:00:20 WORKSTATION /usr/lib/gdm3/gdm-x-session[2605]: (EE) 8: /usr/lib/xorg/Xorg (present_register_complete_notify+0x1fd9) [0x56487009bee9]
janv. 28 14:00:20 WORKSTATION /usr/lib/gdm3/gdm-x-session[2605]: (EE) unw_get_proc_name failed: no unwind info found [-10]
janv. 28 14:00:20 WORKSTATION /usr/lib/gdm3/gdm-x-session[2605]: (EE) 9: /usr/lib/xorg/modules/drivers/modesetting_drv.so (?+0x0) [0x7f1aa316dfe0]
janv. 28 14:00:20 WORKSTATION /usr/lib/gdm3/gdm-x-session[2605]: (EE) unw_get_proc_name failed: no unwind info found [-10]
janv. 28 14:00:20 WORKSTATION /usr/lib/gdm3/gdm-x-session[2605]: (EE) 10: /usr/lib/xorg/modules/drivers/modesetting_drv.so (?+0x0) [0x7f1aa316f0b0]
janv. 28 14:00:20 WORKSTATION /usr/lib/gdm3/gdm-x-session[2605]: (EE) 11: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmHandleEvent+0x9d) [0x7f1aa2f5391d]
janv. 28 14:00:20 WORKSTATION /usr/lib/gdm3/gdm-x-session[2605]: (EE) 12: /usr/lib/xorg/Xorg (OsCleanup+0x5c1) [0x56487011d421]
janv. 28 14:00:20 WORKSTATION /usr/lib/gdm3/gdm-x-session[2605]: (EE) 13: /usr/lib/xorg/Xorg (WaitForSomething+0x193) [0x564870115c83]
janv. 28 14:00:20 WORKSTATION /usr/lib/gdm3/gdm-x-session[2605]: (EE) 14: /usr/lib/xorg/Xorg (SendErrorToClient+0x117) [0x56486ffbacf7]
janv. 28 14:00:20 WORKSTATION /usr/lib/gdm3/gdm-x-session[2605]: (EE) 15: /usr/lib/xorg/Xorg (InitFonts+0x3b4) [0x56486ffbefc4]
janv. 28 14:00:20 WORKSTATION /usr/lib/gdm3/gdm-x-session[2605]: (EE) 16: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf3) [0x7f1aa262c0b3]
janv. 28 14:00:20 WORKSTATION /usr/lib/gdm3/gdm-x-session[2605]: (EE) 17: /usr/lib/xorg/Xorg (_start+0x2e) [0x56486ffa8a2e]
janv. 28 14:00:20 WORKSTATION /usr/lib/gdm3/gdm-x-session[2605]: (EE)
janv. 28 14:00:20 WORKSTATION /usr/lib/gdm3/gdm-x-session[2605]: (EE)
janv. 28 14:00:20 WORKSTATION /usr/lib/gdm3/gdm-x-session[2605]: Fatal server error:
janv. 28 14:00:20 WORKSTATION /usr/lib/gdm3/gdm-x-session[2605]: (EE) Caught signal 6 (Aborted). Server aborting
janv. 28 14:00:20 WORKSTATION /usr/lib/gdm3/gdm-x-session[2605]: (EE)
janv. 28 14:00:20 WORKSTATION /usr/lib/gdm3/gdm-x-session[2605]: (EE)
janv. 28 14:00:20 WORKSTATION /usr/lib/gdm3/gdm-x-session[2605]: Please consult the The X.Org Foundation support
janv. 28 14:00:20 WORKSTATION /usr/lib/gdm3/gdm-x-session[2605]:          at http://wiki.x.org
janv. 28 14:00:20 WORKSTATION /usr/lib/gdm3/gdm-x-session[2605]:  for help.
janv. 28 14:00:20 WORKSTATION /usr/lib/gdm3/gdm-x-session[2605]: (EE) Please also check the log file at "/home/username/.local/share/xorg/Xorg.0.log" for additional information.
janv. 28 14:00:20 WORKSTATION /usr/lib/gdm3/gdm-x-session[2605]: (EE)
janv. 28 14:00:20 WORKSTATION /usr/lib/gdm3/gdm-x-session[2605]: (II) AIGLX: Suspending AIGLX clients for VT switch
janv. 28 14:00:20 WORKSTATION /usr/lib/gdm3/gdm-x-session[2605]: (EE) Server terminated with error (1). Closing log file.
janv. 28 14:00:20 WORKSTATION gnome-shell[3464]: X IO Error

L'heure me semble un peu tôt, j'ai rebooté à 14:05 et je pense pas que ça ait pris 5 minutes mais bon, le message me semble explicite... Suite à ces entrées, j'ai de nouveau tous les logs que j'ai mis dans mon premier post jusqu'à 14h05 et mon reboot. Je suppose que entre cette erreur gdm et mon problème, il y a tout une serie d'autres logs mais ceci pourrait bien en être l'origine. Une idée de ce que c'est?

Hors ligne

#10 Le 28/01/2021, à 14:12

castrogne

Re : plantage Gnome : comment débug?

le fichier indiqué dans les logs :
https://easyupload.io/f8qd7i

Hors ligne

#11 Le 28/01/2021, à 14:59

geole

Re : plantage Gnome : comment débug?

Bonjour
Je pense qu'il n'y a aucun plantage mais une décision de réinitialiser pas mal de choses vu qu'une partie d'un logiciel refuse de répondre. Du moins, c'est comme cela que je comprends cette ligne
janv. 28 14:00:20 WORKSTATION kernel: i915 0000:00:02.0: Resetting rcs0 for hang on rcs0
https://bugs.launchpad.net/ubuntu/+sour … ug/1861395

https://www.google.fr/search?as_q=&as_e … type=&tbs=


extraits de ton fichier xorg

kHz e)
[ 14096.933] (EE) 
[ 14096.934] (EE) Backtrace:
[ 14096.938] (EE) 0: /usr/lib/xorg/Xorg (OsLookupColor+0x13c) [0x56487011c59c]
[ 14096.941] (EE) 1: /lib/x86_64-linux-gnu/libpthread.so.0 (funlockfile+0x60) [0x7f1aa280e41f]
[ 14096.943] (EE) 2: /lib/x86_64-linux-gnu/libc.so.6 (gsignal+0xcb) [0x7f1aa264b18b]
[ 14096.945] (EE) 3: /lib/x86_64-linux-gnu/libc.so.6 (abort+0x12b) [0x7f1aa262a859]
[ 14096.949] (EE) unw_get_proc_name failed: no unwind info found [-10]
[ 14096.949] (EE) 4: /usr/lib/x86_64-linux-gnu/dri/iris_dri.so (?+0x0) [0x7f1aa079aaec]
[ 14096.951] (EE) 5: /usr/lib/x86_64-linux-gnu/dri/iris_dri.so (nouveau_drm_screen_create+0x25c8ec) [0x7f1aa14ecc9c]
[ 14096.953] (EE) 6: /usr/lib/x86_64-linux-gnu/dri/iris_dri.so (__driDriverGetExtensions_zink+0x2561d) [0x7f1aa07ef74d]
[ 14096.953] (EE) 7: /usr/lib/xorg/Xorg (present_register_complete_notify+0x673) [0x564870098cf3]
[ 14096.954] (EE) 8: /usr/lib/xorg/Xorg (present_register_complete_notify+0x1fd9) [0x56487009bee9]
[ 14096.956] (EE) unw_get_proc_name failed: no unwind info found [-10]
[ 14096.956] (EE) 9: /usr/lib/xorg/modules/drivers/modesetting_drv.so (?+0x0) [0x7f1aa316dfe0]
[ 14096.959] (EE) unw_get_proc_name failed: no unwind info found [-10]
[ 14096.959] (EE) 10: /usr/lib/xorg/modules/drivers/modesetting_drv.so (?+0x0) [0x7f1aa316f0b0]
[ 14096.961] (EE) 11: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmHandleEvent+0x9d) [0x7f1aa2f5391d]
[ 14096.962] (EE) 12: /usr/lib/xorg/Xorg (OsCleanup+0x5c1) [0x56487011d421]
[ 14096.962] (EE) 13: /usr/lib/xorg/Xorg (WaitForSomething+0x193) [0x564870115c83]
[ 14096.962] (EE) 14: /usr/lib/xorg/Xorg (SendErrorToClient+0x117) [0x56486ffbacf7]
[ 14096.963] (EE) 15: /usr/lib/xorg/Xorg (InitFonts+0x3b4) [0x56486ffbefc4]
[ 14096.965] (EE) 16: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf3) [0x7f1aa262c0b3]
[ 14096.965] (EE) 17: /usr/lib/xorg/Xorg (_start+0x2e) [0x56486ffa8a2e]
[ 14096.965] (EE) 
[ 14096.965] (EE) 
Fatal server error:
[ 14096.965] (EE) Caught signal 6 (Aborted). Server aborting
[ 14096.965] (EE) 
[ 14096.965] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[ 14096.966] (EE) Please also check the log file at "/home/ppaquin/.local/share/xorg/Xorg.0.log" for additional information.
[ 14096.966] (EE) 
[ 14096.966] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 14096.984] (EE) Server terminated with error (1). Closing log file.

Dernière modification par geole (Le 28/01/2021, à 15:08)


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#12 Le 28/01/2021, à 15:04

castrogne

Re : plantage Gnome : comment débug?

Hello,

Oui j'ai bien entendu fait la même recherche google que toi, et vu ces résultats sans toutefois les comprendre. Ok, peut être qu'un loficiel refuse de répondre, ce serait lequel? Et ce doit être un central pour que ça demande de réinitialiser gdm...

Hors ligne

#13 Le 28/01/2021, à 15:18

geole

Re : plantage Gnome : comment débug?

Le message d'avant la décision  est  une piste

janv. 28 10:00:57 WORKSTATION gnome-shell[2899]: Could not create selection source for X11: Le format TARGETS n'est pas pris en charge
janv. 28 10:00:57 WORKSTATION gnome-shell[2899]: Could not create selection source for X11: Le format TARGETS n'est pas pris en charge
janv. 28 10:00:57 WORKSTATION gnome-shell[2899]: Could not create selection source for X11: Le format TARGETS n'est pas pris en charge
janv. 28 10:00:58 WORKSTATION gnome-shell[2899]: Could not create selection source for X11: Le format TARGETS n'est pas pris en charge
janv. 28 10:00:58 WORKSTATION gnome-shell[2899]: Could not create selection source for X11: Le format TARGETS n'est pas pris en charge
janv. 28 10:00:58 WORKSTATION gnome-shell[2899]: Could not create selection source for X11: Le format TARGETS n'est pas pris en charge
janv. 28 10:00:58 WORKSTATION gnome-shell[2899]: Could not create selection source for X11: Le format TARGETS n'est pas pris en charge
janv. 28 10:00:58 WORKSTATION gnome-shell[2899]: Could not create selection source for X11: Le format TARGETS n'est pas pris en charge
janv. 28 10:00:58 WORKSTATION gnome-shell[2899]: Could not create selection source for X11: Le format TARGETS n'est pas pris en charge
janv. 28 10:00:59 WORKSTATION gnome-shell[2899]: Could not create selection source for X11: Le format TARGETS n'est pas pris en charge
janv. 28 10:00:59 WORKSTATION gnome-shell[2899]: Could not create selection source for X11: Le format TARGETS n'est pas pris en charge
janv. 28 10:00:59 WORKSTATION gnome-shell[2899]: Could not create selection source for X11: Le format TARGETS n'est pas pris en charge
janv. 28 10:00:59 WORKSTATION gnome-shell[2899]: Could not create selection source for X11: Le format TARGETS n'est pas pris en charge
janv. 28 10:01:00 WORKSTATION gnome-shell[2899]: Could not create selection source for X11: Le format TARGETS n'est pas pris en charge
janv. 28 10:01:02 WORKSTATION gnome-shell[11439]: [28810:17:0128/100102.382515:ERROR:webrtc_video_engine.cc(3308)] Absent receive stream; ignoring clearing encoded frame sink for ssrc 0
janv. 28 10:01:05 WORKSTATION gnome-shell[11439]: [11469:11469:0128/100105.952875:ERROR:shared_context_state.cc(74)] Skia shader compilation error
janv. 28 10:01:05 WORKSTATION gnome-shell[11439]: ------------------------
janv. 28 10:01:05 WORKSTATION gnome-shell[11439]: Errors:
janv. 28 10:01:05 WORKSTATION gnome-shell[11439]: [11469:11469:0128/100105.985038:ERROR:shared_context_state.cc(74)] Skia shader compilation error
janv. 28 10:01:05 WORKSTATION gnome-shell[11439]: ------------------------
janv. 28 10:01:05 WORKSTATION gnome-shell[11439]: Errors:
janv. 28 10:01:25 WORKSTATION gnome-shell[11439]: [28810:17:0128/100125.827449:ERROR:call.cc(1356)] receive_rtp_config_ lookup failed for ssrc 2476867340
janv. 28 10:01:25 WORKSTATION gnome-shell[11439]: [28810:17:0128/100125.902873:ERROR:webrtc_video_engine.cc(3308)] Absent receive stream; ignoring clearing encoded frame sink for ssrc 0
janv. 28 10:01:26 WORKSTATION gnome-shell[11439]: [28810:17:0128/100126.305478:ERROR:webrtc_video_engine.cc(3308)] Absent receive stream; ignoring clearing encoded frame sink for ssrc 0
janv. 28 10:02:23 WORKSTATION gnome-shell[2899]: Could not create selection source for X11: Le format TARGETS n'est pas pris en charge
janv. 28 10:02:23 WORKSTATION gnome-shell[2899]: Could not create selection source for X11: Le format TARGETS n'est pas pris en charge
janv. 28 10:02:23 WORKSTATION gnome-shell[2899]: Could not create selection source for X11: Le format TARGETS n'est pas pris en charge
janv. 28 10:02:23 WORKSTATION gnome-shell[2899]: Could not create selection source for X11: Le format TARGETS n'est pas pris en charge
janv. 28 10:02:23 WORKSTATION gnome-shell[2899]: Could not create selection source for X11: Le format TARGETS n'est pas pris en charge
janv. 28 10:02:34 WORKSTATION gnome-shell[2899]: Could not create selection source for X11: Le format TARGETS n'est pas pris en charge
janv. 28 10:02:34 WORKSTATION gnome-shell[2899]: Could not create selection source for X11: Le format TARGETS n'est pas pris en charge
janv. 28 10:02:34 WORKSTATION gnome-shell[2899]: Could not create selection source for X11: Le format TARGETS n'est pas pris en charge
janv. 28 10:02:36 WORKSTATION gnome-shell[2899]: Could not create selection source for X11: Le format TARGETS n'est pas pris en charge
janv. 28 10:02:38 WORKSTATION gnome-shell[2899]: Could not create selection source for X11: Le format TARGETS n'est pas pris en charge
janv. 28 10:02:38 WORKSTATION gnome-shell[2899]: Could not create selection source for X11: Le format TARGETS n'est pas pris en charge
janv. 28 10:02:38 WORKSTATION gnome-shell[2899]: Could not create selection source for X11: Le format TARGETS n'est pas pris en charge
janv. 28 10:02:38 WORKSTATION gnome-shell[2899]: Could not create selection source for X11: Le format TARGETS n'est pas pris en charge
janv. 28 10:02:38 WORKSTATION gnome-shell[2899]: Could not create selection source for X11: Le format TARGETS n'est pas pris en charge
janv. 28 10:02:52 WORKSTATION kernel: perf: interrupt took too long (3958 > 3951), lowering kernel.perf_event_max_sample_rate to 50500
janv. 28 10:02:56 WORKSTATION slack.desktop[5242]: [01/28/21, 10:02:56:983] info: [DND] (T7BSC9V44) Checking for changes in DND status for the following members: U01B45E52VC,UC390Q61Y,U7M3CC9MM,U7GCV>
janv. 28 10:02:56 WORKSTATION slack.desktop[5242]: [01/28/21, 10:02:56:985] info: [DND] (T7BSC9V44) Will check for changes in DND status again in 5 minutes
janv. 28 10:03:03 WORKSTATION slack.desktop[5242]: [01/28/21, 10:03:03:356] warn: SOCKET-MANAGER (T7BSC9V44) Socket was closed because #1006: generic error
janv. 28 10:03:03 WORKSTATION slack.desktop[5242]: [01/28/21, 10:03:03:358] info: [SOCKET-MANAGER] (T7BSC9V44) Changing from connected to error
janv. 28 10:03:03 WORKSTATION slack.desktop[5242]: [01/28/21, 10:03:03:359] info: [SOCKET-MANAGER] (T7BSC9V44) will stay in error state for up to 10000 ms
janv. 28 10:03:03 WORKSTATION slack.desktop[5242]: [01/28/21, 10:03:03:360] info: [SOCKET-MANAGER] (T7BSC9V44) Changing from error to wait_for_rate_limit
janv. 28 10:03:03 WORKSTATION slack.desktop[5242]: [01/28/21, 10:03:03:360] info: [SOCKET-MANAGER] (T7BSC9V44) will stay in wait_for_rate_limit state for up to 120000 ms
janv. 28 10:03:03 WORKSTATION slack.desktop[5242]: [01/28/21, 10:03:03:360] info: [SOCKET-MANAGER] (T7BSC9V44) backing off: will wait for 584 ms
janv. 28 10:03:03 WORKSTATION slack.desktop[5242]: [01/28/21, 10:03:03:979] info: [SOCKET-MANAGER] (T7BSC9V44) Changing from wait_for_rate_limit to connect
janv. 28 10:03:03 WORKSTATION slack.desktop[5242]: [01/28/21, 10:03:03:989] info: [SOCKET-MANAGER] (T7BSC9V44) will stay in connect state for up to 10000 ms
janv. 28 10:03:03 WORKSTATION slack.desktop[5242]: [01/28/21, 10:03:03:992] info: [SOCKET-MANAGER] (T7BSC9V44) Changing from connect to checking_fast_reconnect
janv. 28 10:03:03 WORKSTATION slack.desktop[5242]: [01/28/21, 10:03:03:994] info: [SOCKET-MANAGER] (T7BSC9V44) will stay in checking_fast_reconnect state for up to 60000 ms
janv. 28 10:03:03 WORKSTATION slack.desktop[5242]: [01/28/21, 10:03:03:994] info: [SOCKET-MANAGER] (T7BSC9V44) Attempting to connect to primary region
janv. 28 10:03:03 WORKSTATION slack.desktop[5242]: [01/28/21, 10:03:03:995] info: [SOCKET-MANAGER] (T7BSC9V44) Changing from checking_fast_reconnect to fast_reconnecting
janv. 28 10:03:03 WORKSTATION slack.desktop[5242]: [01/28/21, 10:03:03:996] info: [SOCKET-MANAGER] (T7BSC9V44) will stay in fast_reconnecting state for up to 20000 ms
janv. 28 10:03:06 WORKSTATION slack.desktop[5242]: [01/28/21, 10:03:06:276] info: [SOCKET-MANAGER] (T7BSC9V44) Changing from fast_reconnecting to connected
janv. 28 10:03:06 WORKSTATION slack.desktop[5242]: [01/28/21, 10:03:06:277] info: [SOCKET-MANAGER] (T7BSC9V44) will stay in connected state for up to Infinity ms
janv. 28 10:03:06 WORKSTATION slack.desktop[5242]: [01/28/21, 10:03:06:286] info: [SOCKET-MANAGER] (T7BSC9V44) Connected to primary region
janv. 28 10:03:06 WORKSTATION slack.desktop[5242]: [01/28/21, 10:03:06:304] info: [EVENTLOG] (T7BSC9V44) fr=true, lc=false, lt=1611824082.023000
janv. 28 10:04:07 WORKSTATION slack.desktop[5242]: [01/28/21, 10:04:07:007] info: [CHECK-FOR-OLD-IMS] (T7BSC9V44) Over by 7
janv. 28 10:04:43 WORKSTATION /usr/lib/gdm3/gdm-x-session[2617]: (EE)
janv. 28 10:04:43 WORKSTATION kernel: i915 0000:00:02.0: Resetting rcs0 for hang on rcs0
janv. 28 10:04:43 WORKSTATION /usr/lib/gdm3/gdm-x-session[2617]: (EE) Backtrace:

Qui va vers ce lien https://gitlab.gnome.org/GNOME/gnome-sh … ssues/2225
Puis celui-ci https://bugs.launchpad.net/ubuntu/+sour … ug/1864301


La prochaine fois que le problème revient, aussitôt que tu as récupéré la main, signale le bug avec cette commande

ubuntu-bug gnome-shell

Dernière modification par geole (Le 28/01/2021, à 15:24)


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#14 Le 28/01/2021, à 16:15

castrogne

Re : plantage Gnome : comment débug?

Ok merci, je ferai ça.

Donc si je comprends bien, c'est un bug de "gnome-shell", apparemment le problème est sensé être réglé d'après les liens que tu donnes. "If the bug isn't in 20.04 then we can declare it fixed already." => Je suis en 20.04...

Hors ligne

#15 Le 28/01/2021, à 16:21

geole

Re : plantage Gnome : comment débug?

Je comprends l'inverse 'échange n° 11
Regarding the gnome-shell extensions, I cleared my ~/.local/share/gnome-shell/extensions and rebooted.
However, i can still trigger the bug.

(Cependant, je peux toujours déclencher le bogue.)

et  le fichier n'existe pas en 20.04.1

a@b:~$ ls -als .local/share/gnome-shell
total 16
4 drwx------  2 a a 4096 janv. 28 16:17 .
4 drwxr-xr-x 22 a a 4096 janv. 28 15:58 ..
4 -rw-rw-r--  1 a a 1765 janv. 28 16:17 application_state
0 -rw-rw-r--  1 a a    0 août   3 20:33 gnome-overrides-migrated
4 -rw-rw-r--  1 a a 1585 janv. 28 10:37 notifications
a@b:~$ cat .local/share/gnome-shell/extensions
cat: .local/share/gnome-shell/extensions: Aucun fichier ou dossier de ce type
a@b:~$ 

Dernière modification par geole (Le 28/01/2021, à 16:27)


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#16 Le 30/01/2021, à 07:09

castrogne

Re : plantage Gnome : comment débug?

Hello,

Même chose de mon côté :

username@WORKSTATION:~$ ls -als .local/share/gnome-shell/
total 12
4 drwx------  2 username username 4096 janv. 30 07:06 .
4 drwx------ 49 username username 4096 janv. 29 17:27 ..
4 -rw-rw-r--  1 username username 2322 janv. 30 07:06 application_state
0 -rw-rw-r--  1 username username    0 juil.  1  2020 gnome-overrides-migrated
username@WORKSTATION:~$ ls .local/share/gnome-shell/extensions
ls: impossible d'accéder à '.local/share/gnome-shell/extensions': Aucun fichier ou dossier de ce type

Pour le moment, ce n'est pas revenu...

Hors ligne

#17 Le 30/01/2021, à 07:12

castrogne

Re : plantage Gnome : comment débug?

A propos, tous ces posts parlent de Libreoffice. Certes je l'ai installé mais je l'utilise assez peu... Le bug est vraiment lié ou j'ai mal compris? Si c'est vraiment lié à LibreOffice mon cas peut être différent (même si ça y ressemble bcp...)

Hors ligne

#18 Le 30/01/2021, à 07:17

xubu1957

Re : plantage Gnome : comment débug?

Bonjour,

Montre :

ls -l /var/crash

et aussi :

dpkg -l | grep -i office

Dernière modification par xubu1957 (Le 30/01/2021, à 07:18)


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne

#19 Le 30/01/2021, à 21:23

castrogne

Re : plantage Gnome : comment débug?

Hello,

Voici les infos :

$ ls -l /var/crash
total 147788
-rw-r----- 1 username  whoopsie 139033251 janv. 25 12:39 _opt_google_chrome_chrome.1000.crash
-rw-r--r-- 1 username  whoopsie         0 janv. 25 12:39 _opt_google_chrome_chrome.1000.upload
-rw------- 1 whoopsie whoopsie        37 janv. 25 12:39 _opt_google_chrome_chrome.1000.uploaded
-rw-r----- 1 username  whoopsie  12287937 janv. 28 10:04 _usr_lib_xorg_Xorg.1000.crash
-rw-r--r-- 1 username  whoopsie         0 janv. 27 09:41 _usr_lib_xorg_Xorg.1000.upload
-rw------- 1 whoopsie whoopsie        37 janv. 27 09:41 _usr_lib_xorg_Xorg.1000.uploaded

A noter que le jour correspond, mon message du 28 je venais d'avoir le crash


$ dpkg -l | grep -i office
ii  libjuh-java                                1:6.4.6-0ubuntu0.20.04.1                            all          LibreOffice UNO runtime environment -- Java Uno helper
ii  libjurt-java                               1:6.4.6-0ubuntu0.20.04.1                            all          LibreOffice UNO runtime environment -- Java Uno Runtime
ii  libreoffice-avmedia-backend-gstreamer      1:6.4.6-0ubuntu0.20.04.1                            amd64        transitional package for GStreamer backend for LibreOffice
ii  libreoffice-base-core                      1:6.4.6-0ubuntu0.20.04.1                            amd64        office productivity suite -- shared library
ii  libreoffice-calc                           1:6.4.6-0ubuntu0.20.04.1                            amd64        office productivity suite -- spreadsheet
ii  libreoffice-common                         1:6.4.6-0ubuntu0.20.04.1                            all          office productivity suite -- arch-independent files
ii  libreoffice-core                           1:6.4.6-0ubuntu0.20.04.1                            amd64        office productivity suite -- arch-dependent files
ii  libreoffice-draw                           1:6.4.6-0ubuntu0.20.04.1                            amd64        office productivity suite -- drawing
ii  libreoffice-gnome                          1:6.4.6-0ubuntu0.20.04.1                            amd64        office productivity suite -- GNOME integration
ii  libreoffice-gtk                            1:6.4.6-0ubuntu0.20.04.1                            all          transitional package for LibreOffice gtk2 backend
ii  libreoffice-gtk2                           1:6.4.6-0ubuntu0.20.04.1                            all          transitional package for LibreOffice gtk2 backend
ii  libreoffice-gtk3                           1:6.4.6-0ubuntu0.20.04.1                            amd64        office productivity suite -- GTK+ 3 integration
ii  libreoffice-help-common                    1:6.4.6-0ubuntu0.20.04.1                            all          office productivity suite -- common files for LibreOffice help
ii  libreoffice-help-en-gb                     1:6.4.6-0ubuntu0.20.04.1                            all          office productivity suite -- English_british help
ii  libreoffice-help-en-us                     1:6.4.6-0ubuntu0.20.04.1                            all          office productivity suite -- English_american help
ii  libreoffice-help-fr                        1:6.4.6-0ubuntu0.20.04.1                            all          office productivity suite -- French help
ii  libreoffice-impress                        1:6.4.6-0ubuntu0.20.04.1                            amd64        office productivity suite -- presentation
ii  libreoffice-l10n-en-gb                     1:6.4.6-0ubuntu0.20.04.1                            all          office productivity suite -- English_british language package
ii  libreoffice-l10n-en-za                     1:6.4.6-0ubuntu0.20.04.1                            all          office productivity suite -- English_southafrican language package
ii  libreoffice-l10n-fr                        1:6.4.6-0ubuntu0.20.04.1                            all          office productivity suite -- French language package
ii  libreoffice-math                           1:6.4.6-0ubuntu0.20.04.1                            amd64        office productivity suite -- equation editor
ii  libreoffice-ogltrans                       1:6.4.6-0ubuntu0.20.04.1                            all          transitional package for libreoffice-ogltrans
ii  libreoffice-pdfimport                      1:6.4.6-0ubuntu0.20.04.1                            all          transitional package for PDF Import component for LibreOffice
ii  libreoffice-style-breeze                   1:6.4.6-0ubuntu0.20.04.1                            all          office productivity suite -- Breeze symbol style
ii  libreoffice-style-colibre                  1:6.4.6-0ubuntu0.20.04.1                            all          office productivity suite -- colibre symbol style
ii  libreoffice-style-elementary               1:6.4.6-0ubuntu0.20.04.1                            all          office productivity suite -- Elementary symbol style
ii  libreoffice-style-galaxy                   1:6.4.6-0ubuntu0.20.04.1                            all          transitional package for Galaxy symbol style
ii  libreoffice-style-tango                    1:6.4.6-0ubuntu0.20.04.1                            all          office productivity suite -- Tango symbol style
ii  libreoffice-writer                         1:6.4.6-0ubuntu0.20.04.1                            amd64        office productivity suite -- word processor
ii  libridl-java                               1:6.4.6-0ubuntu0.20.04.1                            all          LibreOffice UNO runtime environment -- base types and types access library for the Java Uno typesystem
ii  libuno-cppu3                               1:6.4.6-0ubuntu0.20.04.1                            amd64        LibreOffice UNO runtime environment -- CPPU public library
ii  libuno-cppuhelpergcc3-3                    1:6.4.6-0ubuntu0.20.04.1                            amd64        LibreOffice UNO runtime environment -- CPPU helper library
ii  libuno-purpenvhelpergcc3-3                 1:6.4.6-0ubuntu0.20.04.1                            amd64        LibreOffice UNO runtime environment -- "purpose environment" helper
ii  libuno-sal3                                1:6.4.6-0ubuntu0.20.04.1                            amd64        LibreOffice UNO runtime environment -- SAL public library
ii  libuno-salhelpergcc3-3                     1:6.4.6-0ubuntu0.20.04.1                            amd64        LibreOffice UNO runtime environment -- SAL helpers for C++ library
ii  libunoloader-java                          1:6.4.6-0ubuntu0.20.04.1                            all          LibreOffice UNO runtime environment -- (Java) UNO loader
ii  mythes-en-au                               2.1-5.4                                             all          Australian English Thesaurus for OpenOffice.org
ii  mythes-en-us                               1:6.4.3-1                                           all          English (USA) Thesaurus for LibreOffice
ii  mythes-fr                                  1:6.4.3-1                                           all          French Thesaurus for LibreOffice
ii  openoffice.org-hyphenation                 0.10                                                all          Hyphenation patterns for OpenOffice.org - dummy transitional package
ii  uno-libs-private                           1:6.4.6-0ubuntu0.20.04.1                            amd64        LibreOffice UNO runtime environment -- private libraries used by public ones
ii  unoconv                                    0.7-2                                               all          converter between LibreOffice document formats
ii  ure                                        1:6.4.6-0ubuntu0.20.04.1                            amd64        LibreOffice UNO runtime environment
ii  wps-office                                 10.1.0.5707~a21                                     amd64        WPS Office, is an office productivity suite

Hors ligne

#20 Le 30/01/2021, à 21:38

xubu1957

Re : plantage Gnome : comment débug?

Dans askubuntu.com/questions/1128133/ubuntu-18-04-lts-repeated-crashing-var-crash-usr-lib-xorg-xorg-1000-crash, il avait été demandé de fournir la carte graphique.

Partant de la Doc § 4.1 -intel_graphics#autres_commandes_utiles, montre :

lsmod | egrep  'i915'
xvinfo | grep -A11 Intel
grep rendering /var/log/Xorg.0.log

Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne

#21 Le 02/02/2021, à 22:13

castrogne

Re : plantage Gnome : comment débug?

Hello,

Voici le retour de la première commande, les 2 autres ne retournent rien :

$ lsmod | egrep  'i915'
i915                 1990656  12
i2c_algo_bit           16384  1 i915
drm_kms_helper        184320  2 evdi,i915
drm                   491520  12 drm_kms_helper,evdi,i915
video                  49152  1 i915

Toutefois j'ai du nouveau sur mon problème. J'arrive maintenant à le reproduire à chaque coup. Voici un petit résumé :

J'ai un écran ASUS VG248QE (108p 144Hz) pour mon PC gamer. A côté de ce PC, j'ai mon portable sous ubuntu, sur lequel j'ai le présent problème.
1- J'ai souvent le bug lorsque le portable est relié à l'écran via une station d'accueil standard, en VGA. 144Hz n'est pas natif, j'utilise xrandr pour cela
2- J'ai quelquefois le bug sans station d'accueil, avec l'écran branché directement au pc. Pas de 144Hz dans ce cas, même avec xrandr c'est impossible.
3- J'ai acheté aujourd'hui une station d'accueil supportant le DVI. Le 144Hz est proposé nativement via ce dock. MAIS lorsque je passe en 144Hz j'ai à chaque fois le bug de "gnome reset".

En conclusion, le bug semble lié à l'affichage on dirait J'ignore si c'est lié à ma carte graphique intégrée, mais avec ou sans dock, cela arrive. Mais avec un dock DVI et 144Hz, cela arrive tout le temps.

Du coup si vous avez des idées pour stabiliser le tout, je suis preneur...

Hors ligne