SUMMARY System frequently crashes- screen freezes. Cause unclear as loads of ram available. I was running a terminal command to enable sysrq commands. The process is still running 30 minutes later. But nothing happening on terminal screen. STEPS TO REPRODUCE 1. sudo nano /etc/sysctl.d/10-magic-sysrq.conf 2. echo 244 | sudo tee /proc/sys/kernel/sysrq 3. try to quit Konsole OBSERVED RESULT Error: 'There is a process running in this window. Do you still want to quit?' EXPECTED RESULT Konsole closes SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: Ubunto Studio 20.04 (available in About System) KDE Plasma Version: 5.21.4 KDE Frameworks Version: 5.80.0 Qt Version: 5.15.2 ADDITIONAL INFORMATION
I think it's an issue with the command you used, not with konsole per se (you can try with other terminals? e.g. xterm or gnome-terminal); I'd use: sudo su -c 'echo 244 > /proc/sys/kernel/sysrq'
Created attachment 138803 [details] attachment-11148-0.html ok. Thanks On 17/05/2021 09:33, Ahmad Samir wrote: > https://bugs.kde.org/show_bug.cgi?id=437218 > > Ahmad Samir <a.samirh78@gmail.com> changed: > > What |Removed |Added > ---------------------------------------------------------------------------- > Resolution|--- |NOT A BUG > Status|REPORTED |RESOLVED > CC| |a.samirh78@gmail.com > > --- Comment #1 from Ahmad Samir <a.samirh78@gmail.com> --- > I think it's an issue with the command you used, not with konsole per se (you > can try with other terminals? e.g. xterm or gnome-terminal); I'd use: > sudo su -c 'echo 244 > /proc/sys/kernel/sysrq' >