I know the title is a bit ambiguous but that is what I have experienced few times this week.
These are the symptoms I have spotted:
- mouse movements start to get choppy
- music (YouTube in Firefox) stars to cut out (every second or so)
- sometimes, after couple of minutes of the struggle, mouse stops completely, so does the sound
- I cannot invoke
Alt + F2
, system is complely irresponsive
Now, I reviewed journal in search for a clue, but I have not enough knowledge to understand what could have got wrong.
Here is the snippet of a journal (around the time the total freeze occured):
https://paste.ubuntu.com/p/bJydGVGcKb/
The only things that stood up from the logs were gnome-shell
and pulse-audio
, but I cannot say whether those two causes it. I know from prior experience that gnome-shell
sometimes outputs hundreds of JS error messages (per second).
The freeze started around 17:55 and the system recovered after 4-5 minutes.
UPDATE:
Output of free -h
:
jovan@jovan-Z68X-UD5-B3:~$ free -h
total used free shared buff/cache available
Mem: 15Gi 5,2Gi 5,5Gi 174Mi 4,9Gi 9Gi
Swap: 2,0Gi 220Mi 1,8Gi
Output of lshw
:
https://pastebin.ubuntu.com/p/ZKJbhjvgtZ/
Swappiness:
jovan@jovan-Z68X-UD5-B3:~$ sysctl vm.swappiness
vm.swappiness = 60
GNOME extensions (nothing in ~/.local
, only in /usr
):
jovan@jovan-Z68X-UD5-B3:~$ ls -al /usr/share/gnome-shell/extensions
total 20
drwxr-xr-x 5 root root 4096 апр 23 09:35 .
drwxr-xr-x 7 root root 4096 авг 19 06:54 ..
drwxr-xr-x 2 root root 4096 авг 14 20:13 desktop-icons@csoriano
drwxr-xr-x 3 root root 4096 апр 23 09:35 ubuntu-appindicators@ubuntu.com
drwxr-xr-x 3 root root 4096 јун 22 10:16 ubuntu-dock@ubuntu.com
SSD Disk SMART data:
free -h
andsudo lshw -C memory
andsysctl vm.swappiness
andtop
andls -al ~/.local/share/gnome-shell/extensions
andls -al /usr/share/gnome-shell/extensions
, and screenshots of theDisks
app SMART Data scrollable window. – heynnema Aug 23 '20 at 17:46