Displaying 6 results from an estimated 6 matches for "alt_break_to_debugg".
Did you mean:
  alt_break_to_debugger
  
2009 Mar 27
2
ALT_BREAK_TO... + ILO ... missing something in config ...
...tc ... when I reboot the machine, I get the opening splash screen with 
the 7(?) options (normal boot, single user mode, etc, etc) ... but I get 
nothing between that and the login prompt ... first sign of a problem, 
maybe?
Next, the easy question ... what is the key stroke to issue when one has 
ALT_BREAK_TO_DEBUGGER is set in the kernel? I thought it was CR ~ ^b ... 
is that correct?  I'm using putty to connect via ssh, if that makes a 
difference ... I've also tried using the browser interface into ilo / vsp, 
same lack of a result ...
Beyond adding sio device driver to my kernel, I've also got...
2012 Apr 24
1
Attempting to boot into ramdisk on 8.3
...EOM_UZIP
 < #options		INCLUDE_CONFIG_FILE
 < #options		ZERO_COPY_SOCKETS
 < #options		HZ=1000
 < #options		DEVICE_POLLING
 < #options		NKPT=600        # not set up on amd64
 < #
 < # Debugging
 < options		KDB
 < options		DDB
 < options		BREAK_TO_DEBUGGER
 < options		ALT_BREAK_TO_DEBUGGER
Thanks in advance for any assistance!
-- 
Dave Hayes - Consultant - Altadena CA, USA - dave@jetcafe.org 
>>> The opinions expressed above are entirely my own <<<
One of the most common defenses against really learning
something is to believe that one knows it already.
2012 Feb 10
21
Reducing the need to compile a custom kernel
Hi,
during some big discussions in the last monts on various lists, one of  
the problems was that some people would like to use freebsd-update but  
can't as they are using a custom kernel. With all the kernel modules  
we provide, the need for a custom kernel should be small, but on the  
other hand, we do not provide a small kernel-skeleton where you can  
load just the modules you need.
2003 Apr 10
0
panic: vinvalbuf: flush failed
...HZ=1000
pseudo-device   vn                      # Vnode driver, see vnconfig(8)
options         MSGBUF_SIZE=81920
options         AUTO_EOI_1
options         MAXCONS=16              # number of virtual consoles
options         SC_HISTORY_SIZE=400     # number of history buffer lines
options         ALT_BREAK_TO_DEBUGGER   # <ENTER> ~ Ctrl-B
device          smbus
device          intpm
device          alpm
device          ichsmb
device          viapm
device          smb
device          iicbus
device          iicbb
device          ic
device          iic
device          iicsmb
I can send the whole config if r...
2003 Aug 12
2
panic with today's stable
...options         IPV6FIREWALL            #firewall for IPv6
options         IPV6FIREWALL_VERBOSE
options         IPV6FIREWALL_VERBOSE_LIMIT=100
options         IPDIVERT                #divert sockets
options         DDB
options         DDB_UNATTENDED
options         BREAK_TO_DEBUGGER
options         ALT_BREAK_TO_DEBUGGER
--------------------------------------------------------------------
Mike Tancsa,                          	          tel +1 519 651 3400
Sentex Communications,     			  mike@sentex.net
Providing Internet since 1994                    www.sentex.net
Cambridge, Ontario Canada			  www.sentex.net/mi...
2008 Aug 10
1
IPMI Console: No luck once OS is booted
...iic
device          iicsmb          # smb over i2c bridge
device          crypto          # core crypto support
device          cryptodev       # /dev/crypto for access to h/w
device          rndtest         # FIPS 140-2 entropy tester
device		ipmi
options		SCTP
options		BREAK_TO_DEBUGGER
options		ALT_BREAK_TO_DEBUGGER
device		coretemp	# Core temp (CORE procs and newer)
-------------- next part --------------
Copyright (c) 1992-2008 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
	The Regents of the University of California. All rights reserved.
FreeBSD is a regist...