Re: Can't get sysrq working in 2.2.12 kernel

Dave Cecil (cecil@ozy.dec.com)
Mon, 07 Aug 2000 17:09:29 +1000


> >I can't get sysrq working in the 2.2.12 kernel.
> >
> >I've established that handle_sysrq is not being called from handle_scancode
> >in keyboard.c because sysrq_enabled is 0. Given that it's initialised to 1
> >in sysrq.c, something is obviously changing it.
>
>Look in /etc/rc.d scripts for references to /proc/sys/kernel/sysrq.

Right on the money Keith, thanks. The value of MAGIC_SYSRQ is checked in
/etc/rc.d/rc.sysinit and set to 0 if "no". MAGIC_SYSRQ is set in
/etc/sysconfig/init.

Cheers,
Dave

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/