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.

#26 Le 04/04/2020, à 18:22

moko138

Re : Plantage / Freeze récurrent . Touches magiques inefficace / sans effet

VGA compatible controller [0300]: Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] (rev 0b)
	Kernel driver in use: i915

Cette carte ne pose pas de problème habituellement.

Tu as 4 Go de RAM et 4 Go de swap.
Montre

dpkg -l | grep -E "intel*graphics|intel-"
echo -e "\n\tUUID des partitions de swap :"; sudo blkid -t TYPE=swap ; echo -e "\n\tLe(s) swap(s) dans le fichier fstab :"; grep swap /etc/fstab | grep -v ^# ; echo -e "\n\tLe(s) swap(s) dans /proc :" ; cat /proc/swaps ; echo -e "\n\tLe(s) swap(s) dans le fichier resume :" ; grep UUID /etc/initramfs-tools/conf.d/resume ; echo -e "\n\tLe swappiness (seuil de déclenchement) :"; cat /proc/sys/vm/swappiness
grep -oP '},"name":"\K[^"]+' ~/.mozilla/firefox/*default*/addons.json

  - -

j'oublie toujours de supprimer le cache de firefox, et lorsque je le fais je m'aperçois que j'ai 1Go en cache.

Cette valeur n'est tolérable que pendant la lecture d'un gros flux video.
Pense à purger son cache régulièrement.


%NOINDEX%
Un utilitaire précieux : ncdu
Photo, mini-tutoriel :  À la découverte de dcraw

Hors ligne

#27 Le 04/04/2020, à 18:38

kamaris

Re : Plantage / Freeze récurrent . Touches magiques inefficace / sans effet

moko138 a écrit :
grep -oP '},"name":"\K[^"]+' ~/.mozilla/firefox/*default*/addons.json

Chez moi, le fichier addons.json n'existe plus (firefox 74).
Si cette commande sort aussi en erreur chez vous, j'ai un remplaçant :

grep -Eo '\{"id":"[^"]+","syncGUID":"[^"]+",[^{]+":{"name":"[^"]+"' ~/.mozilla/firefox/*default*/extensions.json | sed -E '/^\{"id":"[^@"]+@[^"]*mozilla.org"/d; s/.*:"(.*)"/\1/' | sort

Hors ligne

#28 Le 04/04/2020, à 19:11

lo_du

Re : Plantage / Freeze récurrent . Touches magiques inefficace / sans effet

Oui chef ! smile


dpkg -l | grep -E "intel*graphics|intel-"
ii  intel-media-va-driver:amd64                19.2.1+dfsg1-2ubuntu1                  amd64        VAAPI driver for the Intel GEN8+ Graphics family
ii  intel-microcode                            3.20191115.1ubuntu0.19.10.2            amd64        Processor microcode firmware for Intel CPUs
ii  libdrm-intel1:amd64                        2.4.99-1ubuntu1                        amd64        Userspace interface to intel-specific kernel DRM services -- runtime
echo -e "\n\tUUID des partitions de swap :"; sudo blkid -t TYPE=swap ; echo -e "\n\tLe(s) swap(s) dans le fichier fstab :"; grep swap /etc/fstab | grep -v ^# ; echo -e "\n\tLe(s) swap(s) dans /proc :" ; cat /proc/swaps ; echo -e "\n\tLe(s) swap(s) dans le fichier resume :" ; grep UUID /etc/initramfs-tools/conf.d/resume ; echo -e "\n\tLe swappiness (seuil de déclenchement) :"; cat /proc/sys/vm/swappiness

	UUID des partitions de swap :
[sudo] Mot de passe de gertrude : 
/dev/zram0: UUID="a5ad34f1-be63-473f-aa2c-521d4b77c309" TYPE="swap"
/dev/zram1: UUID="099c0b73-29bb-45fc-8947-5268b13a603c" TYPE="swap"
/dev/zram2: UUID="8e634258-f7fa-47b1-8063-87f44a9ddb83" TYPE="swap"
/dev/zram3: UUID="bf458404-a093-424a-8476-4f004145e5b9" TYPE="swap"

	Le(s) swap(s) dans le fichier fstab :
/swapfile                                 none            swap    sw              0       0

	Le(s) swap(s) dans /proc :
Filename				Type		Size	Used	Priority
/swapfile                               file		2097148	0	-2
/dev/zram0                              partition	492132	13880	5
/dev/zram1                              partition	492132	14584	5
/dev/zram2                              partition	492132	13720	5
/dev/zram3                              partition	492132	13624	5

	Le(s) swap(s) dans le fichier resume :
grep: /etc/initramfs-tools/conf.d/resume: Aucun fichier ou dossier de ce type

	Le swappiness (seuil de déclenchement) :
60
grep -oP '},"name":"\K[^"]+' ~/.mozilla/firefox/*default*/addons.json
EPUBReader
SoundFixer
Adblock Plus
English (GB) Language Pack
Français Language Pack
English (CA) Language Pack
Zoom Scheduler

Hors ligne

#29 Le 04/04/2020, à 23:07

moko138

Re : Plantage / Freeze récurrent . Touches magiques inefficace / sans effet

0) 4 Go de RAM, il paraît que c'est limite, pour la variante principale, "Ubuntu".

1) Dégage Adblock Plus (qui ne bloque pas si on est assez gros pour le payer) et remplace-le par un bloqueur de javascripts, au choix :
par ublock origin
ou, si tu es motivé, par noscript.

2) Abaisse ton swappiness à 10 comme expliqué dans la Doc swap

3) Pour l'usage controversé de zram, je ne me prononce pas, puisque je ne l'ai pas testé.

4) Concernant

/etc/initramfs-tools/conf.d/resume: Aucun fichier ou dossier de ce type

j'espère que kamaris pourra nous dire ce qui est normal quand on a, comme toi, un swapfile et non une partition.
  Mais on voit que ton swapfile était inutilisé au moment de ton retour, contrairement à ta zram (colonne "used").


%NOINDEX%
Un utilitaire précieux : ncdu
Photo, mini-tutoriel :  À la découverte de dcraw

Hors ligne

#30 Le 05/04/2020, à 00:14

kamaris

Re : Plantage / Freeze récurrent . Touches magiques inefficace / sans effet

moko138 a écrit :

j'espère que kamaris pourra nous dire ce qui est normal quand on a, comme toi, un swapfile et non une partition.

Non, je ne sais pas : j'ai moi aussi 4 Go de ram (moins ce que prend ma carte graphique), un petit proc, un disque dur mécanique, et j'ai fait le choix radical de ne pas avoir de swap du tout, pour préserver au maximum les performances (avec succès, mais il faut avoir l'œil sur sa ram, d'où la commande de surveillance de ram que j'ai proposée à lo_du dans ce fil).
Mais je n'ai pas l'impression que le problème vienne de la ram ici (et donc encore moins du swap, à priori), aussi bien au vu des différents retours que parce que la commande de surveillance de ram n'a pas donné l'alerte.

J'espérais quant à moi que le problème puisse être éclairci à partir de ce que tu relevais en #24 : « Plantage graphique ("drm" = Direct Rendering Manager") », à propos de quoi je n'ai pas la moindre idée non plus sad

Hors ligne

#31 Le 05/04/2020, à 09:03

lo_du

Re : Plantage / Freeze récurrent . Touches magiques inefficace / sans effet

Merci moko 138 pour ces quelques conseils que j'ai suivi. Je reviens vers vous si le problème réapparait..

Hors ligne

#32 Le 05/04/2020, à 13:01

lo_du

Re : Plantage / Freeze récurrent . Touches magiques inefficace / sans effet

Hum, problème réapparu et rien à faire, les touches magiques restent inutilisables.

Si ça peut vous éclairer, je remet les dernière ligne du journal :

sudo journalctl -b-1 -n50 --no-pager 
[sudo] Mot de passe de gertrude : 
-- Logs begin at Wed 2020-03-18 10:43:35 +04, end at Sun 2020-04-05 15:02:52 +04. --
avril 05 14:33:52 titoune systemd-resolved[772]: Server returned error NXDOMAIN, mitigating potential DNS violation DVE-2018-0001, retrying transaction with reduced feature level UDP.
avril 05 14:34:40 titoune xdg-desktop-por[1386]: Failed to get application states: GDBus.Error:org.freedesktop.portal.Error.Failed: Could not get window list: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: App introspection not allowed
avril 05 14:35:40 titoune xdg-desktop-por[1386]: Failed to get application states: GDBus.Error:org.freedesktop.portal.Error.Failed: Could not get window list: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: App introspection not allowed
avril 05 14:36:40 titoune xdg-desktop-por[1386]: Failed to get application states: GDBus.Error:org.freedesktop.portal.Error.Failed: Could not get window list: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: App introspection not allowed
avril 05 14:37:40 titoune xdg-desktop-por[1386]: Failed to get application states: GDBus.Error:org.freedesktop.portal.Error.Failed: Could not get window list: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: App introspection not allowed
avril 05 14:37:54 titoune gnome-shell[1487]: [Child 3008, MediaDecoderStateMachine #1] WARNING: Decoder=7fba2c006000 Decode error: NS_ERROR_DOM_MEDIA_FATAL_ERR (0x806e0005) - RefPtr<MediaSourceTrackDemuxer::SamplesPromise> mozilla::MediaSourceTrackDemuxer::DoGetSamples(int32_t): manager is detached.: file /build/firefox-7zdu9Q/firefox-74.0+build3/dom/media/MediaDecoderStateMachine.cpp, line 3358
avril 05 14:37:54 titoune gnome-shell[1487]: [Child 3008, MediaDecoderStateMachine #1] WARNING: Decoder=7fba2c006000 Decode error: NS_ERROR_DOM_MEDIA_FATAL_ERR (0x806e0005) - RefPtr<MediaSourceTrackDemuxer::SamplesPromise> mozilla::MediaSourceTrackDemuxer::DoGetSamples(int32_t): manager is detached.: file /build/firefox-7zdu9Q/firefox-74.0+build3/dom/media/MediaDecoderStateMachine.cpp, line 3358
avril 05 14:38:40 titoune xdg-desktop-por[1386]: Failed to get application states: GDBus.Error:org.freedesktop.portal.Error.Failed: Could not get window list: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: App introspection not allowed
avril 05 14:38:52 titoune systemd-resolved[772]: Server returned error NXDOMAIN, mitigating potential DNS violation DVE-2018-0001, retrying transaction with reduced feature level UDP.
avril 05 14:39:40 titoune xdg-desktop-por[1386]: Failed to get application states: GDBus.Error:org.freedesktop.portal.Error.Failed: Could not get window list: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: App introspection not allowed
avril 05 14:40:40 titoune xdg-desktop-por[1386]: Failed to get application states: GDBus.Error:org.freedesktop.portal.Error.Failed: Could not get window list: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: App introspection not allowed
avril 05 14:41:40 titoune xdg-desktop-por[1386]: Failed to get application states: GDBus.Error:org.freedesktop.portal.Error.Failed: Could not get window list: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: App introspection not allowed
avril 05 14:42:40 titoune xdg-desktop-por[1386]: Failed to get application states: GDBus.Error:org.freedesktop.portal.Error.Failed: Could not get window list: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: App introspection not allowed
avril 05 14:43:40 titoune xdg-desktop-por[1386]: Failed to get application states: GDBus.Error:org.freedesktop.portal.Error.Failed: Could not get window list: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: App introspection not allowed
avril 05 14:43:52 titoune systemd-resolved[772]: Server returned error NXDOMAIN, mitigating potential DNS violation DVE-2018-0001, retrying transaction with reduced feature level UDP.
avril 05 14:44:40 titoune xdg-desktop-por[1386]: Failed to get application states: GDBus.Error:org.freedesktop.portal.Error.Failed: Could not get window list: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: App introspection not allowed
avril 05 14:45:40 titoune xdg-desktop-por[1386]: Failed to get application states: GDBus.Error:org.freedesktop.portal.Error.Failed: Could not get window list: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: App introspection not allowed
avril 05 14:46:23 titoune wpa_supplicant[818]: wlp3s0: WPA: Group rekeying completed with f4:06:8d:b8:11:55 [GTK=CCMP]
avril 05 14:46:40 titoune xdg-desktop-por[1386]: Failed to get application states: GDBus.Error:org.freedesktop.portal.Error.Failed: Could not get window list: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: App introspection not allowed
avril 05 14:46:58 titoune wpa_supplicant[818]: wlp3s0: WPA: Group rekeying completed with f4:06:8d:b8:11:55 [GTK=CCMP]
avril 05 14:47:40 titoune xdg-desktop-por[1386]: Failed to get application states: GDBus.Error:org.freedesktop.portal.Error.Failed: Could not get window list: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: App introspection not allowed
avril 05 14:48:01 titoune systemd-resolved[772]: Server returned error NXDOMAIN, mitigating potential DNS violation DVE-2018-0001, retrying transaction with reduced feature level UDP.
avril 05 14:48:01 titoune systemd-resolved[772]: Server returned error NXDOMAIN, mitigating potential DNS violation DVE-2018-0001, retrying transaction with reduced feature level UDP.
avril 05 14:48:01 titoune systemd-resolved[772]: Server returned error NXDOMAIN, mitigating potential DNS violation DVE-2018-0001, retrying transaction with reduced feature level UDP.
avril 05 14:48:01 titoune systemd-resolved[772]: Server returned error NXDOMAIN, mitigating potential DNS violation DVE-2018-0001, retrying transaction with reduced feature level UDP.
avril 05 14:48:40 titoune xdg-desktop-por[1386]: Failed to get application states: GDBus.Error:org.freedesktop.portal.Error.Failed: Could not get window list: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: App introspection not allowed
avril 05 14:48:52 titoune systemd-resolved[772]: Server returned error NXDOMAIN, mitigating potential DNS violation DVE-2018-0001, retrying transaction with reduced feature level UDP.
avril 05 14:49:40 titoune xdg-desktop-por[1386]: Failed to get application states: GDBus.Error:org.freedesktop.portal.Error.Failed: Could not get window list: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: App introspection not allowed
avril 05 14:49:53 titoune rtkit-daemon[1186]: Supervising 5 threads of 3 processes of 1 users.
avril 05 14:49:53 titoune rtkit-daemon[1186]: Supervising 5 threads of 3 processes of 1 users.
avril 05 14:49:53 titoune rtkit-daemon[1186]: Supervising 5 threads of 3 processes of 1 users.
avril 05 14:49:53 titoune rtkit-daemon[1186]: Supervising 5 threads of 3 processes of 1 users.
avril 05 14:49:53 titoune rtkit-daemon[1186]: Successfully made thread 4108 of process 3426 owned by '1000' RT at priority 10.
avril 05 14:49:53 titoune rtkit-daemon[1186]: Supervising 6 threads of 4 processes of 1 users.
avril 05 14:50:40 titoune xdg-desktop-por[1386]: Failed to get application states: GDBus.Error:org.freedesktop.portal.Error.Failed: Could not get window list: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: App introspection not allowed
avril 05 14:50:55 titoune gnome-shell[1487]: [Child 3426, MediaDecoderStateMachine #1] WARNING: Decoder=7fdb8d9b3400 Decode error: NS_ERROR_DOM_MEDIA_FATAL_ERR (0x806e0005) - RefPtr<MediaSourceTrackDemuxer::SamplesPromise> mozilla::MediaSourceTrackDemuxer::DoGetSamples(int32_t): manager is detached.: file /build/firefox-7zdu9Q/firefox-74.0+build3/dom/media/MediaDecoderStateMachine.cpp, line 3358
avril 05 14:50:55 titoune gnome-shell[1487]: [Child 3426, MediaDecoderStateMachine #1] WARNING: Decoder=7fdb8d9b3400 Decode error: NS_ERROR_DOM_MEDIA_FATAL_ERR (0x806e0005) - RefPtr<MediaSourceTrackDemuxer::SamplesPromise> mozilla::MediaSourceTrackDemuxer::DoGetSamples(int32_t): manager is detached.: file /build/firefox-7zdu9Q/firefox-74.0+build3/dom/media/MediaDecoderStateMachine.cpp, line 3358
avril 05 14:50:55 titoune gnome-shell[1487]: [Child 3426, MediaDecoderStateMachine #1] WARNING: Decoder=7fdb8d9b3400 Decode error: NS_ERROR_DOM_MEDIA_FATAL_ERR (0x806e0005) - RefPtr<MediaSourceTrackDemuxer::SamplesPromise> mozilla::MediaSourceTrackDemuxer::DoGetSamples(int32_t): manager is detached.: file /build/firefox-7zdu9Q/firefox-74.0+build3/dom/media/MediaDecoderStateMachine.cpp, line 3358
avril 05 14:51:40 titoune xdg-desktop-por[1386]: Failed to get application states: GDBus.Error:org.freedesktop.portal.Error.Failed: Could not get window list: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: App introspection not allowed
avril 05 14:52:40 titoune xdg-desktop-por[1386]: Failed to get application states: GDBus.Error:org.freedesktop.portal.Error.Failed: Could not get window list: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: App introspection not allowed
avril 05 14:53:40 titoune xdg-desktop-por[1386]: Failed to get application states: GDBus.Error:org.freedesktop.portal.Error.Failed: Could not get window list: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: App introspection not allowed
avril 05 14:53:52 titoune systemd-resolved[772]: Server returned error NXDOMAIN, mitigating potential DNS violation DVE-2018-0001, retrying transaction with reduced feature level UDP.
avril 05 14:54:40 titoune xdg-desktop-por[1386]: Failed to get application states: GDBus.Error:org.freedesktop.portal.Error.Failed: Could not get window list: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: App introspection not allowed
avril 05 14:55:14 titoune gnome-shell[1487]: [Child 3426, MediaDecoderStateMachine #1] WARNING: Decoder=7fdb817cec00 Decode error: NS_ERROR_DOM_MEDIA_FATAL_ERR (0x806e0005) - RefPtr<MediaSourceTrackDemuxer::SamplesPromise> mozilla::MediaSourceTrackDemuxer::DoGetSamples(int32_t): manager is detached.: file /build/firefox-7zdu9Q/firefox-74.0+build3/dom/media/MediaDecoderStateMachine.cpp, line 3358
avril 05 14:55:14 titoune gnome-shell[1487]: [Child 3426, MediaDecoderStateMachine #1] WARNING: Decoder=7fdb817cec00 Decode error: NS_ERROR_DOM_MEDIA_FATAL_ERR (0x806e0005) - RefPtr<MediaSourceTrackDemuxer::SamplesPromise> mozilla::MediaSourceTrackDemuxer::DoGetSamples(int32_t): manager is detached.: file /build/firefox-7zdu9Q/firefox-74.0+build3/dom/media/MediaDecoderStateMachine.cpp, line 3358
avril 05 14:55:14 titoune gnome-shell[1487]: [Child 3426, MediaDecoderStateMachine #1] WARNING: Decoder=7fdb817cec00 Decode error: NS_ERROR_DOM_MEDIA_FATAL_ERR (0x806e0005) - RefPtr<MediaSourceTrackDemuxer::SamplesPromise> mozilla::MediaSourceTrackDemuxer::DoGetSamples(int32_t): manager is detached.: file /build/firefox-7zdu9Q/firefox-74.0+build3/dom/media/MediaDecoderStateMachine.cpp, line 3358
avril 05 14:55:14 titoune gnome-shell[1487]: [Child 3426, MediaDecoderStateMachine #1] WARNING: Decoder=7fdb817cec00 Decode error: NS_ERROR_DOM_MEDIA_FATAL_ERR (0x806e0005) - RefPtr<MediaSourceTrackDemuxer::SamplesPromise> mozilla::MediaSourceTrackDemuxer::DoGetSamples(int32_t): manager is detached.: file /build/firefox-7zdu9Q/firefox-74.0+build3/dom/media/MediaDecoderStateMachine.cpp, line 3358
avril 05 14:55:14 titoune gnome-shell[1487]: [Child 3426, MediaDecoderStateMachine #1] WARNING: Decoder=7fdb817cec00 Decode error: NS_ERROR_DOM_MEDIA_FATAL_ERR (0x806e0005) - RefPtr<MediaSourceTrackDemuxer::SamplesPromise> mozilla::MediaSourceTrackDemuxer::DoGetSamples(int32_t): manager is detached.: file /build/firefox-7zdu9Q/firefox-74.0+build3/dom/media/MediaDecoderStateMachine.cpp, line 3358
avril 05 14:55:14 titoune gnome-shell[1487]: [Child 3426, MediaDecoderStateMachine #1] WARNING: Decoder=7fdb817cec00 Decode error: NS_ERROR_DOM_MEDIA_FATAL_ERR (0x806e0005) - RefPtr<MediaSourceTrackDemuxer::SamplesPromise> mozilla::MediaSourceTrackDemuxer::DoGetSamples(int32_t): manager is detached.: file /build/firefox-7zdu9Q/firefox-74.0+build3/dom/media/MediaDecoderStateMachine.cpp, line 3358
avril 05 14:55:14 titoune gnome-shell[1487]: [Child 3426, MediaDecoderStateMachine #1] WARNING: Decoder=7fdb817cec00 Decode error: NS_ERROR_DOM_MEDIA_FATAL_ERR (0x806e0005) - RefPtr<MediaSourceTrackDemuxer::SamplesPromise> mozilla::MediaSourceTrackDemuxer::DoGetSamples(int32_t): manager is detached.: file /build/firefox-7zdu9Q/firefox-74.0+build3/dom/media/MediaDecoderStateMachine.cpp, line 3358
sudo journalctl -b-1 -n100 --no-pager | head -51
-- Logs begin at Wed 2020-03-18 10:43:35 +04, end at Sun 2020-04-05 15:06:08 +04. --
avril 05 14:24:47 titoune systemd[1]: Started Location Lookup Service.
avril 05 14:24:56 titoune systemd[1]: systemd-timedated.service: Succeeded.
avril 05 14:24:58 titoune systemd[1]: systemd-hostnamed.service: Succeeded.
avril 05 14:25:16 titoune snapd[845]: 2020/04/05 14:25:16 Unsolicited response received on idle HTTP channel starting with "HTTP/1.0 408 Request Time-out\r\nCache-Control: no-cache\r\nConnection: close\r\nContent-Type: text/html\r\n\r\n<html><body><h1>408 Request Time-out</h1>\nYour browser didn't send a complete request in time.\n</body></html>\n"; err=<nil>
avril 05 14:25:16 titoune snapd[845]: 2020/04/05 14:25:16 Unsolicited response received on idle HTTP channel starting with "HTTP/1.0 408 Request Time-out\r\nCache-Control: no-cache\r\nConnection: close\r\nContent-Type: text/html\r\n\r\n<html><body><h1>408 Request Time-out</h1>\nYour browser didn't send a complete request in time.\n</body></html>\n"; err=<nil>
avril 05 14:25:40 titoune xdg-desktop-por[1386]: Failed to get application states: GDBus.Error:org.freedesktop.portal.Error.Failed: Could not get window list: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: App introspection not allowed
avril 05 14:25:47 titoune geoclue[3827]: Service not used for 60 seconds. Shutting down..
avril 05 14:25:47 titoune systemd[1]: geoclue.service: Main process exited, code=killed, status=15/TERM
avril 05 14:25:47 titoune systemd[1]: geoclue.service: Succeeded.
avril 05 14:25:49 titoune kernel: usb 1-8: reset high-speed USB device number 4 using xhci_hcd
avril 05 14:25:49 titoune kernel: usb 1-8: USB disconnect, device number 4
avril 05 14:25:49 titoune kernel: usb 1-8: new high-speed USB device number 6 using xhci_hcd
avril 05 14:25:49 titoune kernel: usb 1-8: New USB device found, idVendor=0bda, idProduct=0129, bcdDevice=39.60
avril 05 14:25:49 titoune kernel: usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=3
avril 05 14:25:49 titoune kernel: usb 1-8: Product: USB2.0-CRW
avril 05 14:25:49 titoune kernel: usb 1-8: Manufacturer: Generic
avril 05 14:25:49 titoune kernel: usb 1-8: SerialNumber: 20100201396000000
avril 05 14:25:49 titoune mtp-probe[3884]: checking bus 1, device 6: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8"
avril 05 14:25:49 titoune mtp-probe[3884]: bus: 1, device: 6 was not an MTP device
avril 05 14:25:49 titoune mtp-probe[3888]: checking bus 1, device 6: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8"
avril 05 14:25:49 titoune mtp-probe[3888]: bus: 1, device: 6 was not an MTP device
avril 05 14:26:40 titoune xdg-desktop-por[1386]: Failed to get application states: GDBus.Error:org.freedesktop.portal.Error.Failed: Could not get window list: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: App introspection not allowed
avril 05 14:27:40 titoune xdg-desktop-por[1386]: Failed to get application states: GDBus.Error:org.freedesktop.portal.Error.Failed: Could not get window list: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: App introspection not allowed
avril 05 14:28:20 titoune kernel: wlp3s0: AP f4:06:8d:b8:11:55 changed bandwidth, new config is 2437 MHz, width 1 (2437/0 MHz)
avril 05 14:28:40 titoune xdg-desktop-por[1386]: Failed to get application states: GDBus.Error:org.freedesktop.portal.Error.Failed: Could not get window list: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: App introspection not allowed
avril 05 14:28:52 titoune systemd-resolved[772]: Server returned error NXDOMAIN, mitigating potential DNS violation DVE-2018-0001, retrying transaction with reduced feature level UDP.
avril 05 14:29:07 titoune kernel: wlp3s0: AP f4:06:8d:b8:11:55 changed bandwidth, new config is 2437 MHz, width 2 (2447/0 MHz)
avril 05 14:29:08 titoune wpa_supplicant[818]: wlp3s0: WPA: Group rekeying completed with f4:06:8d:b8:11:55 [GTK=CCMP]
avril 05 14:29:22 titoune rtkit-daemon[1186]: Supervising 4 threads of 2 processes of 1 users.
avril 05 14:29:22 titoune rtkit-daemon[1186]: Supervising 4 threads of 2 processes of 1 users.
avril 05 14:29:22 titoune rtkit-daemon[1186]: Supervising 4 threads of 2 processes of 1 users.
avril 05 14:29:22 titoune rtkit-daemon[1186]: Supervising 4 threads of 2 processes of 1 users.
avril 05 14:29:22 titoune rtkit-daemon[1186]: Successfully made thread 3924 of process 3008 owned by '1000' RT at priority 10.
avril 05 14:29:22 titoune rtkit-daemon[1186]: Supervising 5 threads of 3 processes of 1 users.
avril 05 14:29:31 titoune PackageKit[3774]: daemon quit
avril 05 14:29:31 titoune systemd[1]: packagekit.service: Main process exited, code=killed, status=15/TERM
avril 05 14:29:31 titoune systemd[1]: packagekit.service: Succeeded.
avril 05 14:29:40 titoune xdg-desktop-por[1386]: Failed to get application states: GDBus.Error:org.freedesktop.portal.Error.Failed: Could not get window list: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: App introspection not allowed
avril 05 14:30:01 titoune CRON[3941]: pam_unix(cron:session): session opened for user root by (uid=0)
avril 05 14:30:01 titoune CRON[3942]: (root) CMD ([ -x /etc/init.d/anacron ] && if [ ! -d /run/systemd/system ]; then /usr/sbin/invoke-rc.d anacron start >/dev/null; fi)
avril 05 14:30:01 titoune CRON[3941]: pam_unix(cron:session): session closed for user root
avril 05 14:30:31 titoune kernel: wlp3s0: AP f4:06:8d:b8:11:55 changed bandwidth, new config is 2437 MHz, width 1 (2437/0 MHz)
avril 05 14:30:40 titoune xdg-desktop-por[1386]: Failed to get application states: GDBus.Error:org.freedesktop.portal.Error.Failed: Could not get window list: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: App introspection not allowed
avril 05 14:30:51 titoune systemd[1]: Started Run anacron jobs.
avril 05 14:30:51 titoune systemd[1]: anacron.service: Succeeded.
avril 05 14:30:51 titoune anacron[3948]: Anacron 2.3 started on 2020-04-05
avril 05 14:30:51 titoune anacron[3948]: Normal exit (0 jobs run)
avril 05 14:31:40 titoune xdg-desktop-por[1386]: Failed to get application states: GDBus.Error:org.freedesktop.portal.Error.Failed: Could not get window list: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: App introspection not allowed
avril 05 14:32:40 titoune xdg-desktop-por[1386]: Failed to get application states: GDBus.Error:org.freedesktop.portal.Error.Failed: Could not get window list: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: App introspection not allowed
avril 05 14:33:40 titoune xdg-desktop-por[1386]: Failed to get application states: GDBus.Error:org.freedesktop.portal.Error.Failed: Could not get window list: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: App introspection not allowed

Dernière modification par lo_du (Le 05/04/2020, à 13:08)

Hors ligne

#33 Le 05/04/2020, à 13:48

kamaris

Re : Plantage / Freeze récurrent . Touches magiques inefficace / sans effet

Concernant les touches magiques, si tu ouvres un terminal, que tu exécutes

sudo journalctl -f

et que tu fais ensuite « alt + syst + , » (la virgule correspond à « m » en qwerty), est-ce que tu as un affichage du contenu de la mémoire qui se fait dans les logs (un bilan des pages en swap, cache , etc., en quelques lignes) ?

Si non, donne à nouveau les retours de

cat /etc/sysctl.conf
cat /etc/sysctl.d/10-magic-sysrq.conf
cat /proc/sys/kernel/sysrq
cat /etc/default/keyboard

Hors ligne

#34 Le 05/04/2020, à 18:44

moko138

Re : Plantage / Freeze récurrent . Touches magiques inefficace / sans effet

J'ai l'impression que firefox t'a emmené sur un site particulièrement curieux de ta géolocalisation :

avril 05 14:33:52 titoune systemd-resolved[772]: Server returned error NXDOMAIN, mitigating potential DNS violation DVE-2018-0001, retrying transaction with reduced feature level UDP.
avril 05 14:34:40 titoune xdg-desktop-por[1386]: Failed to get application states: GDBus.Error:org.freedesktop.portal.Error.Failed: Could not get window list: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: App introspection not allowed

Trop curieux ?
  - -

Et revérifie si

echo -e "\n\tNombre d'éléments de /home/moi ne m'appartenant pas :"; find ~ \( ! -user $USER -o ! -group $USER \) | wc -l

est bien égal à zéro.


%NOINDEX%
Un utilitaire précieux : ncdu
Photo, mini-tutoriel :  À la découverte de dcraw

Hors ligne

#35 Le 05/04/2020, à 21:24

lo_du

Re : Plantage / Freeze récurrent . Touches magiques inefficace / sans effet

@kamaris, heu oui je pense que j'obtiens bien ça :


avril 05 23:21:31 titoune kernel: sysrq: Show Memory
avril 05 23:21:31 titoune kernel: Mem-Info:
avril 05 23:21:31 titoune kernel: active_anon:477236 inactive_anon:132209 isolated_anon:0
                                   active_file:88239 inactive_file:90578 isolated_file:0
                                   unevictable:8634 dirty:8 writeback:0 unstable:0
                                   slab_reclaimable:18629 slab_unreclaimable:23884
                                   mapped:99171 shmem:43295 pagetables:6842 bounce:0
                                   free:107068 free_pcp:2262 free_cma:0
avril 05 23:21:31 titoune kernel: Node 0 active_anon:1908944kB inactive_anon:528836kB active_file:352956kB inactive_file:362312kB unevictable:34536kB isolated(anon):0kB isolated(file):0kB mapped:396684kB dirty:32kB writeback:0kB shmem:173180kB shmem_thp: 0kB shmem_pmdmapped: 0kB anon_thp: 0kB writeback_tmp:0kB unstable:0kB all_unreclaimable? no
avril 05 23:21:31 titoune kernel: Node 0 DMA free:15868kB min:276kB low:344kB high:412kB active_anon:8kB inactive_anon:0kB active_file:0kB inactive_file:0kB unevictable:0kB writepending:0kB present:15984kB managed:15896kB mlocked:0kB kernel_stack:0kB pagetables:0kB bounce:0kB free_pcp:0kB local_pcp:0kB free_cma:0kB
avril 05 23:21:31 titoune kernel: lowmem_reserve[]: 0 2577 3775 3775 3775
avril 05 23:21:31 titoune kernel: Node 0 DMA32 free:381984kB min:45944kB low:57428kB high:68912kB active_anon:1401512kB inactive_anon:300536kB active_file:227880kB inactive_file:265264kB unevictable:31428kB writepending:20kB present:2784352kB managed:2694076kB mlocked:32kB kernel_stack:4156kB pagetables:15124kB bounce:0kB free_pcp:5064kB local_pcp:1508kB free_cma:0kB
avril 05 23:21:31 titoune kernel: lowmem_reserve[]: 0 0 1198 1198 1198
avril 05 23:21:31 titoune kernel: Node 0 Normal free:30420kB min:21360kB low:26700kB high:32040kB active_anon:507424kB inactive_anon:228300kB active_file:125076kB inactive_file:97048kB unevictable:3108kB writepending:12kB present:1300480kB managed:1227108kB mlocked:0kB kernel_stack:7604kB pagetables:12244kB bounce:0kB free_pcp:3984kB local_pcp:1712kB free_cma:0kB
avril 05 23:21:31 titoune kernel: lowmem_reserve[]: 0 0 0 0 0
avril 05 23:21:31 titoune kernel: Node 0 DMA: 3*4kB (UM) 2*8kB (M) 4*16kB (UM) 5*32kB (UM) 4*64kB (UM) 2*128kB (U) 1*256kB (M) 1*512kB (M) 2*1024kB (UM) 0*2048kB 3*4096kB (ME) = 15868kB
avril 05 23:21:31 titoune kernel: Node 0 DMA32: 17776*4kB (UME) 6582*8kB (UME) 5451*16kB (UME) 2249*32kB (UME) 640*64kB (UME) 142*128kB (ME) 34*256kB (ME) 15*512kB (UME) 11*1024kB (ME) 4*2048kB (ME) 1*4096kB (E) = 382016kB
avril 05 23:21:31 titoune kernel: Node 0 Normal: 1791*4kB (UME) 825*8kB (UME) 243*16kB (UME) 76*32kB (UME) 55*64kB (UME) 16*128kB (UME) 11*256kB (UM) 2*512kB (UM) 1*1024kB (M) 0*2048kB 0*4096kB = 30516kB
avril 05 23:21:31 titoune kernel: Node 0 hugepages_total=0 hugepages_free=0 hugepages_surp=0 hugepages_size=1048576kB
avril 05 23:21:31 titoune kernel: Node 0 hugepages_total=0 hugepages_free=0 hugepages_surp=0 hugepages_size=2048kB
avril 05 23:21:31 titoune kernel: 240026 total pagecache pages
avril 05 23:21:31 titoune kernel: 17912 pages in swap cache
avril 05 23:21:31 titoune kernel: Swap cache stats: add 174646, delete 156683, find 124382/125541
avril 05 23:21:31 titoune kernel: Free swap  = 3927692kB
avril 05 23:21:31 titoune kernel: Total swap = 4065676kB
avril 05 23:21:31 titoune kernel: 1025204 pages RAM
avril 05 23:21:31 titoune kernel: 0 pages HighMem/MovableOnly
avril 05 23:21:31 titoune kernel: 40934 pages reserved
avril 05 23:21:31 titoune kernel: 0 pages cma reserved
avril 05 23:21:31 titoune kernel: 0 pages hwpoisoned
avril 05 23:21:39 titoune xdg-desktop-por[1384]: Failed to get application states: GDBus.Error:org.freedesktop.portal.Error.Failed: Could not get window list: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: App introspection not allowed

@moko ah ?

Et sinon oui, cela me renvoie bien zero.

Hors ligne

#36 Le 05/04/2020, à 21:44

kamaris

Re : Plantage / Freeze récurrent . Touches magiques inefficace / sans effet

Oui, c'est bon, tes touches magiques fonctionnent.
Donc si elles ne fonctionnent pas lors du gel de l'ordi, même après un alt + syst + r, c'est que tu n'as même plus accès à ça : plus rien d'autre à faire que redémarrer à la main sad

Hors ligne

#37 Le 06/04/2020, à 00:02

moko138

Re : Plantage / Freeze récurrent . Touches magiques inefficace / sans effet

Comme l'extinction sauvage abîme les composants électroniques et met le souk dans les fichiers (heureusement, l'ext4 est doté de la journalisation, ce qui en atténue les effets),
  et que le gel issu du plantage graphique ne désactive pas toujours les touches magiques (variabilité constatée chez moi),

/!\  il faut commencer par ./viewtopic.php?pid=21922481#p21922481 (*). Et, seulement si ça ne fonctionne pas, éteindre à l"interrupteur physique.


___
(*) Juste la première partie du message ; tu n'es pas concerné par la seconde.


%NOINDEX%
Un utilitaire précieux : ncdu
Photo, mini-tutoriel :  À la découverte de dcraw

Hors ligne