bhyve

  1. A

    Unable to trace vtnet_tick() in remote gdb setup

    Hello all! I have set up the following environment: vmrun.sh -d disk.img -t tap0 -G 1234 thevm Then I have moved to where I have the kernel compiled and ran gdb from there. In the VM, I have also run dtrace -n 'fbt:kernel:vtnet_tick:entry' And I can see that it fires regularly. The...
  2. D

    bhyve vCPUs during Windows installation on bhyve

    I came across this line on the wiki for Windows on bhyve, which I apparently forgot somewhere along the way... From https://wiki.freebsd.org/bhyve/Windows: Can somebody clarify the reason for this, and what the the failure mode looks like--what can occur if this rule is not followed? How...
  3. Freedom

    bhyve Homelab hypervisor and NFS setup pattern

    Hi, I am setting up a very simple FreeBSD hypervisor in my homelab mainly for learning purpose as I am new to FreeBSD, Bhyve and ZFS. - The host is pretty small: 12Gb of RAM and 500Gb of disk - I opted for a very simple setup for now: ZFS with one disk and one zpool (zroot). - I use vm-bhyve -...
  4. A

    How to debug kernel in bhyve?

    Hello, I am doing kernel development and would like to debug my version of the kernel. Can I do that with the help of debugger and bhyve, to run in a containerized environment? Thanks.
  5. P

    bhyve How to create a "USB VM" like "sys-usb" in Qubes OS?

    I understand that this might not be viewed very favorably, but I couldn't really find much about this. I read a few threads on this Forum about USB/IP but there doesn't seem to be much support for the protocol on BSD? I'm trying to create a VM to which most of my USB ports will be passed...
  6. P

    How to fix bhyve + kgdb online debugging setup for kernel development

    I'm trying to reach a point where I can do online debugging with kgdb of the FreeBSD kernel and it's modules in order to learn more about the system and take on a small projects in the system development. I have searched through the whole internet for the complete guide on how to do it however...
  7. M

    Solved BHYVE Linux VM Can Ping Host but No Internet

    Hi there. I've created a Alpline VM using Bhyve. I'm using WLAN0 so I am using NAT. My problem is the host and VM can ping each other but the VM can't see the Internet. I've setup the network with: ifconfig bridge create name natif up ifconfig tap0 create up ifconfig natif addm tap0 ifconfig...
  8. F

    One-way communication issue with vlan and Netgraph

    Hello all, wondering if someone more experienced can lend me a hand to figure out why my VMs don't have access to a vlan network when the tagging is being done by the guest OS instead of router (ingress/egress). I have a somewhat simple setup router ---- igb0 ---- pub-br0 ---- vm100 router =...
  9. Some Anon Guy

    bhyve Idle Windows 11 bhyve guests high CPU usage

    I am in the process of moving off of Proxmox and into FreeBSD 14.1 / bhyve for my home vm server. (Using vm-bhyve) I have noticed that Windows 11 guests seem to use considerably more cpu resources at idle than my Linux, Windows 10, and Windows Server 2022 VMs. I have 1 migrated W11 VM, and 1...
  10. K

    PF Centralize PF for all the VMs on host machine, or separated PFs for each VM?

    Hello. I'm preparing to manage few VMs under FreeBSD bhyve, and focusing on implementing a good set of PF rules on the main host machine. I wanted to ask for your opinions, is it wise to have a rule like; pass in/out quick on vm-publicswitch all (vm-publicswitch containing all the IP ranges...
  11. H

    bhyve Experience from bhyve (FreeBSD 14.1) GPU passthrough with Windows 10 guest

    I wanted to share my experiences from bhyve GPU passthrough with Windows 10 guest. Many tutorials covered the most of the steps I needed to get it working but there were a few details which I wanted to write down and share with the community. I hope that this post helps others struggling to get...
  12. I

    bhyve How do I make jailed bhyve VMs talk to each other?

    I'm trying to set up "vnet" jailed bhyve VMs which can talk to each other. Below is my jail .conf file: jailname100 { $if = 100; exec.prestart = "/sbin/ifconfig epair${if} create up"; exec.prestart += "/sbin/ifconfig epair${if}a up"; exec.prestart += "/sbin/ifconfig epair${if}a name...
  13. I

    bhyve fbuf: Protocol not supported when starting bhyve VM (with fbuf) inside jail

    I'm trying to run a VM inside bhyve and it needs to be accesible by VNC. So, I added the following: -s 29,fbuf,tcp=172.16.0.1:10100,w=1200,h=860 -s 30,xhci \ And upon trying to install the OS, I got the following error: fbuf frame buffer base: ... socket: Protocol not supported Device...
  14. I

    jails Does PCI Passthrough to a jailed bhyve VM work?

    Does PCI Passthrough to a jailed bhyve VM work, for the latest version - FreeBSD 14.1? I know PCI passthrough works for bhyve VMs. But does it work if the bhyve VM is inside a jailed? How do I configure that?
  15. V

    bhyve Bhyve virtual machine after S3 mode - glitches or freezes

    Hello. As a continuation of bug #278941, I decided to create a new bug report, because... the problem is broader in nature. # uname -a FreeBSD home 13.2-RELEASE-p11 FreeBSD 13.2-RELEASE-p11 releng/13.2-n254665-f5ac4e174fdd MYGENERIC amd64 I work with bhyve virtual machines via vm-bhyve. But I...
  16. V

    bhyve Debian 12 won't boot in UEFI mode in Bhyve

    I am creating this topic as a continuation of the bug issue - https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278984
  17. icaksh

    Solved bhyve network performance is horrible

    Hi, I have FreeBSD installed on virtual private server and has been used bhyve with vm-byhve but the guest os always get terrible network internet speed (avg. in 2 Mbps) than the host (avg. in 1 Gbps). I have tried using debian, alpine, and fedora coreos and it always got terrible network...
  18. patpro

    Solved convert a zvol into a file

    Hello, I’m running few bhyve VMs on a FreeBSD 13-RELEASE host. Those VMs use a mix of disk image files and zvols as storage. For example: disk0_type="virtio-blk" disk0_name="disk0.img" disk1_type="virtio-blk" disk1_name="/dev/zvol/sas/vm/rocky-splunk-d1" disk1_dev="custom" I would like to...
  19. O

    Solved BVCP and pf rules

    I can access the BVCP web interface on my FreeBSD workstation when I have the PF firewall disabled, but whenever I have PF firewall enabled and try to connect to a BVCP web interface, I get the following error: "Unable to connect to Backend module". I would expect it to work if I open inbound...
  20. J

    Solved vm-bhyve could not run with VT-x enabled

    Hello, My system is FreeBSD 14.0-RELEASE-p6, I got Intel(R) Core(TM)2 CPU T7200 @ 2.00GHz (2000.29-MHz K8-class CPU) and VT-x: HLT,PAUSE VT-x, enabled by modified the bios. It was enabled before upgrading the bios to latest. The lasted bios does not have the option and vt is disable by default...
Back
Top