Re[2]: Re[2]: Re[2]: Migrate from real server to virtual

2018-02-27 Thread wishmaster
--- Original message --- From: "Rodney W. Grimes" Date: 27 February 2018, 09:13:56 > ... > > > > Boot Failed? So windows never started. > > > Your not having a shutdown problem your having a start up failure. > > > > > > What is the output of: > > > file /vm/img/disk1.raw > > > file

Re: superfluous host interfaces

2018-02-27 Thread Harry Schmalzbauer
Bezüglich Paul Vixie's Nachricht vom 27.02.2018 07:14 (localtime): > > > Harry Schmalzbauer wrote: >> Bezüglich Ruben's Nachricht vom 26.02.2018 11:34 (localtime): >>> On 26/02/2018 10:56, Harry Schmalzbauer wrote: >> … Another, personally very significant, reason is that you'll get a s

Re: Re[2]: Re[2]: Re[2]: Migrate from real server to virtual

2018-02-27 Thread Rodney W. Grimes
[ Charset UTF-8 unsupported, converting... ] > > > > --- Original message --- > From: "Rodney W. Grimes" > Date: 27 February 2018, 09:13:56 > > > > > ... > > > > > > Boot Failed? So windows never started. > > > > Your not having a shutdown problem your having a start up failure. > >

Re[2]: Re[2]: Re[2]: Re[2]: Migrate from real server to virtual

2018-02-27 Thread wishmaster
--- Original message --- From: "Rodney W. Grimes" Date: 27 February 2018, 10:28:37 > [ Charset UTF-8 unsupported, converting... ] > > > > > > > > --- Original message --- > > From: "Rodney W. Grimes" > > Date: 27 February 2018, 09:13:56 > > > > > > > > > ... > > > > > > > > Boo

[Bug 226142] [bhyve] [panic] mtx_lock_spin: recursed on non-recursive mutex vcpu lock @ /usr/src/sys/amd64/vmm/vmm.c:2246

2018-02-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226142 Mark Linimon changed: What|Removed |Added Assignee|freebsd-b...@freebsd.org|freebsd-virtualization@Free

[Bug 226142] [bhyve] [panic] mtx_lock_spin: recursed on non-recursive mutex vcpu lock @ /usr/src/sys/amd64/vmm/vmm.c:2246

2018-02-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226142 Peter Grehan changed: What|Removed |Added CC||gre...@freebsd.org --- Comment #1 f

Re: bhyve manager

2018-02-27 Thread tech-lists
On Sun, Feb 25, 2018 at 01:14:01PM +, tech-lists wrote: Hi, What do folks use for their bhyve guest management? I have always spun bhyve guests up by hand but now I'm considering streamlining the process. What do you use? thanks for all the suggestions. I wasn't sure where to start before

[Bug 225588] VirtualBox 5.2.6 guests freeze after a while, sometimes with I/O errors

2018-02-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225588 Mark Linimon changed: What|Removed |Added Assignee|freebsd-ports-bugs@FreeBSD. |freebsd-virtualization@Free

Re: Re[2]: Re[2]: Re[2]: Re[2]: Migrate from real server to virtual

2018-02-27 Thread Rodney W. Grimes
> --- Original message --- > From: "Rodney W. Grimes" > Date: 27 February 2018, 10:28:37 > > > --- Original message --- > > > From: "Rodney W. Grimes" > > > Date: 27 February 2018, 09:13:56 > > > > ... > > > > > > > > > > Boot Failed? So windows never started. > > > > > > Your not having a sh

Re: Ryzen lockup on bhyve was (Re: new Ryzen lockup issue ?)

2018-02-27 Thread Mike Tancsa
On 2/25/2018 12:51 PM, Peter Grehan wrote: > Hi Mike, > >  (moving this to -virtualization) > >> Actually I can confirm the same sort of hard lockup happens on my Epyc >> board with RELENG11.  It also happens in current. I will file a PR and >> post on freebsd-current in case someone has any sugg

Re: Migrate from real server to virtual

2018-02-27 Thread Peter Grehan
But I think the bigger problem is that this is an MBR disk with Windows 7 in it, I do not believe that bhyve can run Windows 7 at this time. Bhyve has been able to run Win7 since 2015, though x64 only and in UEFI mode. later, Peter. ___ freebsd-v

bhyve bombed out..

2018-02-27 Thread Julian Elischer
environment: HOST: freebsd 12 (a couple of weeks ago) on ESX 6.0.0 yes..  nested Virtualisation Client: slightly modified freebsd current (from the 20th) Bhyve dies afer a while with: vm exit[0]     reason    VMX     rip    0x0008003e4b03     inst_length    0     status    0

[Bug 226142] [bhyve] [panic] mtx_lock_spin: recursed on non-recursive mutex vcpu lock @ /usr/src/sys/amd64/vmm/vmm.c:2246

2018-02-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226142 --- Comment #2 from Dave Cottlehuber --- Thanks Peter! giving it a whirl now; https://github.com/skunkwerks/freebsd/commit/e1f1fbb91c80d7f60801e2487c3e8761d61f7864 for a git-friendly branch. -- You are receiving this mail because: You are

[Differential] D14473: userboot: add callbacks to set unrestricted guest mode

2018-02-27 Thread fabian.freyer_physik.tu-berlin.de (Fabian Freyer)
fabian.freyer_physik.tu-berlin.de added a comment. ping? Would these changes be welcome in base? If yes, what would still need to be done to this review in order to get it into a committable state? REVISION DETAIL https://reviews.freebsd.org/D14473 EMAIL PREFERENCES https://reviews.

[Differential] D14473: userboot: add callbacks to set unrestricted guest mode

2018-02-27 Thread rgrimes
rgrimes added a comment. If Peter accepts this and says I can go ahead with a commit I would do that, but I need his approval to commit it. REVISION DETAIL https://reviews.freebsd.org/D14473 EMAIL PREFERENCES https://reviews.freebsd.org/settings/panel/emailpreferences/ To: fabian.freyer

Re: superfluous host interfaces

2018-02-27 Thread Vincent Hoffman-Kazlauskas
On 27/02/2018 08:17, Harry Schmalzbauer wrote: > Bezüglich Paul Vixie's Nachricht vom 27.02.2018 07:14 (localtime): >> >> >> Harry Schmalzbauer wrote: >>> Bezüglich Ruben's Nachricht vom 26.02.2018 11:34 (localtime): On 26/02/2018 10:56, Harry Schmalzbauer wrote: >>> … > Another, persona

Re: superfluous host interfaces

2018-02-27 Thread Julian Elischer
On 26/2/18 6:34 pm, Ruben wrote: On 26/02/2018 10:56, Harry Schmalzbauer wrote: Hi Harry, What are your reasons for preferring ng_bridge over the "normal" bridge? Two very different main reasons: if_bridge(4) is very standards compliant (e.g. that different reserved MAC addresses won't get f

Re: superfluous host interfaces

2018-02-27 Thread Julian Elischer
On 26/2/18 8:13 pm, Harry Schmalzbauer wrote: Bezüglich Ruben's Nachricht vom 26.02.2018 11:34 (localtime): On 26/02/2018 10:56, Harry Schmalzbauer wrote: … Another, personally very significant, reason is that you'll get a superfluous host interface for each if_bridge(4), which makes the outpu

Re: superfluous host interfaces

2018-02-27 Thread Julian Elischer
On 26/2/18 8:13 pm, Harry Schmalzbauer wrote: If you're happy with your setup, I don't think you gain anything from switching to ng_bridge(4), besides learning to control netgraph(4) (which is very desirable imho). I haven't had time left to do useful benchmarking regarding ng_bridge(4) vs. if_

Re: superfluous host interfaces

2018-02-27 Thread Ruben
Hi Julian, Thank you for your feedback. I'm not affraid of some scripting, ill try to make some time and dig into the ng stuff :) Regards, Ruben On 27/02/2018 22:16, Julian Elischer wrote: > On 26/2/18 8:13 pm, Harry Schmalzbauer wrote: >> >> >> If you're happy with your setup, I don't thin

Re: Ryzen lockup on bhyve was (Re: new Ryzen lockup issue ?)

2018-02-27 Thread Peter Grehan
Hi Mike,  I could reproduce this on a Ryzen 1700 with HT enabled - it took ~700 seconds, and the entire machine locked up.  An interesting point is a single VM was able to run to completion.  I'll keep testing with various combinations of numbers of VMs, different vCPUs per VM, and pinning

Re[2]: Migrate from real server to virtual

2018-02-27 Thread wishmaster
--- Original message --- From: "Peter Grehan" Date: 27 February 2018, 20:40:52 > > But I think the bigger problem is that this is an MBR disk with Windows 7 > > in it, I > > do not believe that bhyve can run Windows 7 at this time. > > Bhyve has been able to run Win7 since 2015, thou