Closed Duncan-Young closed 2 years ago
Just found a couple more. To stop the bhyve instance, I believe -15 (TERM) is required (the default) rather than -0.
so vm-migrate: 145 & 154 need: kill -0 ${_pid} >/dev/null changed to kill ${_pid} >/dev/null
Changed to a pull request
line 154: kill -0 ${_pid} >/dev/null 2>&1 && util:err_inline "failed to stop guest"
needs to have "util:err_inline" replaced with "util::err_inline" i.e. one ":" was accidentally left out.