[Bug 265196] talos linux vms hang on reboot at the com ports, need to reboot the host to clear it up

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 21 Jul 2022 00:06:37 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265196

--- Comment #13 from Larry Rosenman <ler@FreeBSD.org> ---
I'm not even getting that far on 13.1R:
✔️0 ❯ sudo -s
oldtbh2# vm start talos1
Starting talos1
  * found guest in /zroot/vm-bhyve/talos1
  * booting...
oldtbh2# vm console talos1
/usr/local/sbin/vm: ERROR: talos1 doesn't appear to be a running virtual
machine
oldtbh2# cd /zroot/vm-bhyve/talos1
oldtbh2# tail vm-bhyve.log
Jul 20 19:04:59: adding tap0 -> vm-public (public addm)
Jul 20 19:04:59: bring up tap0 -> vm-public (public addm)
Jul 20 19:04:59: booting
Jul 20 19:04:59:  [bhyve options: -c 4 -m 32G -Hwl
bootrom,/usr/local/share/uefi-firmware/BHYVE_UEFI.fd -U
6021864c-0886-11ed-b8fc-0024e8528c61 -u]
Jul 20 19:04:59:  [bhyve devices: -s 0,hostbridge -s 31,lpc -s
4:0,virtio-blk,/zroot/vm-bhyve/talos1/disk0.img -s
5:0,ahci-cd,/zroot/vm-bhyve/talos1//zroot/vm-bhyve/.iso/talos-amd64.iso -s
6:0,virtio-net,tap0,mac=58:9c:fc:07:82:50]
Jul 20 19:04:59:  [bhyve console: -l com1,/dev/nmdm-talos1.1A]
Jul 20 19:04:59: starting bhyve (run 1)
Jul 20 19:04:59: bhyve exited with status 4
Jul 20 19:04:59: destroying network device tap0
Jul 20 19:05:00: stopped
oldtbh2# cat talos1.conf
loader="uefi"
cpu=4
memory=32G
network0_type="virtio-net"
network0_switch="public"
disk0_type="virtio-blk"
disk0_name="disk0.img"
uuid="6021864c-0886-11ed-b8fc-0024e8528c61"
network0_mac="58:9c:fc:07:82:50"
disk1_type="ahci-cd"
disk1_name="/zroot/vm-bhyve/.iso/talos-amd64.iso"
oldtbh2# top
oldtbh2#

-- 
You are receiving this mail because:
You are the assignee for the bug.