Re: sysutils/uefi-edk2-bhyve isssue

2021-02-21 Thread Rebecca Cran
Oh, yes - I’ve had problems building software with the gcc48 port installed too. Similar to the build error reported. Rebecca Sent from my iPhone > On Feb 21, 2021, at 11:40 PM, Dustin Marquess wrote: > > I had the same issue if the gcc48 port was installed, but removing > that somehow resol

Re: sysutils/uefi-edk2-bhyve isssue

2021-02-21 Thread Dustin Marquess
I had the same issue if the gcc48 port was installed, but removing that somehow resolved it for me. -Dustin On Mon, Feb 22, 2021 at 12:08 AM The Doctor via freebsd-virtualization wrote: > > On Sun, Feb 21, 2021 at 09:38:29PM -0700, Rebecca Cran wrote: > > On 2/18/2021 6:22 PM, The Doctor via fre

Re: sysutils/uefi-edk2-bhyve isssue

2021-02-21 Thread The Doctor via freebsd-virtualization
On Sun, Feb 21, 2021 at 09:38:29PM -0700, Rebecca Cran wrote: > On 2/18/2021 6:22 PM, The Doctor via freebsd-ports wrote: > > ld-elf.so.1: /usr/local/lib/compat/libstdc++.so.6: version CXXABI_1.3.8 > > required by > > /usr/ports/sysutils/uefi-edk2-bhyve/work/edk2-2e1e8c35f3178df95d79da81ac6deec24

Re: sysutils/uefi-edk2-bhyve isssue

2021-02-21 Thread Rebecca Cran
On 2/18/2021 6:22 PM, The Doctor via freebsd-ports wrote: ld-elf.so.1: /usr/local/lib/compat/libstdc++.so.6: version CXXABI_1.3.8 required by /usr/ports/sysutils/uefi-edk2-bhyve/work/edk2-2e1e8c35f3178df95d79da81ac6deec242da74c2/BaseTools/Source/C/bin/VfrCompile not found make[2]: *** [GNUmake

Problem reports for virtualizat...@freebsd.org that need special attention

2021-02-21 Thread bugzilla-noreply
To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and ob

[Bug 246121] [bhyve][PATCH] Append Keyboard Layout specified option for using VNC.

2021-02-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246121 --- Comment #24 from Michael Reifenberger --- Hi, do you have by chance updated patches for stable/12 and main? For me bhyve_kbdlayout_option_fbsd122r.patch doesn't seem to work as intended. Running a Windows 10 VM with '-k de' and settin

Re: About nested virtualization for bhyve

2021-02-21 Thread alphachi
Thanks for your confirmation, Peter. Any plan for this on branch 13.x? Peter Grehan 于 2021年2月21日周日 18:12写道: > Hi, > > > Does bhyve support the following schemes? > > > > Scheme A: > > Layer 0 - bhyve on FreeBSD Host > > Layer 1 - FreeBSD guest > > Layer 2 - bhyve guest > > > > Scheme B: > > Lay

Re: About nested virtualization for bhyve

2021-02-21 Thread Peter Grehan
Hi, Does bhyve support the following schemes? Scheme A: Layer 0 - bhyve on FreeBSD Host Layer 1 - FreeBSD guest Layer 2 - bhyve guest Scheme B: Layer 0 - bhyve on FreeBSD Host Layer 1 - Windows guest Layer 2 - Hyper-V guest ... What about on a bhyve host? For example, any configruation in /

About nested virtualization for bhyve

2021-02-21 Thread alphachi
I know the scheme like this can be implemented: Layer 0 - KVM on Linux Host Layer 1 - FreeBSD guest Layer 2 - bhyve guest Does bhyve support the following schemes? Scheme A: Layer 0 - bhyve on FreeBSD Host Layer 1 - FreeBSD guest Layer 2 - bhyve guest Scheme B: Layer 0 - bhyve on FreeBSD Host La