| Summary: | [PATCH] bhyve prints confusing error message when vmm module not loaded | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | Brennan Vincent <brennan> | ||||
| Component: | bhyve | Assignee: | Marcelo Araujo <araujo> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Some People | CC: | araujo, fbsd-bugzilla, lwhsu, virtualization | ||||
| Priority: | --- | ||||||
| Version: | CURRENT | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
There is a review already with similar patch: https://reviews.freebsd.org/D19400 I'm waiting the maintainer's approve to commit it. Issue should be closed, the linked review has been committed. |
Created attachment 206107 [details] patch improving the error message Before my patch: $ bhyveload asdf vm_create: No such file or directory After: $ /usr/obj/usr/src/amd64.amd64/usr.sbin/bhyveload/bhyveload asdf vm_create: No such file or directory Is the `vmm` module loaded?