Re: bhyve tty / login problems / panic

2013-03-31 Thread Dan Mack
Here's the latest (note I didn't update my release.iso with the latest, at this point I'm still running a slightly earlier (cd /usr/src/release ; make release) copy from 248935 below. Also, the kernel that the VM is running I actually built while in uni-processor mode which shows how well beh

Re: bhyve tty / login problems / panic

2013-03-30 Thread Neel Natu
Hi Dan, On Sat, Mar 30, 2013 at 12:17 PM, Dan Mack wrote: > Here you go: > > - uni-processor output: > > > root@olive:~ # bhyvectl --vm=coco --get-stats --cpu=0 > vcpu0 > vm exits due to external interrupt 1330 > number of times hlt was intercepted 676 > number of times

Re: bhyve tty / login problems / panic

2013-03-30 Thread Dan Mack
Here you go: - uni-processor output: root@olive:~ # bhyvectl --vm=coco --get-stats --cpu=0 vcpu0 vm exits due to external interrupt 1330 number of times hlt was intercepted 676 number of times %cr access was intercepted 1 number of times rdmsr was intercepted

Re: bhyve tty / login problems / panic

2013-03-30 Thread Dan Mack
Yep, no problem. I saw the checkin and started a rebuild a few minutes ago :-) Thanks, Dan On Sat, 30 Mar 2013, Neel Natu wrote: Hi Dan, On Fri, Mar 29, 2013 at 3:20 PM, Dan Mack wrote: Here you go Neel: root@olive:~ # bhyvectl --vm=coco --get-stats --cpu=0 vcpu0 vm exits due to ex

Re: bhyve tty / login problems / panic

2013-03-30 Thread Neel Natu
Hi Dan, On Fri, Mar 29, 2013 at 3:20 PM, Dan Mack wrote: > > > Here you go Neel: > > root@olive:~ # bhyvectl --vm=coco --get-stats --cpu=0 > vcpu0 > vm exits due to external interrupt 45051 > number of times hlt was intercepted 2277 > number of NMIs delivered to vcpu0 > vcpu tot

Re: bhyve tty / login problems / panic

2013-03-29 Thread Dan Mack
Here you go Neel: root@olive:~ # bhyvectl --vm=coco --get-stats --cpu=0 vcpu0 vm exits due to external interrupt 45051 number of times hlt was intercepted 2277 number of NMIs delivered to vcpu0 vcpu total runtime 105001652482 number of ticks vcpu was idle

Re: bhyve tty / login problems / panic

2013-03-29 Thread Neel Natu
Hi Dan, On Fri, Mar 29, 2013 at 12:38 PM, Dan Mack wrote: > > I ran the procsystime dtrace script on bhyve when it was chewing up all > the CPU in vCPU=2 mode, and this is what I see for about 10s of runtime: > > root@olive:/usr/share/dtrace/**toolkit # ./procsystime -n bhyve -aT > Tracing... Hi

Re: bhyve tty / login problems / panic

2013-03-29 Thread Dan Mack
I ran the procsystime dtrace script on bhyve when it was chewing up all the CPU in vCPU=2 mode, and this is what I see for about 10s of runtime: root@olive:/usr/share/dtrace/toolkit # ./procsystime -n bhyve -aT Tracing... Hit Ctrl-C to end... dtrace: 158536 dynamic variable drops with non-empt

Re: bhyve tty / login problems / panic

2013-03-29 Thread Dan Mack
On Thu, 28 Mar 2013, Peter Grehan wrote: Hi Dan, Any ideas? Just to confirm: your host system is an i7 3930k, which looks like a 6 core system. Should be plenty beefy enough for a 2 vCPU guest. That's what I thought, 6 cores, 12 threads, 64 GB RAM. The issue you are seeing looks a bit li

Re: bhyve tty / login problems / panic

2013-03-28 Thread Peter Grehan
Hi Dan, Any ideas? Just to confirm: your host system is an i7 3930k, which looks like a 6 core system. Should be plenty beefy enough for a 2 vCPU guest. The issue you are seeing looks a bit like what happens when systems are heavily oversubscribed and vCPUs can't get enough run time.

Re: bhyve tty / login problems / panic

2013-03-28 Thread Dan Mack
Update#1: I was using the default of 2 virtual CPUs. When I switched to 1 CPU via vmrun.sh, the system booted clean and let me login. Also, when running with two vCPUs, the bhyve process is spinning at 100% even when the guest is doing nothing. When running with one CPU, bhyve is mostly

bhyve tty / login problems / panic

2013-03-28 Thread Dan Mack
I haven't spent too much time debugging this yet but I'd thought I'd ask just in case someone else has seen this: - fresh 10.x system (248804) , standard FreeBSD iso image I made with make release - latest vmrun.sh release.iso ... - install went okay, everything seemed normal - boot s