Hello!
Please, I started recently experiencing random freezing episodes while using Kubuntu 17.10
There is no specific time for this freezing session and the whole desktop environment would become not usable at all. The mouse would slowly move and it would take 20-30 minutes at least to close any window or even to reach the reboot button. Sometimes as well, I won't be able to move my mouse at all. It is very random and it is not related to any program since I only use a simple web browser.
System Information:
-----
System Specifications:
-----
Other Information:
-----
Typing
at the moment - while the operating system is working well - shows the following:
Update - I just had a freezing session, so I did exactly what you told me to do. I accessed the terminal using CTRL + ALT + F1, then typed
after logging in. The results were different this time, as follows:
Note: I noticed as well that simply logging off then logging in again from the terminal using
is resolving the issue. Of course, I am losing all my opened work but at least no reboot will be required.
-----
The other temporary solution I came up with - apart from the logging off method mentioned above - to break this freezing session and return back to my system goes as follows:
Step 1: Access the terminal using:
Step 2: Login with my username.
Step 3: I would kill all processes using:
Step 4: Logging back to the desktop environment using:
Note: Of course, Step 4 would hit an error related to the dbus since I killed all the processes above so I have to startx using (sudo startx) then I need to change the owner of the Xauthority back to my username to avoid the famous login loop using (chown $USER:$USER .Xauthority).
-----
Basically, I want to know if the issue is software or hardware.
Your help will be greatly appreciated! Thanks in advance.
-----
Update: This issue has been resolved using the tips suggested by the great members on here. The problem turned out to be from two apps (ManageYum) and (All-In-One Messenger). If you face a similar problem, simply install the htop tool to track the memory usage and see which programs are causing the problem.
Please, I started recently experiencing random freezing episodes while using Kubuntu 17.10
There is no specific time for this freezing session and the whole desktop environment would become not usable at all. The mouse would slowly move and it would take 20-30 minutes at least to close any window or even to reach the reboot button. Sometimes as well, I won't be able to move my mouse at all. It is very random and it is not related to any program since I only use a simple web browser.
System Information:
- Kubuntu Version: 17.10
- Kernel: x86_64 Linux 4.13.0-21-generic
- KDE Framework Version: 5.40.0
- KDE Plasma Version: 5.11.4
- Kubuntu artful-backports: It is enabled on my system.
-----
System Specifications:
- CPU: Intel(R) Core(TM) i5-6500 CPU @ 3.20GHz
- RAM: 16,362,112 kB
- Motherboard: Z170-P D3 (ASUSTeK COMPUTER INC.)
- Graphics: 3840x2160 - GeForce GTX 1050 Ti/PCIe/SSE2 - The X.Org Foundation
-----
Other Information:
- The dmesg or KSystemLog is showing the following: https://paste.ubuntu.com/26325177/
- The contents of the syslog file can be checked at: https://paste.ubuntu.com/26325448/
- The journalctl --priority 2..3 command is returning the following:https://paste.ubuntu.com/26325512/
- The sudo smartctl -a /dev/sda is returning the following: https://paste.ubuntu.com/26325550/
- The contents of the ~/.xession-errors are as follows: https://paste.ubuntu.com/26325618/
-----
Typing
Code:
free
Total | Used | Free | Shared | Buff/Cache | Available | |
Memory | 16362112 | 3773316 | 10525808 | 151196 | 2062988 | 12128992 |
Swap | 16707580 | 0 | 16707580 |
Code:
free
Total | Used | Free | Shared | Buff/Cache | Available | |
Memory | 16362112 | 15431876 | 200896 | 433108 | 729340 | 219008 |
Swap | 16707580 | 87808 | 16619772 |
Code:
loginctl terminate-user $USER
-----
The other temporary solution I came up with - apart from the logging off method mentioned above - to break this freezing session and return back to my system goes as follows:
Step 1: Access the terminal using:
Code:
[B]CTRL + ALT + F1[/B]
Step 3: I would kill all processes using:
Code:
[B]kill -9 -1[/B]
Step 4: Logging back to the desktop environment using:
Code:
[B]CTRL + ALT + F7[/B]
-----
Basically, I want to know if the issue is software or hardware.
Your help will be greatly appreciated! Thanks in advance.
-----
Update: This issue has been resolved using the tips suggested by the great members on here. The problem turned out to be from two apps (ManageYum) and (All-In-One Messenger). If you face a similar problem, simply install the htop tool to track the memory usage and see which programs are causing the problem.
Comment