Re: [Bugme-new] [Bug 10327] New: keyboard stops responding after "ifdown eth0"
From: Andrew Morton <akpm@linux-foundation.org>
Date: 2008-03-26 00:16:38
Also in:
lkml, netdev
From: Andrew Morton <akpm@linux-foundation.org>
Date: 2008-03-26 00:16:38
Also in:
lkml, netdev
On Wed, 26 Mar 2008 01:01:28 +0100 Stefan Richter [off-list ref] wrote:
One possible reason for unresponsive keyboard is a workqueue job in the shared workqueue sleeping very long or indefinitely. Sky2.c has only one workqueue job: sky2_restart().
Yeah. Marcus, please try something like this: - become root - run ( sleep 10 ; echo t > /proc/sysrq-trigger ) & ifdown eth0 - wait a minute or so - reboot - See if the sysrq-t output made it to /var/log/messages If it did, please send it as reply-to-all to this email. Try to avoid wordwrapping it, as many do. Thanks.