Current problem reports assigned to freebsd-virtualization@FreeBSD.org

2013-12-16 Thread FreeBSD bugmaster
Note: to view an individual PR, use:
  http://www.freebsd.org/cgi/query-pr.cgi?pr=(number).

The following is a listing of current problems submitted by FreeBSD users.
These represent problem reports covering all versions including
experimental development code and obsolete releases.


S Tracker  Resp.  Description

o kern/165252  virtualization[vimage] [pf] [panic] kernel panics with VIMAGE 
and PF
o kern/161094  virtualization[vimage] [pf] [panic] kernel panic with pf + 
VIMAGE wh
o kern/160541  virtualization[vimage][pf][patch] panic: userret: Returning on 
td 0x
o kern/160496  virtualization[vimage] [pf] [patch] kernel panic with pf + VIMAGE
o kern/148155  virtualization[vimage] [pf] Kernel panic with PF + VIMAGE kernel 
opt
a kern/147950  virtualization[vimage] [carp] VIMAGE + CARP = kernel crash
s kern/143808  virtualization[pf] pf does not work inside jail

7 problems total.

___
freebsd-virtualization@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
freebsd-virtualization-unsubscr...@freebsd.org


Re: break to debugger in bhyve

2013-12-16 Thread Michael Berman

Yes, thank you. I had this in my sysctl.conf.
It seems that my problem was in use of ssh in my environment.
³~~^B² finally did the trick.
I¹ve also moved it to boot/loader.conf as this sets it a little earlier in
the boot sequence.

It is still unreliable for me, but it may be my environent.

On 12/16/13, 5:03 PM, Neel Natu neeln...@gmail.com wrote:

Hi Michael,

On Sun, Dec 15, 2013 at 9:00 PM, Michael Berman
michael.ber...@tidalscale.com wrote:

 Unfortunately, this does not seem to work with the bhyve /dev/console
device.


Works fine for me once I compile with the ALT_BREAK_TO_DEBUGGER config
option.

root@b2:~ # sysctl -a kern.conftxt | grep ALT_BREAK_TO_DEBUGGER
options ALT_BREAK_TO_DEBUGGER
root@b2:~ #
root@b2:~ # KDB: enter: Break to debugger
[ thread pid 11 tid 13 ]
Stopped at  kdb_alt_break_internal+0x17f:   movq$0,kdb_why
db

best
Neel

 Sent from my iPhone

 On Dec 15, 2013, at 5:10 PM, Julian Elischer jul...@freebsd.org
wrote:

 On 12/16/13, 8:27 AM, Michael Berman wrote:
 I¹ve tried the various kernel and sysctl options, and it may be the
way I am starting bhyve but I can¹t seem to get a the FreeBSD guest to
enter the kernel debugger with a hotkey.
 it depends of course on which 'console' you are using,,  for serial
console with /dev/nmdm you can use the ALT_BREAK_TO_DEBUGGER
 option so that {enter| {~} {^B} will drop you into the debugger.
 When I was doing this last I had the console on the first serial port
and the debugger on the second.
 (that's why I wrote the nmdm node.)

 Michael

 ___
 freebsd-virtualization@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
 To unsubscribe, send any mail to
freebsd-virtualization-unsubscr...@freebsd.org

 ___
 freebsd-virtualization@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
 To unsubscribe, send any mail to
freebsd-virtualization-unsubscr...@freebsd.org

___
freebsd-virtualization@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
freebsd-virtualization-unsubscr...@freebsd.org