Re: I can't activate term(e) and kill(i) magic SysRq key

From: Luis Muñoz Fuente
Date: Wed Jan 03 2024 - 03:51:11 EST



El 2/1/24 a las 21:45, Christian Kujau escribió:
> Maybe. Some distributions choose to disable certain sysrq functions. See
> the page you cited, on the very top: what does "sysctl kernel.sysrq" say?
> If it's anything but "1", certain or all sysrq functions are disabled.

Hello:
I had gotten involved. I was looking at the option the kernel was
compiled with by default:
grep -i CONFIG_MAGIC_SYSRQ /boot/my_kernel
instead of looking at what option I had chosen:
cat /proc/sys/kernel/sysrq
Thank you