I tried, and failed, today to send a "Magic Sysrq" to a linux box to which I was connected by a console server. I'm using Mac OS X. Is this even possible? If so, how?
Current Music:He’d Send In The Army - Gang Of Four
AFAIK, the "Magic SysRQ" gets its magic from it being picked up by very low-level code in the keyboard handler in the kernel, which would preclude it working via any sort of network connection.
Unless you mean that the "console server" is a KVM box of some sort, in which case it should work, unless it filters out certain combinations (for its own use?).
Good question! So by "console server" you mean you've got a serial console? If so, sending a BREAK ought to do it, provided magic sysrq is compiled in and enabled (cat /proc/sys/kernel/sysrq -- should be 1).
(no subject)
Date: 2005-07-20 08:40 am (UTC)Unless you mean that the "console server" is a KVM box of some sort, in which case it should work, unless it filters out certain combinations (for its own use?).
(no subject)
Date: 2005-07-20 08:41 am (UTC)(no subject)
Date: 2005-07-20 11:53 pm (UTC)(no subject)
Date: 2005-07-20 11:56 pm (UTC)I'm going to find a machine that's hooked up to that thing which can be futzed with and find a recipe that works.