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 emulation initialization error: Protocol not supported

I'm probably missing something in the jail.conf or devfs.rules config file. What do I need to allow into the jail so bhyve and the VM can operate on VNC?
 
Back
Top