Subject: Re: kern/36884: kernel panic upon powering down serial console client machine
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Martin Husemann <martin@duskware.de>
List: netbsd-bugs
Date: 09/02/2007 17:00:06
The following reply was made to PR kern/36884; it has been noted by GNATS.
From: Martin Husemann <martin@duskware.de>
To: gnats-bugs@NetBSD.org
Cc:
Subject: Re: kern/36884: kernel panic upon powering down serial console client machine
Date: Sun, 2 Sep 2007 18:57:22 +0200
On Sun, Sep 02, 2007 at 04:41:49PM +0000, belooussov@gmail.com wrote:
> When a Windows XP box is connected to qube via a serial console cable, and
> is hibernated, kernel panic happens.
This is no panic, it just enters the debugger when receiving a BREAK
signal. You can just "c" (continue) at the ddb prompt.
You might want to change systctl hw.cnmagic (see cnmagic(9) for a
description of the magic sequence).
Martin