Re: bhyve/e1000: Assertion failed: (dtype == ntype), function e82545_transmit with win10 guest

2020-08-31 Thread Steve Wills
Hmm, I think I saw this when using the -W flag to bhyve and removing that avoided it. Steve On 8/31/20 8:38 AM, Peter Grehan wrote: This appears to be an MP issue: if the number of vCPUs in the win10 guest is set to 1, I'm unable to trigger this. However, it happens almost immediately with

Re: [CFT] emulators/open-vm-tools{,-nox11} update to 10.1.0

2017-03-01 Thread Steve Wills
Hi, On 03/01/2017 05:14, Julian Elischer wrote: > On 1/3/17 1:57 pm, Steve Wills wrote: >> Hi All, >> >> Thanks to everyone who tested. > Hi I haven't tested your new tools but I needed to do the following in > the previous version. > (otherwise I coudl have used

Re: [CFT] emulators/open-vm-tools{,-nox11} update to 10.1.0

2017-02-28 Thread Steve Wills
is looking at that. This is likely the final change before I commit this, which currently I plan to do on 3/15. So if you use it, now is your chance to test and report issues. Steve On 01/19/2017 16:59, Steve Wills wrote: > Hi, > > I'd like anyone possible to test an update

Re: [CFT] emulators/open-vm-tools{,-nox11} update to 10.1.0

2017-01-23 Thread Steve Wills
Hi, On 01/21/2017 09:13, Kurt Jaeger wrote: > Hi! > >> I'd like anyone possible to test an updated version of >> emulators/open-vm-tools{,-nox11}. I have the patch here for those who >> wish to build themselves: >> >> https://people.freebsd.org/~swills/open-vm-tools/open-vm-tools-10.1.0.diff >

[CFT] emulators/open-vm-tools{,-nox11} update to 10.1.0

2017-01-19 Thread Steve Wills
Hi, I'd like anyone possible to test an updated version of emulators/open-vm-tools{,-nox11}. I have the patch here for those who wish to build themselves: https://people.freebsd.org/~swills/open-vm-tools/open-vm-tools-10.1.0.diff And for those who wish to test using packages, I've built

Re: tmpfs panic

2014-07-06 Thread Steve Wills
On Sun, Jul 06, 2014 at 01:49:04PM -0700, Neel Natu wrote: Hi Steve, On Sun, Jul 6, 2014 at 8:46 AM, Steve Wills swi...@freebsd.org wrote: I should have noted this system is running in bhyve. Also I'm told this panic may be related to the fact that the system is running in bhyve

bhyve crash

2014-06-20 Thread Steve Wills
Hi, Just had a bhyve crash on 11-CURRENT. The host is r267362. The guest is r266947. The crash was: pid 38256 (bhyve), uid 0: exited on signal 6 (core dumped) (The formatting of this may be off a bit) vmexit[12] reason VMX rip 0x80d9e11d inst_length 3 status

Re: interrupt storm on ahci

2014-06-12 Thread Steve Wills
On Wed, Jun 11, 2014 at 09:18:17AM +, Steve Wills wrote: On Sat, Jun 07, 2014 at 02:53:05PM -0700, Neel Natu wrote: Hi Steve, On Sat, Jun 7, 2014 at 2:28 PM, Peter Grehan gre...@freebsd.org wrote: Hi Steve, I'm running a FreeBSD guest in bhyve on a FreeBSD host. Both

Re: interrupt storm on ahci

2014-06-11 Thread Steve Wills
On Sat, Jun 07, 2014 at 02:53:05PM -0700, Neel Natu wrote: Hi Steve, On Sat, Jun 7, 2014 at 2:28 PM, Peter Grehan gre...@freebsd.org wrote: Hi Steve, I'm running a FreeBSD guest in bhyve on a FreeBSD host. Both are running FreeBSD CURRENT, r266947. I've gotten this message about 12

interrupt storm on ahci

2014-06-07 Thread Steve Wills
Hi, I'm running a FreeBSD guest in bhyve on a FreeBSD host. Both are running FreeBSD CURRENT, r266947. I've gotten this message about 12 times since boot: interrupt storm detected on irq268:; throttling interrupt source vmstat -i shows: irq268: ahci1 236514222839

Re: interrupt storm on ahci

2014-06-07 Thread Steve Wills
On Sat, Jun 07, 2014 at 02:53:05PM -0700, Neel Natu wrote: Hi Steve, On Sat, Jun 7, 2014 at 2:28 PM, Peter Grehan gre...@freebsd.org wrote: Hi Steve, I'm running a FreeBSD guest in bhyve on a FreeBSD host. Both are running FreeBSD CURRENT, r266947. I've gotten this message about 12

bhyve max virtual CPUs

2014-06-03 Thread Steve Wills
Hi, Currently it seems bhyve has a max of 16 virtual CPUs, is that right? Or am I misunderstanding something? And if so, can we get that increased to 32 at least? Thanks, Steve ___ freebsd-virtualization@freebsd.org mailing list

installing FreeBSD 8.4 in bhyve

2014-04-10 Thread Steve Wills
Hi, I'm trying to install FreeBSD 8.4 in bhyve, but running into some issues. Sysinstall doesn't seem to like the disk. In the partition editor, I get: Disk name: vtbd1 FDISK Partition Editor DISK Geometry: 0 cyls/0 heads/0 sectors = 0 sectors (0MB) Offset

bhyve VM crashed

2014-04-08 Thread Steve Wills
Hi, I experienced a bhyve VM crash with this message: vm exit[1] reason VMX rip 0x80c7490b inst_length 3 status 0 exit_reason 2 qualification 0x inst_type 0

Re: bhyve VM crashed

2014-04-08 Thread Steve Wills
The host is running FreeBSD 11.0-CURRENT r264056. The guest is running FreeBSD 10.0-RELEASE r260789. Steve On Tue, Apr 08, 2014 at 02:39:00PM -0400, Aryeh Friedman wrote: What was the guest OS? On Tue, Apr 8, 2014 at 2:28 PM, Steve Wills swi...@freebsd.org wrote: Hi, I

Re: bhyve VM crashed

2014-04-08 Thread Steve Wills
On Tue, Apr 08, 2014 at 11:43:27AM -0700, Peter Grehan wrote: Hi Steve, I experienced a bhyve VM crash with this message: vm exit[1] reason VMX rip 0x80c7490b inst_length 3 status 0

Re: bhyve VM crashed

2014-04-08 Thread Steve Wills
Yep, /usr/sbin/bhyveload -m 12G -d /vm/100amd64/disk.img -c /dev/nmdm1A 100amd64 Steve On Wed, Apr 09, 2014 at 04:54:36AM +0900, Takuya ASADA wrote: Did you execute bhyveload before bhyve? 2014-04-09 4:26 GMT+09:00 Steve Wills swi...@freebsd.org: On Tue, Apr 08, 2014 at 11:43:27AM

emulators/open-vm-tools updated

2013-11-15 Thread Steve Wills
Hi All, I've just committed an update to the emulators/open-vm-tools port which updates it to the 9.2.3 release of open-vm-tools and fixes the build on FreeBSD 11-CURRENT. I'm still having trouble with the 9.4.0 release of open-vm-tools, but this at least gets us closer to the latest and