Hide Forgot
Description of problem: Version-Release number of selected component (if applicable): How reproducible: virt-install --connect bhyve:///system --import --name myos --ram 512 --vcpus1 --os-type=linux --os-variant=virtio26 --disk path=/root/myimg/img.qcow2,format=qcow2,bus=sata --vnc --noautoconsole ERROR Error: --network default: [Errno 2] No such file or directory: '/proc/net/route' Actual results: ERROR Error: --network default: [Errno 2] No such file or directory: '/proc/net/route' Expected results: Everything should work fine Additional info: freebsd 10.3
virt-install --version 1.3.2
Also even when I use --network bridge=bridge0, I get these error messages: --graphics none \ --console nmdm,master=/dev/nmdm0A ERROR Unknown options ['master'] when I use only: --console nmdm I receive "ERROR internal error: Missing master path attribute for nmdm device"
Thanks for the report. Fixed the first bit with: commit 927be95b95d0d345cda23db1cddf3b500c557404 Author: Cole Robinson <crobinso> Date: Wed Aug 24 16:00:46 2016 -0400 util: default_route: Handle lack of /proc/net/route Which doesn't exist on freebsd for example https://bugzilla.redhat.com/show_bug.cgi?id=1369803 And the --console nvdm,source.master=X,source.slave=Y with commit c84c2cfd58e85779ceea83d9755bdda11ea98241 Author: Cole Robinson <crobinso> Date: Wed Aug 24 16:37:36 2016 -0400 devicechar: Support source_master and source_slave Needed for type=nvdm for *bsd https://bugzilla.redhat.com/show_bug.cgi?id=1369803
you goddamn fast