2007-02-07 19:58:30

by Andy

[permalink] [raw]
Subject: console scroll lock causes DOS

If the scroll lock is on and there is a bunch of console output, the machine
will eventually stop responding to the network, until scroll lock is turned
off (at sometimes that doesn't even help).

Easy test:

hit scroll lock
do a few echo t > /proc/sysrq-trigger on that machine from a ssh/telnet session
and it should stop responding after two or three of them.

This is bad (for me) because we have a stupid switch box that uses scroll
lock to bring up the system selection menu, so sometimes scroll lock gets
left on by accident, and the machine eventually locks up.

Andy


2007-02-19 04:58:18

by dean gaudet

[permalink] [raw]
Subject: Re: console scroll lock causes DOS

On Wed, 7 Feb 2007, Andy wrote:

> If the scroll lock is on and there is a bunch of console output, the machine
> will eventually stop responding to the network, until scroll lock is turned
> off (at sometimes that doesn't even help).
>
> Easy test:
>
> hit scroll lock
> do a few echo t > /proc/sysrq-trigger on that machine from a ssh/telnet session
> and it should stop responding after two or three of them.
>
> This is bad (for me) because we have a stupid switch box that uses scroll
> lock to bring up the system selection menu, so sometimes scroll lock gets
> left on by accident, and the machine eventually locks up.

something similar happens on serial console with hardware flow control if
the other side goes away. on some boxes i've wired special connectors
with CTS=RTS to avoid this... mind you i haven't tested this problem in
years.

-dean