NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/51233: kernel panic when host pc connected to serial console turned off



The following reply was made to PR kern/51233; it has been noted by GNATS.

From: Martin Husemann <martin%duskware.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: kern/51233: kernel panic when host pc connected to serial console turned off
Date: Sat, 11 Jun 2016 13:55:19 +0200

 It is not a panic, but a BREAK on the serial console which invokes
 ddb(4).
 
 You can avoid it easily by adding a setting for hw.cnmagic to
 /etc/sysctl.conf, see cnmagic(9) for an explanation:
 
              as the global magic sequence.  The escape sequence is character
              value 0x27 and can be used to encode special values:
 
                    0x27   The literal value 0x27.
                    0x01   Serial BREAK sequence.
                    0x02   Nul character.
 
 Martin
 


Home | Main Index | Thread Index | Old Index