Bug 263057 - Bhyve vm not starting
Summary: Bhyve vm not starting
Status: New
Alias: None
Product: Base System
Classification: Unclassified
Component: bhyve (show other bugs)
Version: Unspecified
Hardware: amd64 Any
: --- Affects Only Me
Assignee: freebsd-virtualization (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-04-05 11:17 UTC by Random-732
Modified: 2023-08-09 08:58 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Random-732 2022-04-05 11:17:52 UTC
I am running bhyve on 11.2-STABLE.
The problem I have is whenever I try to start vm the error below occurs:

# vm start base-image-ubuntu20.04.4
Starting base-image-ubuntu20.04.4
  * found guest in /path/base-image-ubuntu20.04.4
  ! guest appears to be running already

But I list the vm's:
# vm list
base-image-ubuntu20.04.4  default    uefi    4    4G      -     No       Stopped

There is no running process associated with machine so I cannot kill it. Recommendations?
Comment 1 Chuck Tuffli freebsd_committer freebsd_triage 2022-04-07 17:51:12 UTC
Is there anything listed under /dev/vmm  ?
If so, try running:

# bhyvectl --vm=<entry listed under /dev/vmm> --destroy
Comment 2 Michael Dexter 2023-08-09 08:58:14 UTC
As 11.2 is end of life, are you still experiencing this issue on a supported version of FreeBSD?