You are not logged in.
Pages: 1
SUMMARY:
I've been sadly suffering random full system freeze in my Arch I've first installed it recently.
HARDWARE:
Laptop Model: ASUS ;
CPU: Intel Pentium N3700 (4) @ 2.4 GHz;
GPU: Intel Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx;
4 GB of RAM;
8 GB Swap Ram;
500 GB HDD;
SYSTEM CHARACTERISTICS:
Arch Linux x86_64 ;
Kernel: 5.15.12-arch1-1;
DWM WM ;
Xorg;
Grub;
THE ISSUE:
I suffer, randomly, crashes in my system that make me unable to do anything. The screen freezes, I have no access to my mouse nor keyboard, it is impossible to TTY. In other words, all that I can do is use the ignorance ~ hold the power button for 10s~
Here are some outputs from my last recent crash, yesterday:
journalctl -b
http://ix.io/3LkT
Xorg.0.log
http://ix.io/3LkX
I've been researching more and more every day, but had no luck yet
If you need any output, or additional information, please ask and I'll post it right away. Thanks for everything in advance!
Last edited by Aryannpandeyy (2022-01-13 10:35:51)
Offline
Try removing xf86-video-intel and all configurations explicitly referencing it (... you appear to have at least one enabling TearFree)
Offline
I can see µcode references in the journal but please confirm that the intel-ucode package is installed and also that the bootloader is configured to load the updates at boot.
Perhaps also check the memory health.
it is also impossible to use the magic keys
Para todos todo, para nosotros nada
Offline
Try removing xf86-video-intel
Ah, well this freeze problem used to happened too before I installed xf86-video-intel.
But I did as you said. Let's see.
Thanks for replying.
EDIT: While installing xf86-video-intel a message was displayed.
This was the message : http://ix.io/3LnB
But I didnt did as it was said in the message.
Last edited by Aryannpandeyy (2022-01-07 14:58:42)
Offline
I did installed intel-ucode at the time of arch installation but I did again in case of any upgrade version.
the bootloader is configured to load the updates at boot.
Configure bootloader to update boot while loading. I dont know how to do this. Is there any manual or docs or if possible can you help me to do it.
Thanks for replying.
Offline
The journal only runs 40 seconds but the Xorg log is ~35 minutes - how long does it usually take before those frezes occur?
You could try to limit the cstate, https://wiki.archlinux.org/title/Intel_ … ete_freeze (do you use implements like TLP?) and certainly check your RAM, https://wiki.archlinux.org/title/Stress … ing_memory
and it is also impossible to use the magic keys
Did you enable them? https://wiki.archlinux.org/title/Keyboa … el_(SysRq)
Do you have a second machine to ssh into the troublesome one?
Offline
Okay added the kernel parameters as you said. And freezes occur randomly. Maybe the time difference is because I left it freeze and thought it would be normal again. No, I don't use tlp or anything like that. And I don't think it's because of low memory since sometimes freeze take place even if I'm just browsing. I don't have any second machine.
And yeah here is some info I would like to add :
While installing xf86-video-intel a message was displayed.
This was the message : http://ix.io/3LnB
But I didnt did as it was said in the message.
Offline
Not "low" memory, but bad one… (though browsers are absolute RAM hogs…)
The intel config doesn't matter if you didn't originally have xf86-video-intel installed when encountering those.
Offline
Configure bootloader to update boot while loading. I dont know how to do this. Is there any manual or docs
Para todos todo, para nosotros nada
Offline
UPDATE: Till now what I have done : Added a kernel parameter and removed xf86-video-intel, updated intel-ucode.
But still my system got freeze/crash.
Here is the output of journalctl -b : http://ix.io/3Lu9
EDIT: And yeah updating microcode while booting was already done.
Last edited by Aryannpandeyy (2022-01-08 10:49:38)
Offline
Edit, sorry: that part is in the journal
What is "a" kernel parameter? c-state? What exactly?
cat /proc/cmdline
Also
certainly check your RAM, https://wiki.archlinux.org/title/Stress … ing_memory
and it is also impossible to use the magic keys
Did you enable them? https://wiki.archlinux.org/title/Keyboa … el_(SysRq)
Last edited by seth (2022-01-08 15:05:15)
Offline
Can you try running an X server from a tty, redirecting all the output to a single file?
You can do this by going to a tty (Ctrl+Alt+F2), logging in, and then typing:
startx > filename
Then post the contents of filename.
Last edited by AndroGR (2022-01-09 00:06:51)
Arch | AMD Ryzen 5 1500X | AMD Radeon RX550 4GB | 16GB RAM (3200Mhz) | KDE Plasma | Linux Zen / Custom Kernel
Offline
Xorg actually keeps a log that is far more elaborate than what's printed to certainly stdout and since he can't switch the TTY and possibly even the magic sysreq doesn't work, I quite frankly don't expect anything interesting in that log, let alone that the apparently halting kernel and hard reboot will prevent it from being synced to disk.
Offline
cat /proc/cmdline give this
BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=20793fc4-d676-4940-af0d-ad0b9b329635 rw loglevel=3 intel_idle.max_cstate=1 quiet
As for magic keys, I didn't enable them and I didn't test my memory health.
startx > output.txt
don't produce any logs. But I can give Xorg logs.
Offline
I didn't test my memory health
Well you probably should because defective memory can cause full system freezes.
Para todos todo, para nosotros nada
Offline
SUMMARY:
I've been sadly suffering random full system freeze in my Arch I've first installed it recently.CPU: Intel Pentium N3700 (4) @ 2.4 GHz;
Did you check on this bug?
No new thing under the sun
Offline
Offline
Okay it been more than three days and I am not facing any crash or freeze anymore. The solution which helped me was from seth.
https://wiki.archlinux.org/title/Intel_ … ete_freeze
Thank you everyone. Marking it as solved.
Offline
Pages: 1