https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257969
--- Comment #1 from mario felicioni <[email protected]> --- I managed to reproduce the problem. When I start the VM using an .sh script I used "&" at the end of the bhyve command and when I destroy the VM using bhyvectl --vm=vm0 --destroy the bhyve process continue to run which can be observed using ps aux | grep bhyve and also in top. So,never use & at the end of the bhyve command. -- You are receiving this mail because: You are the assignee for the bug.
