Pages : 1
#1 Le 26/09/2024, à 12:07
- Yves38
pb redémarrage - plantage pb boot? [résolu]
Bonjour,
Je n'ose plus éteindre mon PC, je le mets en veille, car il lui arrive de planter, écran noir, et j'ai du réinstaller 2 fois de suite la totale.
Cela arrivait sous Ubuntu 22.04 et aussi maintenant sous 24.04.
J'ai peut-être un souci dans le démarrage mais comme j'y connais pas grand'chose...
Quelqu'un peut-il regarder dans le démarrage (le boot?)
Merci pour votre aide.
solution : réinstallation Ubuntu
Dernière modification par Yves38 (Le 11/11/2024, à 14:24)
Hors ligne
#2 Le 26/09/2024, à 12:24
- xubu1957
Re : pb redémarrage - plantage pb boot? [résolu]
Bonjour,
Fournis les retours de :
sudo apt update
uname -a
la carte graphique :
lspci -vnn | grep -A 12 '\''[030[02]\]' | grep -Ei "vga|3d|display|kernel"
d'éventuels paquets cassés :
dpkg -l | grep -v ^ii
ls -l /var/crash
et :
echo $XDG_SESSION_TYPE
pour voir si c'est Wayland ou x11, en te servant du Retour utilisable de commande.
Dernière modification par xubu1957 (Le 26/09/2024, à 12:24)
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
En ligne
#3 Le 26/09/2024, à 13:01
- Yves38
Re : pb redémarrage - plantage pb boot? [résolu]
Bonjour et merci de me dépanner,
Voici les retours:
pcmaison@pcmaison-H61M-D2-B3:~$ sudo apt update
[sudo] Mot de passe de pcmaison :
Atteint :1 http://fr.archive.ubuntu.com/ubuntu noble InRelease
Réception de :2 http://fr.archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
Réception de :3 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB]
Atteint :4 http://fr.archive.ubuntu.com/ubuntu noble-backports InRelease
Réception de :5 http://fr.archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [533 kB]
Réception de :6 http://fr.archive.ubuntu.com/ubuntu noble-updates/main i386 Packages [279 kB]
Réception de :7 http://fr.archive.ubuntu.com/ubuntu noble-updates/main Translation-en [129 kB]
Réception de :8 http://fr.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [376 kB]
Réception de :9 http://fr.archive.ubuntu.com/ubuntu noble-updates/universe i386 Packages [163 kB]
Réception de :10 http://security.ubuntu.com/ubuntu noble-security/main i386 Packages [159 kB]
Réception de :11 http://fr.archive.ubuntu.com/ubuntu noble-updates/universe Translation-en [155 kB]
Réception de :12 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [378 kB]
Réception de :13 http://security.ubuntu.com/ubuntu noble-security/main Translation-en [82,0 kB]
Réception de :14 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [271 kB]
Réception de :15 http://security.ubuntu.com/ubuntu noble-security/universe i386 Packages [106 kB]
Réception de :16 http://security.ubuntu.com/ubuntu noble-security/universe Translation-en [115 kB]
2998 ko réceptionnés en 2s (1444 ko/s)
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait
4 paquets peuvent être mis à jour. Exécutez « apt list --upgradable » pour les voir.
pcmaison@pcmaison-H61M-D2-B3:~$ uname -a
Linux pcmaison-H61M-D2-B3 6.8.0-45-generic #45-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 30 12:02:04 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
pcmaison@pcmaison-H61M-D2-B3:~$ lspci -vnn | grep -A 12 '\''[030[02]\]' | grep -Ei "vga|3d|display|kernel"
01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Pitcairn XT [Radeon HD 7870 GHz Edition] [1002:6818] (prog-if 00 [VGA controller])
Kernel driver in use: radeon
Kernel modules: radeon, amdgpu
pcmaison@pcmaison-H61M-D2-B3:~$ 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
+++-=============================================-=========================================-============-================================================================================
pcmaison@pcmaison-H61M-D2-B3:~$ ls -l /var/crash
total 232
-rw-r----- 1 pcmaison whoopsie 227198 sept. 24 18:36 _usr_bin_clementine.1000.crash
-rw-rw-r-- 1 pcmaison whoopsie 0 sept. 23 18:34 _usr_bin_clementine.1000.upload
-rw------- 1 whoopsie whoopsie 37 sept. 23 18:52 _usr_bin_clementine.1000.uploaded
echo $XDG_SESSION_TYPE
Hors ligne
#4 Le 26/09/2024, à 13:51
- xubu1957
Re : pb redémarrage - plantage pb boot? [résolu]
echo $XDG_SESSION_TYPE
répond quoi ?
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
En ligne
#5 Le 26/09/2024, à 13:53
- Yves38
Re : pb redémarrage - plantage pb boot? [résolu]
voilà:
echo $XDG_SESSION_TYPE
wayland
Hors ligne
#6 Le 26/09/2024, à 13:56
- xubu1957
Re : pb redémarrage - plantage pb boot? [résolu]
Quelle était la solution ?
Dernière modification par xubu1957 (Le 26/09/2024, à 13:57)
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
En ligne
#7 Le 26/09/2024, à 14:10
- Yves38
Re : pb redémarrage - plantage pb boot? [résolu]
Je ne comprends pas.
Je n'ai pas de souci pour mettre en veille, mais lorsque j'éteins mon PC, il a beaucoup de chance(!) pour que je ne puisse redémarrer...
Il me faut donc lancer ces 2 fonctions:
sudo apt list ~c
et
sudo apt purge ~c
Est-ce bien cela?
Hors ligne
#8 Le 26/09/2024, à 14:17
- xubu1957
Re : pb redémarrage - plantage pb boot? [résolu]
sudo apt purge ~c
C'est une simple commande de nettoyage servant à purger les résidus de configuration marqués "rc", expliqué à la machine à café et rajouté dans ce message
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
En ligne
#9 Le 26/09/2024, à 14:21
- Yves38
Re : pb redémarrage - plantage pb boot? [résolu]
Donc, je peux éteindre, je n'aurai plus de soucis de redémarrage?
Hors ligne
#10 Le 26/09/2024, à 14:26
- xubu1957
Re : pb redémarrage - plantage pb boot? [résolu]
Donne la liste des anomalies de démarrage :
journalctl --no-pager -b -p err
Merci de montrer, pour les permissions :
echo -e "\nNombre d'éléments de /home/moi ne m'appartenant pas : $(sudo find ~ \( ! -user $USER -o ! -group $USER \) | wc -l)"
et :
Bonjour,
Pour info, donne aussi le résultat de :
apt list ?obsolete
... histoire de vérifier la présence éventuelle de paquets "orphelins".
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
En ligne
#11 Le 26/09/2024, à 15:34
- Yves38
Re : pb redémarrage - plantage pb boot? [résolu]
voici:
journalctl --no-pager -b -p err
sept. 22 08:59:25 pcmaison-H61M-D2-B3 gdm-password][1840]: gkr-pam: unable to locate daemon control file
sept. 22 08:59:25 pcmaison-H61M-D2-B3 gdm-password][1840]: gkr-pam: the password for the login keyring was invalid.
sept. 22 08:59:26 pcmaison-H61M-D2-B3 systemd[1861]: Failed to start app-gnome-gnome\x2dkeyring\x2dsecrets-2097.scope - Application launched by gnome-session-binary.
sept. 22 08:59:26 pcmaison-H61M-D2-B3 systemd[1861]: Failed to start app-gnome-gnome\x2dkeyring\x2dssh-2094.scope - Application launched by gnome-session-binary.
sept. 22 09:37:39 pcmaison-H61M-D2-B3 kernel: [drm:si_dpm_set_power_state [radeon]] *ERROR* si_set_sw_state failed
sept. 22 09:37:51 pcmaison-H61M-D2-B3 gdm-password][10871]: gkr-pam: the password for the login keyring was invalid.
sept. 22 10:26:06 pcmaison-H61M-D2-B3 kernel: [drm:si_dpm_set_power_state [radeon]] *ERROR* si_set_sw_state failed
sept. 22 10:26:06 pcmaison-H61M-D2-B3 gdm3[1220]: GLib: Source ID 85 was not found when attempting to remove it
sept. 22 10:26:19 pcmaison-H61M-D2-B3 gdm-password][17732]: gkr-pam: the password for the login keyring was invalid.
sept. 22 13:31:10 pcmaison-H61M-D2-B3 kernel: [drm:si_dpm_set_power_state [radeon]] *ERROR* si_set_sw_state failed
sept. 22 13:31:10 pcmaison-H61M-D2-B3 gdm3[1220]: GLib: Source ID 94 was not found when attempting to remove it
sept. 22 13:32:09 pcmaison-H61M-D2-B3 gdm-password][21333]: gkr-pam: the password for the login keyring was invalid.
sept. 22 14:50:42 pcmaison-H61M-D2-B3 kernel: [drm:si_dpm_set_power_state [radeon]] *ERROR* si_set_sw_state failed
sept. 22 14:50:42 pcmaison-H61M-D2-B3 gdm3[1220]: GLib: Source ID 103 was not found when attempting to remove it
sept. 22 16:24:01 pcmaison-H61M-D2-B3 kernel: [drm:si_dpm_set_power_state [radeon]] *ERROR* si_set_sw_state failed
sept. 22 16:24:01 pcmaison-H61M-D2-B3 gdm3[1220]: GLib: Source ID 118 was not found when attempting to remove it
sept. 22 16:24:12 pcmaison-H61M-D2-B3 gdm-password][27270]: gkr-pam: the password for the login keyring was invalid.
sept. 22 16:55:31 pcmaison-H61M-D2-B3 kernel: [drm:si_dpm_set_power_state [radeon]] *ERROR* si_set_sw_state failed
sept. 22 16:55:31 pcmaison-H61M-D2-B3 gdm3[1220]: GLib: Source ID 123 was not found when attempting to remove it
sept. 22 16:55:41 pcmaison-H61M-D2-B3 gdm-password][28676]: gkr-pam: the password for the login keyring was invalid.
sept. 22 17:36:39 pcmaison-H61M-D2-B3 gdm-password][31667]: gkr-pam: the password for the login keyring was invalid.
sept. 22 18:10:39 pcmaison-H61M-D2-B3 kernel: [drm:si_dpm_set_power_state [radeon]] *ERROR* si_set_sw_state failed
sept. 22 18:10:39 pcmaison-H61M-D2-B3 gdm3[1220]: GLib: Source ID 132 was not found when attempting to remove it
sept. 22 18:10:52 pcmaison-H61M-D2-B3 gdm-password][32138]: gkr-pam: the password for the login keyring was invalid.
sept. 22 18:57:23 pcmaison-H61M-D2-B3 gdm-password][40921]: gkr-pam: the password for the login keyring was invalid.
sept. 22 19:27:09 pcmaison-H61M-D2-B3 gdm-password][43522]: gkr-pam: the password for the login keyring was invalid.
sept. 22 19:30:56 pcmaison-H61M-D2-B3 kernel: [drm:si_dpm_set_power_state [radeon]] *ERROR* si_set_sw_state failed
sept. 22 19:30:56 pcmaison-H61M-D2-B3 gdm3[1220]: GLib: Source ID 153 was not found when attempting to remove it
sept. 22 19:31:39 pcmaison-H61M-D2-B3 gdm-password][44736]: gkr-pam: the password for the login keyring was invalid.
sept. 23 07:20:22 pcmaison-H61M-D2-B3 kernel: [drm:si_dpm_set_power_state [radeon]] *ERROR* si_set_sw_state failed
sept. 23 07:20:22 pcmaison-H61M-D2-B3 gdm3[1220]: GLib: Source ID 187 was not found when attempting to remove it
sept. 23 07:20:36 pcmaison-H61M-D2-B3 gdm-password][45936]: gkr-pam: the password for the login keyring was invalid.
sept. 23 08:05:44 pcmaison-H61M-D2-B3 gdm-password][58514]: gkr-pam: the password for the login keyring was invalid.
sept. 23 08:26:05 pcmaison-H61M-D2-B3 gdm-password][63156]: gkr-pam: the password for the login keyring was invalid.
sept. 23 09:28:22 pcmaison-H61M-D2-B3 kernel: [drm:si_dpm_set_power_state [radeon]] *ERROR* si_set_sw_state failed
sept. 23 09:28:22 pcmaison-H61M-D2-B3 gdm3[1220]: GLib: Source ID 204 was not found when attempting to remove it
sept. 23 09:29:01 pcmaison-H61M-D2-B3 gdm-password][69799]: gkr-pam: the password for the login keyring was invalid.
sept. 23 10:16:05 pcmaison-H61M-D2-B3 kernel: [drm:si_dpm_set_power_state [radeon]] *ERROR* si_set_sw_state failed
sept. 23 10:16:05 pcmaison-H61M-D2-B3 gdm3[1220]: GLib: Source ID 227 was not found when attempting to remove it
sept. 23 10:16:06 pcmaison-H61M-D2-B3 systemd[1]: Failed to start fwupd-refresh.service - Refresh fwupd metadata and update motd.
sept. 23 10:16:17 pcmaison-H61M-D2-B3 gdm-password][71762]: gkr-pam: the password for the login keyring was invalid.
sept. 23 10:46:03 pcmaison-H61M-D2-B3 gdm-password][75568]: gkr-pam: the password for the login keyring was invalid.
sept. 23 11:21:11 pcmaison-H61M-D2-B3 kernel: [drm:si_dpm_set_power_state [radeon]] *ERROR* si_set_sw_state failed
sept. 23 11:21:11 pcmaison-H61M-D2-B3 gdm3[1220]: GLib: Source ID 239 was not found when attempting to remove it
sept. 23 11:21:42 pcmaison-H61M-D2-B3 gdm-password][78932]: gkr-pam: the password for the login keyring was invalid.
sept. 23 12:13:24 pcmaison-H61M-D2-B3 gdm-password][83720]: gkr-pam: the password for the login keyring was invalid.
sept. 23 13:00:04 pcmaison-H61M-D2-B3 gdm-password][87527]: gkr-pam: the password for the login keyring was invalid.
sept. 23 15:55:41 pcmaison-H61M-D2-B3 kernel: [drm:si_dpm_set_power_state [radeon]] *ERROR* si_set_sw_state failed
sept. 23 15:55:41 pcmaison-H61M-D2-B3 gdm3[1220]: GLib: Source ID 257 was not found when attempting to remove it
sept. 23 15:55:59 pcmaison-H61M-D2-B3 gdm-password][95832]: gkr-pam: the password for the login keyring was invalid.
sept. 23 18:50:33 pcmaison-H61M-D2-B3 gdm-password][117730]: gkr-pam: the password for the login keyring was invalid.
sept. 23 19:50:53 pcmaison-H61M-D2-B3 gdm-password][121179]: pam_unix(gdm-password:auth): conversation failed
sept. 23 19:50:53 pcmaison-H61M-D2-B3 gdm-password][121179]: pam_unix(gdm-password:auth): auth could not identify password for [pcmaison]
sept. 23 19:51:08 pcmaison-H61M-D2-B3 gdm-password][121197]: gkr-pam: the password for the login keyring was invalid.
sept. 23 20:22:03 pcmaison-H61M-D2-B3 gdm-password][123475]: gkr-pam: the password for the login keyring was invalid.
sept. 23 21:07:10 pcmaison-H61M-D2-B3 gdm-password][126756]: gkr-pam: the password for the login keyring was invalid.
sept. 23 21:25:09 pcmaison-H61M-D2-B3 gdm-password][127829]: gkr-pam: the password for the login keyring was invalid.
sept. 23 22:23:18 pcmaison-H61M-D2-B3 gdm-password][130946]: gkr-pam: the password for the login keyring was invalid.
sept. 24 08:31:57 pcmaison-H61M-D2-B3 kernel: [drm:si_dpm_set_power_state [radeon]] *ERROR* si_set_sw_state failed
sept. 24 08:31:57 pcmaison-H61M-D2-B3 gdm3[1220]: GLib: Source ID 281 was not found when attempting to remove it
sept. 24 08:32:48 pcmaison-H61M-D2-B3 gdm-password][134942]: gkr-pam: the password for the login keyring was invalid.
sept. 24 09:10:08 pcmaison-H61M-D2-B3 kernel: [drm:si_dpm_set_power_state [radeon]] *ERROR* si_set_sw_state failed
sept. 24 09:10:08 pcmaison-H61M-D2-B3 gdm3[1220]: GLib: Source ID 350 was not found when attempting to remove it
sept. 24 09:10:21 pcmaison-H61M-D2-B3 gdm-password][145767]: gkr-pam: the password for the login keyring was invalid.
sept. 24 11:18:52 pcmaison-H61M-D2-B3 kernel: [drm:si_dpm_set_power_state [radeon]] *ERROR* si_set_sw_state failed
sept. 24 11:18:52 pcmaison-H61M-D2-B3 gdm3[1220]: GLib: Source ID 359 was not found when attempting to remove it
sept. 24 11:18:52 pcmaison-H61M-D2-B3 systemd[1]: Failed to start fwupd-refresh.service - Refresh fwupd metadata and update motd.
sept. 24 11:19:05 pcmaison-H61M-D2-B3 gdm-password][147270]: gkr-pam: the password for the login keyring was invalid.
sept. 24 13:03:57 pcmaison-H61M-D2-B3 gdm-password][157733]: gkr-pam: the password for the login keyring was invalid.
sept. 24 14:38:00 pcmaison-H61M-D2-B3 kernel: [drm:si_dpm_set_power_state [radeon]] *ERROR* si_set_sw_state failed
sept. 24 14:38:00 pcmaison-H61M-D2-B3 gdm3[1220]: GLib: Source ID 368 was not found when attempting to remove it
sept. 24 14:38:11 pcmaison-H61M-D2-B3 gdm-password][162105]: gkr-pam: the password for the login keyring was invalid.
sept. 24 15:35:10 pcmaison-H61M-D2-B3 kernel: [drm:si_dpm_set_power_state [radeon]] *ERROR* si_set_sw_state failed
sept. 24 15:35:10 pcmaison-H61M-D2-B3 gdm3[1220]: GLib: Source ID 387 was not found when attempting to remove it
sept. 24 15:35:21 pcmaison-H61M-D2-B3 gdm-password][162653]: gkr-pam: the password for the login keyring was invalid.
sept. 24 15:57:51 pcmaison-H61M-D2-B3 kernel: [drm:si_dpm_set_power_state [radeon]] *ERROR* si_set_sw_state failed
sept. 24 15:57:51 pcmaison-H61M-D2-B3 gdm3[1220]: GLib: Source ID 395 was not found when attempting to remove it
sept. 24 15:58:11 pcmaison-H61M-D2-B3 gdm-password][163185]: gkr-pam: the password for the login keyring was invalid.
sept. 24 17:49:37 pcmaison-H61M-D2-B3 kernel: [drm:si_dpm_set_power_state [radeon]] *ERROR* si_set_sw_state failed
sept. 24 17:49:37 pcmaison-H61M-D2-B3 gdm3[1220]: GLib: Source ID 406 was not found when attempting to remove it
sept. 24 17:49:49 pcmaison-H61M-D2-B3 gdm-password][183147]: gkr-pam: the password for the login keyring was invalid.
sept. 24 19:31:23 pcmaison-H61M-D2-B3 kernel: mei_me 0000:00:16.0: less data available than length=00000000.
sept. 24 19:31:23 pcmaison-H61M-D2-B3 kernel: [drm:si_dpm_set_power_state [radeon]] *ERROR* si_set_sw_state failed
sept. 24 19:31:23 pcmaison-H61M-D2-B3 gdm3[1220]: GLib: Source ID 413 was not found when attempting to remove it
sept. 24 19:31:35 pcmaison-H61M-D2-B3 gdm-password][193769]: gkr-pam: the password for the login keyring was invalid.
sept. 24 19:45:34 pcmaison-H61M-D2-B3 kernel: usb 2-1.1: device not accepting address 13, error -71
sept. 24 19:45:59 pcmaison-H61M-D2-B3 kernel: device offline error, dev sdd, sector 1 op 0x1:(WRITE) flags 0x0 phys_seg 1 prio class 0
sept. 24 19:45:59 pcmaison-H61M-D2-B3 kernel: Buffer I/O error on dev sdd, logical block 1, lost async page write
sept. 25 08:34:07 pcmaison-H61M-D2-B3 kernel: [drm:si_dpm_set_power_state [radeon]] *ERROR* si_set_sw_state failed
sept. 25 08:34:07 pcmaison-H61M-D2-B3 gdm3[1220]: GLib: Source ID 422 was not found when attempting to remove it
sept. 25 08:34:20 pcmaison-H61M-D2-B3 gdm-password][202303]: gkr-pam: the password for the login keyring was invalid.
sept. 25 12:59:59 pcmaison-H61M-D2-B3 kernel: [drm:si_dpm_set_power_state [radeon]] *ERROR* si_set_sw_state failed
sept. 25 12:59:59 pcmaison-H61M-D2-B3 gdm3[1220]: GLib: Source ID 431 was not found when attempting to remove it
sept. 25 12:59:59 pcmaison-H61M-D2-B3 systemd[1]: Failed to start fwupd-refresh.service - Refresh fwupd metadata and update motd.
sept. 25 13:00:12 pcmaison-H61M-D2-B3 gdm-password][211794]: gkr-pam: the password for the login keyring was invalid.
sept. 25 13:19:20 pcmaison-H61M-D2-B3 gpod[216759]: Client creation/handshake failed: -19
sept. 25 13:19:21 pcmaison-H61M-D2-B3 kernel: usb 2-1-port1: disabled by hub (EMI?), re-enabling...
sept. 25 13:19:55 pcmaison-H61M-D2-B3 gpod[217359]: Client creation/handshake failed: -19
sept. 25 13:20:06 pcmaison-H61M-D2-B3 kernel: ipheth 2-1.1:4.2: ipheth_rx_submit: usb_submit_urb: -2
sept. 25 13:20:07 pcmaison-H61M-D2-B3 kernel: usb 2-1.1: device descriptor read/64, error -71
sept. 25 13:20:08 pcmaison-H61M-D2-B3 kernel: usb 2-1.1: device not accepting address 24, error -71
sept. 25 13:20:08 pcmaison-H61M-D2-B3 kernel: usb 2-1.1: device descriptor read/all, error -71
sept. 25 13:20:09 pcmaison-H61M-D2-B3 kernel: usb 2-1.1: device descriptor read/8, error -71
sept. 25 13:20:09 pcmaison-H61M-D2-B3 kernel: usb 2-1.1: device descriptor read/8, error -71
sept. 25 13:20:09 pcmaison-H61M-D2-B3 kernel: usb 2-1.1: device descriptor read/8, error -71
sept. 25 13:20:09 pcmaison-H61M-D2-B3 kernel: usb 2-1.1: device descriptor read/8, error -71
sept. 25 13:20:09 pcmaison-H61M-D2-B3 kernel: usb 2-1-port1: unable to enumerate USB device
sept. 25 13:20:26 pcmaison-H61M-D2-B3 kernel: usb 2-1-port1: disabled by hub (EMI?), re-enabling...
sept. 25 13:20:32 pcmaison-H61M-D2-B3 kernel: usb 2-1.1: device descriptor read/64, error -71
sept. 25 13:20:33 pcmaison-H61M-D2-B3 kernel: usb 2-1.1: device descriptor read/64, error -71
sept. 25 13:40:31 pcmaison-H61M-D2-B3 kernel: [drm:si_dpm_set_power_state [radeon]] *ERROR* si_set_sw_state failed
sept. 25 13:40:31 pcmaison-H61M-D2-B3 gdm3[1220]: GLib: Source ID 440 was not found when attempting to remove it
sept. 25 13:42:36 pcmaison-H61M-D2-B3 gdm-password][224438]: gkr-pam: the password for the login keyring was invalid.
sept. 25 15:45:41 pcmaison-H61M-D2-B3 kernel: [drm:si_dpm_set_power_state [radeon]] *ERROR* si_set_sw_state failed
sept. 25 15:45:41 pcmaison-H61M-D2-B3 gdm3[1220]: GLib: Source ID 449 was not found when attempting to remove it
sept. 25 15:45:41 pcmaison-H61M-D2-B3 systemd[1]: Failed to start fwupd-refresh.service - Refresh fwupd metadata and update motd.
sept. 25 15:45:52 pcmaison-H61M-D2-B3 gdm-password][224875]: gkr-pam: the password for the login keyring was invalid.
sept. 25 18:05:38 pcmaison-H61M-D2-B3 kernel: [drm:si_dpm_set_power_state [radeon]] *ERROR* si_set_sw_state failed
sept. 25 18:05:38 pcmaison-H61M-D2-B3 gdm3[1220]: GLib: Source ID 458 was not found when attempting to remove it
sept. 25 18:05:49 pcmaison-H61M-D2-B3 gdm-password][239569]: gkr-pam: the password for the login keyring was invalid.
sept. 25 18:13:58 pcmaison-H61M-D2-B3 kernel: [drm:si_dpm_set_power_state [radeon]] *ERROR* si_set_sw_state failed
sept. 25 18:13:58 pcmaison-H61M-D2-B3 gdm3[1220]: GLib: Source ID 467 was not found when attempting to remove it
sept. 25 18:14:27 pcmaison-H61M-D2-B3 gdm-password][241424]: gkr-pam: the password for the login keyring was invalid.
sept. 25 18:19:52 pcmaison-H61M-D2-B3 kernel: usb 2-1.1: device descriptor read/64, error -32
sept. 25 18:19:52 pcmaison-H61M-D2-B3 kernel: usb 2-1.1: device descriptor read/8, error -71
sept. 25 18:19:53 pcmaison-H61M-D2-B3 kernel: usb 2-1.1: device descriptor read/8, error -71
sept. 25 18:19:53 pcmaison-H61M-D2-B3 kernel: usb 2-1.1: device descriptor read/8, error -71
sept. 25 18:19:53 pcmaison-H61M-D2-B3 kernel: usb 2-1.1: device descriptor read/8, error -71
sept. 25 18:19:53 pcmaison-H61M-D2-B3 kernel: usb 2-1-port1: unable to enumerate USB device
sept. 25 18:44:42 pcmaison-H61M-D2-B3 kernel: [drm:si_dpm_set_power_state [radeon]] *ERROR* si_set_sw_state failed
sept. 25 18:44:42 pcmaison-H61M-D2-B3 gdm3[1220]: GLib: Source ID 476 was not found when attempting to remove it
sept. 25 18:44:53 pcmaison-H61M-D2-B3 gdm-password][245473]: gkr-pam: the password for the login keyring was invalid.
sept. 25 19:24:19 pcmaison-H61M-D2-B3 kernel: [drm:si_dpm_set_power_state [radeon]] *ERROR* si_set_sw_state failed
sept. 25 19:24:19 pcmaison-H61M-D2-B3 gdm3[1220]: GLib: Source ID 485 was not found when attempting to remove it
sept. 25 19:24:30 pcmaison-H61M-D2-B3 gdm-password][251311]: gkr-pam: the password for the login keyring was invalid.
sept. 26 08:34:43 pcmaison-H61M-D2-B3 kernel: [drm:si_dpm_set_power_state [radeon]] *ERROR* si_set_sw_state failed
sept. 26 08:34:43 pcmaison-H61M-D2-B3 gdm3[1220]: GLib: Source ID 494 was not found when attempting to remove it
sept. 26 08:34:57 pcmaison-H61M-D2-B3 gdm-password][254029]: gkr-pam: the password for the login keyring was invalid.
sept. 26 10:19:40 pcmaison-H61M-D2-B3 gdm-password][276717]: gkr-pam: the password for the login keyring was invalid.
sept. 26 10:57:19 pcmaison-H61M-D2-B3 gdm-password][281982]: gkr-pam: the password for the login keyring was invalid.
sept. 26 11:51:49 pcmaison-H61M-D2-B3 gdm-password][285146]: gkr-pam: the password for the login keyring was invalid.
sept. 26 12:55:41 pcmaison-H61M-D2-B3 gdm-password][292306]: gkr-pam: the password for the login keyring was invalid.
sept. 26 16:29:59 pcmaison-H61M-D2-B3 kernel: [drm:si_dpm_set_power_state [radeon]] *ERROR* si_set_sw_state failed
sept. 26 16:29:59 pcmaison-H61M-D2-B3 gdm3[1220]: GLib: Source ID 503 was not found when attempting to remove it
sept. 26 16:29:59 pcmaison-H61M-D2-B3 systemd[1]: Failed to start fwupd-refresh.service - Refresh fwupd metadata and update motd.
sept. 26 16:30:11 pcmaison-H61M-D2-B3 gdm-password][317951]: gkr-pam: the password for the login keyring was invalid.
echo -e "\nNombre d'éléments de /home/moi ne m'appartenant pas : $(sudo find ~ \( ! -user $USER -o ! -group $USER \) | wc -l)"
[sudo] Mot de passe de pcmaison :
Nombre d'éléments de /home/moi ne m'appartenant pas : 0
$ apt list ?obsolete
En train de lister... Fait
Hors ligne
#12 Le 26/09/2024, à 15:37
- xubu1957
Re : pb redémarrage - plantage pb boot? [résolu]
Je ne sais pas aider plus ! ¯∖_(ツ)_/¯
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
En ligne
#13 Le 26/09/2024, à 15:39
- Yves38
Re : pb redémarrage - plantage pb boot? [résolu]
Merci quand même.
Quelqu'un d'autre peut-il m'aider?
Dernière modification par Yves38 (Le 27/09/2024, à 07:12)
Hors ligne