Re: configuring sio1 for serial console ...



On Wed, 28 Jun 2006, User Freebsd wrote:

On Wed, 28 Jun 2006, Robert Watson wrote:

On Wed, 28 Jun 2006, User Freebsd wrote:

Instead of changing your kernel config, edit the sio1 entries in /boot/device.hints. (This assumes you left device sio in your kernel -- if not, you need to re-add it).

'k, re-adding ... and I take it there is no more 'DDB_UNATTENDED' option? Something equivalent?

This is now KDB_UNATTENDED, since it affects by DDB and GDB. KDB is the common debugger framework backend used to implement front-end debuggins ervices.

Ya, figured this one out when I tried to compile ... someone might want to add a mention of the new options in the ddb man page though :)

You mean like the following text in the ddb(4) man page?

NAME
ddb -- interactive kernel debugger

SYNOPSIS
options KDB
options DDB

To prevent activation of the debugger on kernel panic(9):
options KDB_UNATTENDED

Robert N M Watson
Computer Laboratory
University of Cambridge
_______________________________________________
freebsd-stable@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • Re: How to enable KITL for CEPC..
    ... KeyIndex 0 = -1 ... Cannot access selected Device from service host. ... Debugger could not initialize connection. ... The Kernel Debugger has been disconnected successfully. ...
    (microsoft.public.windowsce.platbuilder)
  • Re: Windbg: Disable user mode debugging
    ... >> This group is not applicable because of the win32 in the title. ... So you don't have 64-bit Windows. ... debugger is an extension to ntoskrnl and maybe the hal too. ... I do know that the kernel does not have ...
    (microsoft.public.win32.programmer.kernel)
  • Re: Windbg: Disable user mode debugging
    ... Windbg is NOT a kernel ... debugger, but a user mode interface to the kernel debugger running ... on the target system. ... target machine where, as you wrote above, the "special kernel mode DLLs" ...
    (microsoft.public.win32.programmer.kernel)
  • Windows 2003 crashes after successful VPN connection
    ... I have a windows 2003 server, which is also a VPN server. ... Kernel Summary Dump File: Only kernel address space is available ... Loading Kernel Symbols ... If kernel debugger is available get stack backtrace. ...
    (microsoft.public.windows.server.general)
  • Re: configuring sio1 for serial console ...
    ... (This assumes you left device sio in your kernel -- if not, you need to re-add it). ... common debugger framework backend used to implement front-end debuggins ervices. ... someone might want to add a mention of the new options in the ddb man page though:) ...
    (freebsd-stable)