Hello,
I have issues with AMD Ryzen 2400g CPU with latest UEFI in my ASROCK x370 PRO4 motherboard with 8 GB of Crucial DDR4 2400 MHZ RAM. FreeBSD hangs when i am installing Linux Debian in bhyve environment in CBSD layer. It's getting very flustrating because i want to learn more about BSD and i am getting those hangs always. Below, this is my configuration for BHYVE, so the virtual machine is working fine (until system hangs):
I was experiencing hangs issues also when compiling a ports, but i've setup my EFI more correctly, for example i've set Internal GPU instead of external GPU, and off course virtualization is enabled in EFI. I don't have problems with Windows 10. Those problems should not exist on BSD, so what is happening? I've read some articles that Ryzens are hanging on Linux and BSD but SOME of those issues was resolved. Can someone reproduce the problem on their own Ryzen chip? You need to have vmm module loaded into the freebsd kernel with kldload vmm. Install CBSD, set in cbsd bconfig jname=name_of_jail setting like in screen above and download Debian 9.5, or 9.4 from the cbsd mirrors through cbsd bconstruct-tui tool. If the ISO file is not reachable, just download version 9.5.0 or 9.4.0 from any official Debian mirror and rename it to look like the one that cbsd wants to have. I have machine with Ryzen on another site that i am rarely there, so there is as much info i can provide to you. I bet, that this is not only my issue, probably it is Ryzen CPU issue, so AMD, can you test in your environment Debian-minimal 9.4 or 9.5 installation? It hung more or less at the end of installation in my case. I've found those messages in /var/log/messages log. It is copied to the last registered output and then no output, just a new one when node was hard reseted:
Jul 20 11:42:33 master cbsd: jswmode: switch arch1 mode to maintenance. Stopping_VM
Jul 20 11:42:33 master cbsd: bstop: bhyve domain arch1 does not want to die via ACPI, soft timeout exceeded. Kill him
Jul 20 11:42:33 master kernel: tap2: link state changed to DOWN
Jul 20 11:42:33 master cbsd: jswmode: switch arch1 mode to master. 0
Jul 20 11:42:33 master cbsd: bstop: bhyve domain arch1 stopped in 0s
Jul 20 11:42:33 master cbsd: jswmode: switch arch1 mode to master. 0
Jul 20 11:42:59 master cbsd: bset: bhyve_x2apic_mode: 0
Jul 20 11:43:06 master cbsd: bstart: compile_nic_args for arch1: nic driver: vtnet, nic_parent: auto
Jul 20 11:43:06 master cbsd: bstart: get_vm_uplink_interface for arch1: ip4_addr: 192.168.2.26, determine uplink method: by route, interface: re0
Jul 20 11:43:06 master cbsd: bstart: compile_nic_args for arch1: uplink interface selected: re0
Jul 20 11:43:06 master kernel: tap2: Ethernet address: 00:bd:c7:a1:fd:02
Jul 20 11:43:06 master kernel: tap2: promiscuous mode enabled
Jul 20 11:43:06 master cbsd: bstart: get_vm_uplink_interface for arch1: ip4_addr: 192.168.2.26, determine uplink method: by route, interface: re0
Jul 20 11:43:06 master CBSD: [debug] /usr/sbin/bhyve -c 1 -m 1073741824 -H -A -S -u -w -s 0:0,hostbridge -s 3:0,ahci-hd,/usr/jails/jails-data/arch1-data/dsk1.vhd,sectorsize=512 -s 2:0,ahci-cd,/usr/jails/src/iso/cbsd-iso-archlinux-2018.04.01-x86_64.iso -s 4:0,virtio-net,tap2,mac=00:a0:98:af:c8:2d -s 5:0,virtio-rnd -s 6,fbuf,tcp=192.168.2.25:5900,w=1024,h=768,wait,password=cbsd -s 30,xhci,tablet -s 31,lpc -l com1,stdio -l bootrom,/usr/local/cbsd/upgrade/patch/efi.fd arch1
Jul 20 11:43:06 master kernel: tap2: link state changed to UP
Jul 20 11:46:47 master kernel: tap2: link state changed to DOWN
Jul 20 11:47:04 master cbsd: bstop: get_vm_uplink_interface for arch1: ip4_addr: 192.168.2.26, determine uplink method: by route, interface: re0
Jul 20 11:47:04 master cbsd: jswmode: switch arch1 mode to maintenance. Stopping_VM
Jul 20 11:47:04 master cbsd: jswmode: switch arch1 mode to master. 0
Jul 20 11:47:04 master cbsd: bstop: bhyve domain arch1 stopped in 0s
Jul 20 11:47:04 master cbsd: jswmode: switch arch1 mode to master. 0
Jul 20 11:47:42 master cbsd: freejname: found new name: debian1
Jul 20 11:48:45 master cbsd: bcreate: vm debian1 has been created in 2s
Jul 20 11:48:52 master cbsd: bstart: compile_nic_args for debian1: nic driver: vtnet, nic_parent: auto
Jul 20 11:48:52 master cbsd: bstart: get_vm_uplink_interface for debian1: ip4_addr: 192.168.2.27, determine uplink method: by route, interface: re0
Jul 20 11:48:52 master cbsd: bstart: compile_nic_args for debian1: uplink interface selected: re0
Jul 20 11:48:52 master kernel: tap2: Ethernet address: 00:bd:ba:eb:02:02
Jul 20 11:48:52 master kernel: tap2: promiscuous mode enabled
Jul 20 11:48:52 master cbsd: bstart: compile_nic_args for debian1: MAC address randomized and updated for nic id 1: 00:a0:98:e0:98:4d
Jul 20 11:48:53 master cbsd: bstart: get_vm_uplink_interface for debian1: ip4_addr: 192.168.2.27, determine uplink method: by route, interface: re0
Jul 20 11:48:53 master CBSD: [debug] /usr/sbin/bhyve -c 8 -m 2147483648 -H -A -S -u -w -s 0:0,hostbridge -s 3:0,ahci-hd,/usr/jails/jails-data/debian1-data/dsk1.vhd,sectorsize=512 -s 2:0,ahci-cd,/usr/jails/src/iso/cbsd-iso-debian-9.5.0-amd64-netinst.iso -s 4:0,virtio-net,tap2,mac=00:a0:98:e0:98:4d -s 5:0,virtio-rnd -s 6,fbuf,tcp=192.168.2.25:5900,w=1024,h=768,wait,password=cbsd -s 30,xhci,tablet -s 31,lpc -l com1,stdio -l bootrom,/usr/local/cbsd/upgrade/patch/efi.fd debian1
Jul 20 11:48:53 master kernel: tap2: link state changed to UP
Jul 20 11:55:03 master kernel: ahcich0: Timeout on slot 11 port 0
Jul 20 11:55:03 master kernel: ahcich0: is 00000000 cs 00003800 ss 00000000 rs 00003800 tfd d0 serr 00000000 cmd 0004cb17
Jul 20 11:55:03 master kernel: (ada0:ahcich0:0:0:0): FLUSHCACHE48. ACB: ea 00 00 00 00 40 00 00 00 00 00 00
Jul 20 11:55:03 master kernel: (ada0:ahcich0:0:0:0): CAM status: Command timeout
Jul 20 11:55:03 master kernel: (ada0:ahcich0:0:0:0): Retrying command
Jul 20 11:55:43 master kernel: ahcich0: Timeout on slot 6 port 0
Jul 20 11:55:43 master kernel: ahcich0: is 00000000 cs 000003c0 ss 00000000 rs 000003c0 tfd d0 serr 00000000 cmd 0004c617
Jul 20 11:55:43 master kernel: (ada0:ahcich0:0:0:0): FLUSHCACHE48. ACB: ea 00 00 00 00 40 00 00 00 00 00 00
Jul 20 11:55:43 master kernel: (ada0:ahcich0:0:0:0): CAM status: Command timeout
Jul 20 11:55:43 master kernel: (ada0:ahcich0:0:0:0): Retrying command
Jul 20 11:56:36 master kernel: ahcich0: Timeout on slot 7 port 0
Jul 20 11:56:36 master kernel: ahcich0: is 00000000 cs 00000080 ss 00000080 rs 00000080 tfd d0 serr 00000000 cmd 0004c717
Jul 20 11:56:36 master kernel: (ada0:ahcich0:0:0:0): WRITE_FPDMA_QUEUED. ACB: 61 00 90 e6 c8 40 03 00 00 01 00 00
Jul 20 11:56:36 master kernel: (ada0:ahcich0:0:0:0): CAM status: Command timeout
Jul 20 11:56:36 master kernel: (ada0:ahcich0:0:0:0): Retrying command
Jul 20 11:57:48 master kernel: ahcich0: Timeout on slot 22 port 0
Jul 20 11:57:48 master kernel: ahcich0: is 00000000 cs 3fc00000 ss 00000000 rs 3fc00000 tfd d0 serr 00000000 cmd 0004d617
Jul 20 11:57:48 master kernel: (ada0:ahcich0:0:0:0): FLUSHCACHE48. ACB: ea 00 00 00 00 40 00 00 00 00 00 00
Jul 20 11:57:48 master kernel: (ada0:ahcich0:0:0:0): CAM status: Command timeout
Jul 20 11:57:48 master kernel: (ada0:ahcich0:0:0:0): Retrying command
Jul 20 11:59:32 master kernel: ahcich0: Timeout on slot 7 port 0
Jul 20 11:59:32 master kernel: ahcich0: is 00000000 cs 00000080 ss 00000080 rs 00000080 tfd d0 serr 00000000 cmd 0004c717
Jul 20 11:59:32 master kernel: (ada0:ahcich0:0:0:0): WRITE_FPDMA_QUEUED. ACB: 61 00 f0 6b af 40 04 00 00 01 00 00
Jul 20 11:59:32 master kernel: (ada0:ahcich0:0:0:0): CAM status: Command timeout
Jul 20 11:59:32 master kernel: (ada0:ahcich0:0:0:0): Retrying command
Jul 20 12:05:33 master kernel: ahcich0: Timeout on slot 16 port 0
Jul 20 12:05:33 master kernel: ahcich0: is 00000000 cs 00010000 ss 00010000 rs 00010000 tfd d0 serr 00000000 cmd 0004d017
Jul 20 12:05:33 master kernel: (ada0:ahcich0:0:0:0): WRITE_FPDMA_QUEUED. ACB: 61 00 c0 fc aa 40 02 00 00 01 00 00
Jul 20 12:05:33 master kernel: (ada0:ahcich0:0:0:0): CAM status: Command timeout
Jul 20 12:05:33 master kernel: (ada0:ahcich0:0:0:0): Retrying command
Jul 20 12:06:48 master kernel: ahcich0: Timeout on slot 29 port 0
Jul 20 12:06:48 master kernel: ahcich0: is 00000000 cs 60000000 ss 00000000 rs 60000000 tfd d0 serr 00000000 cmd 0004dd17
Jul 20 12:06:48 master kernel: (ada0:ahcich0:0:0:0): FLUSHCACHE48. ACB: ea 00 00 00 00 40 00 00 00 00 00 00
Jul 20 12:06:48 master kernel: (ada0:ahcich0:0:0:0): CAM status: Command timeout
Jul 20 12:06:48 master kernel: (ada0:ahcich0:0:0:0): Retrying command
Jul 20 12:09:24 master kernel: ahcich0: Timeout on slot 30 port 0
Jul 20 12:09:24 master kernel: ahcich0: is 00000000 cs c0000000 ss 00000000 rs c0000000 tfd d0 serr 00000000 cmd 0004de17
Jul 20 12:09:24 master kernel: (ada0:ahcich0:0:0:0): FLUSHCACHE48. ACB: ea 00 00 00 00 40 00 00 00 00 00 00
Jul 20 12:09:24 master kernel: (ada0:ahcich0:0:0:0): CAM status: Command timeout
Jul 20 12:09:24 master kernel: (ada0:ahcich0:0:0:0): Retrying command
Jul 20 12:10:17 master kernel: ahcich0: Timeout on slot 14 port 0
Jul 20 12:10:17 master kernel: ahcich0: is 00000000 cs 0003c000 ss 00000000 rs 0003c000 tfd d0 serr 00000000 cmd 0004ce17
Jul 20 12:10:17 master kernel: (ada0:ahcich0:0:0:0): FLUSHCACHE48. ACB: ea 00 00 00 00 40 00 00 00 00 00 00
Jul 20 12:10:17 master kernel: (ada0:ahcich0:0:0:0): CAM status: Command timeout
Jul 20 12:10:17 master kernel: (ada0:ahcich0:0:0:0): Retrying command
Jul 20 12:11:56 master kernel: ahcich0: Timeout on slot 19 port 0
Jul 20 12:11:56 master kernel: ahcich0: is 00000000 cs 00780000 ss 00000000 rs 00780000 tfd d0 serr 00000000 cmd 0004d317
Jul 20 12:11:56 master kernel: (ada0:ahcich0:0:0:0): FLUSHCACHE48. ACB: ea 00 00 00 00 40 00 00 00 00 00 00
Jul 20 12:11:56 master kernel: (ada0:ahcich0:0:0:0): CAM status: Command timeout
Jul 20 12:11:56 master kernel: (ada0:ahcich0:0:0:0): Retrying command
Jul 20 12:12:28 master kernel: ahcich0: Timeout on slot 12 port 0
Jul 20 12:12:28 master kernel: ahcich0: is 00000000 cs 0003f000 ss 00000000 rs 0003f000 tfd d0 serr 00000000 cmd 0004cc17
Jul 20 12:12:28 master kernel: (ada0:ahcich0:0:0:0): FLUSHCACHE48. ACB: ea 00 00 00 00 40 00 00 00 00 00 00
Jul 20 12:12:28 master kernel: (ada0:ahcich0:0:0:0): CAM status: Command timeout
Jul 20 12:12:28 master kernel: (ada0:ahcich0:0:0:0): Retrying command
Jul 20 12:16:02 master kernel: ahcich0: Timeout on slot 13 port 0
Jul 20 12:16:02 master kernel: ahcich0: is 00000000 cs 0001e000 ss 00000000 rs 0001e000 tfd d0 serr 00000000 cmd 0004cd17
Jul 20 12:16:02 master kernel: (ada0:ahcich0:0:0:0): FLUSHCACHE48. ACB: ea 00 00 00 00 40 00 00 00 00 00 00
Jul 20 12:16:02 master kernel: (ada0:ahcich0:0:0:0): CAM status: Command timeout
Jul 20 12:16:02 master kernel: (ada0:ahcich0:0:0:0): Retrying command
Jul 20 12:17:11 master kernel: ahcich0: Timeout on slot 8 port 0
Jul 20 12:17:11 master kernel: ahcich0: is 00000000 cs 00000700 ss 00000000 rs 00000700 tfd d0 serr 00000000 cmd 0004c817
Jul 20 12:17:11 master kernel: (ada0:ahcich0:0:0:0): FLUSHCACHE48. ACB: ea 00 00 00 00 40 00 00 00 00 00 00
Jul 20 12:17:11 master kernel: (ada0:ahcich0:0:0:0): CAM status: Command timeout
Jul 20 12:17:11 master kernel: (ada0:ahcich0:0:0:0): Retrying command
Jul 20 12:17:49 master kernel: ahcich0: Timeout on slot 22 port 0
Jul 20 12:17:49 master kernel: ahcich0: is 00000000 cs 03c00000 ss 00000000 rs 03c00000 tfd d0 serr 00000000 cmd 0004d617
Jul 20 12:17:49 master kernel: (ada0:ahcich0:0:0:0): FLUSHCACHE48. ACB: ea 00 00 00 00 40 00 00 00 00 00 00
Jul 20 12:17:49 master kernel: (ada0:ahcich0:0:0:0): CAM status: Command timeout
Jul 20 12:17:49 master kernel: (ada0:ahcich0:0:0:0): Retrying command
Jul 20 12:19:14 master kernel: ahcich0: Timeout on slot 8 port 0
Jul 20 12:19:14 master kernel: ahcich0: is 00000000 cs 00000100 ss 00000100 rs 00000100 tfd d0 serr 00000000 cmd 0004c817
Jul 20 12:19:14 master kernel: (ada0:ahcich0:0:0:0): WRITE_FPDMA_QUEUED. ACB: 61 00 50 29 b7 40 05 00 00 01 00 00
Jul 20 12:19:14 master kernel: (ada0:ahcich0:0:0:0): CAM status: Command timeout
Jul 20 12:19:14 master kernel: (ada0:ahcich0:0:0:0): Retrying command
Jul 20 12:20:47 master kernel: ahcich0: Timeout on slot 12 port 0
Jul 20 12:20:48 master kernel: ahcich0: is 00000000 cs 0000f000 ss 00000000 rs 0000f000 tfd d0 serr 00000000 cmd 0004cc17
Jul 20 12:20:48 master kernel: (ada0:ahcich0:0:0:0): FLUSHCACHE48. ACB: ea 00 00 00 00 40 00 00 00 00 00 00
Jul 20 12:20:48 master kernel: (ada0:ahcich0:0:0:0): CAM status: Command timeout
Jul 20 12:20:48 master kernel: (ada0:ahcich0:0:0:0): Retrying command
Jul 20 12:23:01 master kernel: ahcich0: Timeout on slot 20 port 0
Jul 20 12:23:01 master kernel: ahcich0: is 00000000 cs 03f00000 ss 00000000 rs 03f00000 tfd d0 serr 00000000 cmd 0004d417
Jul 20 12:23:01 master kernel: (ada0:ahcich0:0:0:0): FLUSHCACHE48. ACB: ea 00 00 00 00 40 00 00 00 00 00 00
Jul 20 12:23:01 master kernel: (ada0:ahcich0:0:0:0): CAM status: Command timeout
Jul 20 12:23:01 master kernel: (ada0:ahcich0:0:0:0): Retrying command
Jul 20 12:24:36 master kernel: ahcich0: Timeout on slot 0 port 0
Jul 20 12:24:36 master kernel: ahcich0: is 00000000 cs 00000007 ss 00000000 rs 00000007 tfd d0 serr 00000000 cmd 0004c017
Jul 20 12:24:36 master kernel: (ada0:ahcich0:0:0:0): FLUSHCACHE48. ACB: ea 00 00 00 00 40 00 00 00 00 00 00
Jul 20 12:24:36 master kernel: (ada0:ahcich0:0:0:0): CAM status: Command timeout
Jul 20 12:24:36 master kernel: (ada0:ahcich0:0:0:0): Retrying command
Jul 20 12:25:53 master kernel: swap_pager: indefinite wait buffer: bufobj: 0, blkno: 12091, size: 4096
Jul 20 12:25:54 master kernel: ahcich0: Timeout on slot 14 port 0
Jul 20 12:25:54 master kernel: ahcich0: is 00000000 cs 0007c000 ss 00000000 rs 0007c000 tfd d0 serr 00000000 cmd 0004ce17
Jul 20 12:25:54 master kernel: (ada0:ahcich0:0:0:0): FLUSHCACHE48. ACB: ea 00 00 00 00 40 00 00 00 00 00 00
Jul 20 12:25:54 master kernel: (ada0:ahcich0:0:0:0): CAM status: Command timeout
Jul 20 12:25:54 master kernel: (ada0:ahcich0:0:0:0): Retrying command
Jul 20 12:26:24 master kernel: ahcich0: Timeout on slot 0 port 0
Jul 20 12:26:24 master kernel: ahcich0: is 00000000 cs 00000000 ss 00000003 rs 00000003 tfd 40 serr 00000000 cmd 0004c117
Jul 20 12:26:24 master kernel: (ada0:ahcich0:0:0:0): WRITE_FPDMA_QUEUED. ACB: 61 80 50 3c e0 40 07 00 00 00 00 00
Jul 20 12:26:24 master kernel: (ada0:ahcich0:0:0:0): CAM status: Command timeout
Jul 20 12:26:24 master kernel: (ada0:ahcich0:0:0:0): Retrying command
Jul 20 12:27:24 master kernel: ahcich0: Timeout on slot 2 port 0
Jul 20 12:27:24 master kernel: ahcich0: is 00000000 cs 00000004 ss 00000000 rs 00000004 tfd 40 serr 00000000 cmd 0004c117
Jul 20 12:27:24 master kernel: (aprobe0:ahcich0:0:0:0): ATA_IDENTIFY. ACB: ec 00 00 00 00 40 00 00 00 00 00 00
Jul 20 12:27:24 master kernel: (aprobe0:ahcich0:0:0:0): CAM status: Command timeout
Jul 20 12:27:24 master kernel: (aprobe0:ahcich0:0:0:0): Retrying command
Jul 20 12:27:24 master kernel: swap_pager: indefinite wait buffer: bufobj: 0, blkno: 6626, size: 16384
Jul 20 12:27:24 master kernel: swap_pager: indefinite wait buffer: bufobj: 0, blkno: 11329, size: 4096
Jul 20 12:27:24 master kernel: ahcich0: Timeout on slot 3 port 0
Jul 20 12:27:24 master kernel: ahcich0: is 00000000 cs 00000008 ss 00000000 rs 00000008 tfd 150 serr 00000000 cmd 0004c317
Jul 20 12:27:24 master kernel: (aprobe0:ahcich0:0:0:0): ATA_IDENTIFY. ACB: ec 00 00 00 00 40 00 00 00 00 00 00
Jul 20 12:27:24 master kernel: (aprobe0:ahcich0:0:0:0): CAM status: Command timeout
Jul 20 12:27:24 master kernel: (aprobe0:ahcich0:0:0:0): Error 5, Retries exhausted
Jul 20 12:27:59 master kernel: ahcich0: Timeout on slot 22 port 0
Jul 20 12:27:59 master kernel: ahcich0: is 00000000 cs 00c00000 ss 00000000 rs 00c00000 tfd d0 serr 00000000 cmd 0004d617
Jul 20 12:27:59 master kernel: (ada0:ahcich0:0:0:0): FLUSHCACHE48. ACB: ea 00 00 00 00 40 00 00 00 00 00 00
Jul 20 12:27:59 master kernel: (ada0:ahcich0:0:0:0): CAM status: Command timeout
Jul 20 12:27:59 master kernel: (ada0:ahcich0:0:0:0): Retrying command
Jul 20 12:28:51 master kernel: swap_pager: indefinite wait buffer: bufobj: 0, blkno: 12137, size: 4096
Jul 20 12:28:51 master kernel: swap_pager: indefinite wait buffer: bufobj: 0, blkno: 14817, size: 16384
Jul 20 12:28:51 master kernel: swap_pager: indefinite wait buffer: bufobj: 0, blkno: 12146, size: 12288
Jul 20 12:28:51 master kernel: ahcich0: Timeout on slot 11 port 0
Jul 20 12:28:51 master kernel: ahcich0: is 00000000 cs 00007c00 ss 00007c00 rs 00007c00 tfd d0 serr 00000000 cmd 0004ca17
Jul 20 12:28:51 master kernel: (ada0:ahcich0:0:0:0): WRITE_FPDMA_QUEUED. ACB: 61 10 40 8b a5 40 05 00 00 00 00 00
Jul 20 12:28:51 master kernel: (ada0:ahcich0:0:0:0): CAM status: Command timeout
Jul 20 12:28:51 master kernel: (ada0:ahcich0:0:0:0): Retrying command
Jul 20 12:29:23 master kernel: ahcich0: Timeout on slot 15 port 0
Jul 20 12:29:23 master kernel: ahcich0: is 00000000 cs 001f8000 ss 00000000 rs 001f8000 tfd d0 serr 00000000 cmd 0004cf17
Jul 20 12:29:23 master kernel: (ada0:ahcich0:0:0:0): FLUSHCACHE48. ACB: ea 00 00 00 00 40 00 00 00 00 00 00
Jul 20 12:29:23 master kernel: (ada0:ahcich0:0:0:0): CAM status: Command timeout
Jul 20 12:29:23 master kernel: (ada0:ahcich0:0:0:0): Retrying command
Jul 20 12:29:59 master kernel: ahcich0: Timeout on slot 16 port 0
Jul 20 12:29:59 master kernel: ahcich0: is 00000000 cs 03ff0000 ss 00000000 rs 03ff0000 tfd d0 serr 00000000 cmd 0004d017
Jul 20 12:29:59 master kernel: (ada0:ahcich0:0:0:0): FLUSHCACHE48. ACB: ea 00 00 00 00 40 00 00 00 00 00 00
Jul 20 12:29:59 master kernel: (ada0:ahcich0:0:0:0): CAM status: Command timeout
Jul 20 12:29:59 master kernel: (ada0:ahcich0:0:0:0): Retrying command
Jul 20 12:30:47 master kernel: ahcich0: Timeout on slot 27 port 0
Jul 20 12:30:47 master kernel: ahcich0: is 00000000 cs 38000000 ss 00000000 rs 38000000 tfd d0 serr 00000000 cmd 0004db17
Jul 20 12:30:47 master kernel: (ada0:ahcich0:0:0:0): FLUSHCACHE48. ACB: ea 00 00 00 00 40 00 00 00 00 00 00
Jul 20 12:30:47 master kernel: (ada0:ahcich0:0:0:0): CAM status: Command timeout
Jul 20 12:30:47 master kernel: (ada0:ahcich0:0:0:0): Retrying command
Jul 20 12:31:21 master kernel: ahcich0: Timeout on slot 21 port 0
Jul 20 12:31:21 master kernel: ahcich0: is 00000000 cs 00200000 ss 00000000 rs 00200000 tfd d0 serr 00000000 cmd 0004d517
Jul 20 12:31:21 master kernel: (ada0:ahcich0:0:0:0): FLUSHCACHE48. ACB: ea 00 00 00 00 40 00 00 00 00 00 00
Jul 20 12:31:21 master kernel: (ada0:ahcich0:0:0:0): CAM status: Command timeout
Jul 20 12:31:21 master kernel: (ada0:ahcich0:0:0:0): Retrying command
Jul 20 12:33:10 master kernel: swap_pager: indefinite wait buffer: bufobj: 0, blkno: 19404, size: 8192
Jul 20 12:33:14 master kernel: ahcich0: Timeout on slot 16 port 0
Jul 20 12:33:14 master kernel: ahcich0: is 00000000 cs 00010000 ss 00010000 rs 00010000 tfd d0 serr 00000000 cmd 0004d017
Jul 20 12:33:14 master kernel: (ada0:ahcich0:0:0:0): READ_FPDMA_QUEUED. ACB: 60 00 50 cd ae 40 02 00 00 01 00 00
Jul 20 12:33:14 master kernel: (ada0:ahcich0:0:0:0): CAM status: Command timeout
Jul 20 12:33:14 master kernel: (ada0:ahcich0:0:0:0): Retrying command
Jul 20 12:34:23 master kernel: swap_pager: indefinite wait buffer: bufobj: 0, blkno: 12271, size: 4096
Jul 20 12:34:32 master kernel: ahcich0: Timeout on slot 26 port 0
Jul 20 12:34:32 master kernel: ahcich0: is 00000000 cs 0c000000 ss 00000000 rs 0c000000 tfd d0 serr 00000000 cmd 0004da17
Jul 20 12:34:32 master kernel: (ada0:ahcich0:0:0:0): FLUSHCACHE48. ACB: ea 00 00 00 00 40 00 00 00 00 00 00
Jul 20 12:34:32 master kernel: (ada0:ahcich0:0:0:0): CAM status: Command timeout
Jul 20 12:34:32 master kernel: (ada0:ahcich0:0:0:0): Retrying command
__________________________________________________________________________________________________________________________________________
ALSO i noticed some errors upon start of the machine, maybe relevant or not, but i am giving full output below just in case:
Jul 20 14:38:51 master syslogd: kernel boot file is /boot/kernel/kernel
Jul 20 14:38:51 master kernel: Copyright (c) 1992-2018 The FreeBSD Project.
Jul 20 14:38:51 master kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
Jul 20 14:38:51 master kernel: The Regents of the University of California. All rights reserved.
Jul 20 14:38:51 master kernel: FreeBSD is a registered trademark of The FreeBSD Foundation.
Jul 20 14:38:51 master kernel: FreeBSD 11.2-RELEASE #0 r335510: Fri Jun 22 04:32:14 UTC 2018
Jul 20 14:38:51 master kernel: root@releng2.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64
Jul 20 14:38:51 master kernel: FreeBSD clang version 6.0.0 (tags/RELEASE_600/final 326565) (based on LLVM 6.0.0)
Jul 20 14:38:51 master kernel: VT(vga): resolution 640x480
Jul 20 14:38:51 master kernel: CPU: AMD Ryzen 5 2400G with Radeon Vega Graphics (3593.34-MHz K8-class CPU)
Jul 20 14:38:51 master kernel: Origin="AuthenticAMD" Id=0x810f10 Family=0x17 Model=0x11 Stepping=0
Jul 20 14:38:51 master kernel: Features=0x178bfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,MMX,FXSR,SSE,SSE2,HTT>
Jul 20 14:38:51 master kernel: Features2=0x7ed8320b<SSE3,PCLMULQDQ,MON,SSSE3,FMA,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AESNI,XSAVE,OSXSAVE,AVX,F16C,RDRAND>
Jul 20 14:38:51 master kernel: AMD Features=0x2e500800<SYSCALL,NX,MMX+,FFXSR,Page1GB,RDTSCP,LM>
Jul 20 14:38:51 master kernel: AMD Features2=0x35c233ff<LAHF,CMP,SVM,ExtAPIC,CR8,ABM,SSE4A,MAS,Prefetch,OSVW,SKINIT,WDT,TCE,Topology,PCXC,PNXC,DBE,PL2I,MWAITX>
Jul 20 14:38:51 master kernel: Structured Extended Features=0x209c01a9<FSGSBASE,BMI1,AVX2,SMEP,BMI2,RDSEED,ADX,SMAP,CLFLUSHOPT,SHA>
Jul 20 14:38:51 master kernel: XSAVE Features=0xf<XSAVEOPT,XSAVEC,XINUSE,XSAVES>
Jul 20 14:38:51 master kernel: AMD Extended Feature Extensions ID EBX=0x1007<CLZERO,IRPerf,XSaveErPtr>
Jul 20 14:38:51 master kernel: SVM: NP,NRIP,VClean,AFlush,DAssist,NAsids=32768
Jul 20 14:38:51 master kernel: TSC: P-state invariant, performance statistics
Jul 20 14:38:51 master kernel: real memory = 8589934592 (8192 MB)
Jul 20 14:38:51 master kernel: avail memory = 7122022400 (6792 MB)
Jul 20 14:38:51 master kernel: Event timer "LAPIC" quality 600
Jul 20 14:38:51 master kernel: ACPI APIC Table: <ALASKA A M I >
Jul 20 14:38:51 master kernel: FreeBSD/SMP: Multiprocessor System Detected: 8 CPUs
Jul 20 14:38:51 master kernel: FreeBSD/SMP: 1 package(s) x 4 core(s) x 2 hardware threads
Jul 20 14:38:51 master kernel: Firmware Warning (ACPI): Optional FADT field Pm2ControlBlock has valid Length but zero Address: 0x0000000000000000/0x1 (20171214/tbfadt-796)
Jul 20 14:38:51 master kernel: ioapic0 <Version 2.1> irqs 0-23 on motherboard
Jul 20 14:38:51 master kernel: ioapic1 <Version 2.1> irqs 24-55 on motherboard
Jul 20 14:38:51 master kernel: SMP: AP CPU #5 Launched!
Jul 20 14:38:51 master kernel: SMP: AP CPU #7 Launched!
Jul 20 14:38:51 master kernel: SMP: AP CPU #6 Launched!
Jul 20 14:38:51 master kernel: SMP: AP CPU #1 Launched!
Jul 20 14:38:51 master kernel: SMP: AP CPU #4 Launched!
Jul 20 14:38:51 master kernel: SMP: AP CPU #3 Launched!
Jul 20 14:38:51 master kernel: SMP: AP CPU #2 Launched!
Jul 20 14:38:51 master kernel: Timecounter "TSC-low" frequency 1796668938 Hz quality 1000
Jul 20 14:38:51 master kernel: random: entropy device external interface
Jul 20 14:38:51 master kernel: kbd1 at kbdmux0
Jul 20 14:38:51 master kernel: netmap: loaded module
Jul 20 14:38:51 master kernel: module_register_init: MOD_LOAD (vesa, 0xffffffff80ff4550, 0) error 19
Jul 20 14:38:51 master kernel: random: registering fast source Intel Secure Key RNG
Jul 20 14:38:51 master kernel: random: fast provider: "Intel Secure Key RNG"
Jul 20 14:38:51 master kernel: nexus0
Jul 20 14:38:51 master kernel: vtvga0: <VT VGA driver> on motherboard
Jul 20 14:38:51 master kernel: cryptosoft0: <software crypto> on motherboard
Jul 20 14:38:51 master kernel: acpi0: <ALASKA A M I > on motherboard
Jul 20 14:38:51 master kernel: Firmware Error (ACPI): Failure creating [\_SB.SMIC], AE_ALREADY_EXISTS (20171214/dswload-498)
Jul 20 14:38:51 master kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20171214/psobject-371)
Jul 20 14:38:51 master kernel: ACPI Error: AE_ALREADY_EXISTS, (SSDT: AMD PT) while loading table (20171214/tbxfload-355)
Jul 20 14:38:51 master kernel: Firmware Error (ACPI): Failure looking up [\PTOS], AE_NOT_FOUND (20171214/psargs-503)
Jul 20 14:38:51 master kernel: ACPI Error: Method parse/execution failed \, AE_NOT_FOUND (20171214/psparse-677)
Jul 20 14:38:51 master kernel: ACPI Error: 1 table load failures, 7 successful (20171214/tbxfload-378)
Jul 20 14:38:51 master kernel: acpi0: Power Button (fixed)
Jul 20 14:38:51 master kernel: cpu0: <ACPI CPU> on acpi0
Jul 20 14:38:51 master kernel: cpu1: <ACPI CPU> on acpi0
Jul 20 14:38:51 master kernel: cpu2: <ACPI CPU> on acpi0
Jul 20 14:38:51 master kernel: cpu3: <ACPI CPU> on acpi0
Jul 20 14:38:51 master kernel: cpu4: <ACPI CPU> on acpi0
Jul 20 14:38:51 master kernel: cpu5: <ACPI CPU> on acpi0
Jul 20 14:38:51 master kernel: cpu6: <ACPI CPU> on acpi0
Jul 20 14:38:51 master kernel: cpu7: <ACPI CPU> on acpi0
Jul 20 14:38:51 master kernel: attimer0: <AT timer> port 0x40-0x43 irq 0 on acpi0
Jul 20 14:38:51 master kernel: Timecounter "i8254" frequency 1193182 Hz quality 0
Jul 20 14:38:51 master kernel: Event timer "i8254" frequency 1193182 Hz quality 100
Jul 20 14:38:51 master kernel: atrtc0: <AT realtime clock> port 0x70-0x71 on acpi0
Jul 20 14:38:51 master kernel: atrtc0: registered as a time-of-day clock, resolution 1.000000s
Jul 20 14:38:51 master kernel: Event timer "RTC" frequency 32768 Hz quality 0
Jul 20 14:38:51 master kernel: hpet0: <High Precision Event Timer> iomem 0xfed00000-0xfed003ff irq 0,8 on acpi0
Jul 20 14:38:51 master kernel: Timecounter "HPET" frequency 14318180 Hz quality 950
Jul 20 14:38:51 master kernel: Event timer "HPET" frequency 14318180 Hz quality 350
Jul 20 14:38:51 master kernel: Event timer "HPET1" frequency 14318180 Hz quality 350
Jul 20 14:38:51 master kernel: Event timer "HPET2" frequency 14318180 Hz quality 350
Jul 20 14:38:51 master kernel: Timecounter "ACPI-safe" frequency 3579545 Hz quality 850
Jul 20 14:38:51 master kernel: acpi_timer0: <32-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0
Jul 20 14:38:51 master kernel: pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
Jul 20 14:38:51 master kernel: pcib0: _OSC returned error 0x10
Jul 20 14:38:51 master kernel: pci0: <ACPI PCI bus> on pcib0
Jul 20 14:38:51 master kernel: pci0: <base peripheral, IOMMU> at device 0.2 (no driver attached)
Jul 20 14:38:51 master kernel: pcib1: <ACPI PCI-PCI bridge> at device 1.2 on pci0
Jul 20 14:38:51 master kernel: pci1: <ACPI PCI bus> on pcib1
Jul 20 14:38:51 master kernel: xhci0: <XHCI (generic) USB 3.0 controller> mem 0xfe8a0000-0xfe8a7fff irq 28 at device 0.0 on pci1
Jul 20 14:38:51 master kernel: xhci0: 32 bytes context size, 64-bit DMA
Jul 20 14:38:51 master kernel: usbus0 on xhci0
Jul 20 14:38:51 master kernel: usbus0: 5.0Gbps Super Speed USB v3.0
Jul 20 14:38:51 master kernel: ahci0: <AHCI SATA controller> mem 0xfe880000-0xfe89ffff irq 29 at device 0.1 on pci1
Jul 20 14:38:51 master kernel: ahci0: AHCI v1.31 with 8 6Gbps ports, Port Multiplier supported
Jul 20 14:38:51 master kernel: ahcich0: <AHCI channel> at channel 0 on ahci0
Jul 20 14:38:51 master kernel: ahcich1: <AHCI channel> at channel 1 on ahci0
Jul 20 14:38:51 master kernel: ahcich2: <AHCI channel> at channel 2 on ahci0
Jul 20 14:38:51 master kernel: ahcich3: <AHCI channel> at channel 3 on ahci0
Jul 20 14:38:51 master kernel: ahcich4: <AHCI channel> at channel 4 on ahci0
Jul 20 14:38:51 master kernel: ahcich5: <AHCI channel> at channel 5 on ahci0
Jul 20 14:38:51 master kernel: ahcich6: <AHCI channel> at channel 6 on ahci0
Jul 20 14:38:51 master kernel: ahcich7: <AHCI channel> at channel 7 on ahci0
Jul 20 14:38:51 master kernel: pcib2: <ACPI PCI-PCI bridge> irq 30 at device 0.2 on pci1
Jul 20 14:38:51 master kernel: pci2: <ACPI PCI bus> on pcib2
Jul 20 14:38:51 master kernel: pcib3: <ACPI PCI-PCI bridge> irq 28 at device 0.0 on pci2
Jul 20 14:38:51 master kernel: pci3: <ACPI PCI bus> on pcib3
Jul 20 14:38:51 master kernel: pcib4: <ACPI PCI-PCI bridge> irq 29 at device 1.0 on pci2
Jul 20 14:38:51 master kernel: pci4: <ACPI PCI bus> on pcib4
Jul 20 14:38:51 master kernel: pcib5: <ACPI PCI-PCI bridge> irq 30 at device 2.0 on pci2
Jul 20 14:38:51 master kernel: pci5: <ACPI PCI bus> on pcib5
Jul 20 14:38:51 master kernel: pcib6: <ACPI PCI-PCI bridge> irq 31 at device 3.0 on pci2
Jul 20 14:38:51 master kernel: pci6: <ACPI PCI bus> on pcib6
Jul 20 14:38:51 master kernel: pcib7: <ACPI PCI-PCI bridge> irq 28 at device 4.0 on pci2
Jul 20 14:38:51 master kernel: pci7: <ACPI PCI bus> on pcib7
Jul 20 14:38:51 master kernel: pcib8: <ACPI PCI-PCI bridge> irq 29 at device 5.0 on pci2
Jul 20 14:38:51 master kernel: pci8: <ACPI PCI bus> on pcib8
Jul 20 14:38:51 master kernel: pcib9: <ACPI PCI-PCI bridge> irq 30 at device 6.0 on pci2
Jul 20 14:38:51 master kernel: pci9: <ACPI PCI bus> on pcib9
Jul 20 14:38:51 master kernel: ahci1: <ASMedia ASM1062 AHCI SATA controller> port 0xe050-0xe057,0xe040-0xe043,0xe030-0xe037,0xe020-0xe023,0xe000-0xe01f mem 0xfe700000-0xfe7001ff irq 30 at device 0.0 on pci9
Jul 20 14:38:51 master kernel: ahci1: AHCI v1.20 with 2 6Gbps ports, Port Multiplier supported
Jul 20 14:38:51 master kernel: ahci1: quirks=0xc00000<NOCCS,NOAUX>
Jul 20 14:38:51 master kernel: ahcich8: <AHCI channel> at channel 0 on ahci1
Jul 20 14:38:51 master kernel: ahcich9: <AHCI channel> at channel 1 on ahci1
Jul 20 14:38:51 master kernel: pcib10: <ACPI PCI-PCI bridge> irq 31 at device 7.0 on pci2
Jul 20 14:38:51 master kernel: pci10: <ACPI PCI bus> on pcib10
Jul 20 14:38:51 master kernel: re0: <RealTek 8168/8111 B/C/CP/D/DP/E/F/G PCIe Gigabit Ethernet> port 0xd000-0xd0ff mem 0xfe600000-0xfe600fff,0xf0300000-0xf0303fff irq 31 at device 0.0 on pci10
Jul 20 14:38:51 master kernel: re0: Using 1 MSI-X message
Jul 20 14:38:51 master kernel: re0: ASPM disabled
Jul 20 14:38:51 master kernel: re0: Chip rev. 0x4c000000
Jul 20 14:38:51 master kernel: re0: MAC rev. 0x00000000
Jul 20 14:38:51 master kernel: miibus0: <MII bus> on re0
Jul 20 14:38:51 master kernel: rgephy0: <RTL8251 1000BASE-T media interface> PHY 1 on miibus0
Jul 20 14:38:51 master kernel: rgephy0: none, 10baseT, 10baseT-FDX, 10baseT-FDX-flow, 100baseTX, 100baseTX-FDX, 100baseTX-FDX-flow, 1000baseT-FDX, 1000baseT-FDX-master, 1000baseT-FDX-flow, 1000baseT-FDX-flow-master, auto, auto-flow
Jul 20 14:38:51 master kernel: re0: Using defaults for TSO: 65518/35/2048
Jul 20 14:38:51 master kernel: re0: Ethernet address: 70:85:c2:77:e0:78
Jul 20 14:38:51 master kernel: re0: netmap queues/slots: TX 1/256, RX 1/256
Jul 20 14:38:51 master kernel: pcib11: <ACPI PCI-PCI bridge> at device 1.6 on pci0
Jul 20 14:38:51 master kernel: pcib11: [GIANT-LOCKED]
Jul 20 14:38:51 master kernel: pcib12: <ACPI PCI-PCI bridge> at device 8.1 on pci0
Jul 20 14:38:51 master kernel: pci11: <ACPI PCI bus> on pcib12
Jul 20 14:38:51 master kernel: vgapci0: <VGA-compatible display> port 0xf000-0xf0ff mem 0xe0000000-0xefffffff,0xf0000000-0xf01fffff,0xfe500000-0xfe57ffff irq 52 at device 0.0 on pci11
Jul 20 14:38:51 master kernel: vgapci0: Boot video device
Jul 20 14:38:51 master kernel: hdac0: <ATI (0x15de) HDA Controller> mem 0xfe588000-0xfe58bfff irq 53 at device 0.1 on pci11
Jul 20 14:38:51 master kernel: pci11: <encrypt/decrypt> at device 0.2 (no driver attached)
Jul 20 14:38:51 master kernel: xhci1: <XHCI (generic) USB 3.0 controller> mem 0xfe300000-0xfe3fffff irq 55 at device 0.3 on pci11
Jul 20 14:38:51 master kernel: xhci1: 64 bytes context size, 64-bit DMA
Jul 20 14:38:51 master kernel: xhci1: Unable to map MSI-X table
Jul 20 14:38:51 master kernel: usbus1 on xhci1
Jul 20 14:38:51 master kernel: usbus1: 5.0Gbps Super Speed USB v3.0
Jul 20 14:38:51 master kernel: xhci2: <XHCI (generic) USB 3.0 controller> mem 0xfe200000-0xfe2fffff irq 52 at device 0.4 on pci11
Jul 20 14:38:51 master kernel: xhci2: 64 bytes context size, 64-bit DMA
Jul 20 14:38:51 master kernel: xhci2: Unable to map MSI-X table
Jul 20 14:38:51 master kernel: usbus2 on xhci2
Jul 20 14:38:51 master kernel: usbus2: 5.0Gbps Super Speed USB v3.0
Jul 20 14:38:51 master kernel: hdac1: <AMD (0x15e3) HDA Controller> mem 0xfe580000-0xfe587fff irq 54 at device 0.6 on pci11
Jul 20 14:38:51 master kernel: pcib13: <ACPI PCI-PCI bridge> at device 8.2 on pci0
Jul 20 14:38:51 master kernel: pci12: <ACPI PCI bus> on pcib13
Jul 20 14:38:51 master kernel: ahci2: <AMD KERNCZ AHCI SATA controller> mem 0xfe900000-0xfe9007ff irq 54 at device 0.0 on pci12
Jul 20 14:38:51 master kernel: ahci2: AHCI v1.31 with 1 6Gbps ports, Port Multiplier supported with FBS
Jul 20 14:38:51 master kernel: ahcich10: <AHCI channel> at channel 0 on ahci2
Jul 20 14:38:51 master kernel: isab0: <PCI-ISA bridge> at device 20.3 on pci0
Jul 20 14:38:51 master kernel: isa0: <ISA bus> on isab0
Jul 20 14:38:51 master kernel: acpi_button0: <Power Button> on acpi0
Jul 20 14:38:51 master kernel: uart0: <16550 or compatible> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0
Jul 20 14:38:51 master kernel: atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64 irq 1 on acpi0
Jul 20 14:38:51 master kernel: atkbd0: <AT Keyboard> irq 1 on atkbdc0
Jul 20 14:38:51 master kernel: kbd0 at atkbd0
Jul 20 14:38:51 master kernel: atkbd0: [GIANT-LOCKED]
Jul 20 14:38:51 master kernel: ppc0: cannot reserve I/O port range
Jul 20 14:38:51 master kernel: hwpstate0: <Cool`n'Quiet 2.0> on cpu0
Jul 20 14:38:51 master kernel: ZFS filesystem version: 5
Jul 20 14:38:51 master kernel: ZFS storage pool version: features support (5000)
Jul 20 14:38:51 master kernel: Timecounters tick every 1.000 msec
Jul 20 14:38:51 master kernel: hdacc0: <ATI R6xx HDA CODEC> at cad 0 on hdac0
Jul 20 14:38:51 master kernel: hdaa0: <ATI R6xx Audio Function Group> at nid 1 on hdacc0
Jul 20 14:38:51 master kernel: pcm0: <ATI R6xx (HDMI)> at nid 3 on hdaa0
Jul 20 14:38:51 master kernel: pcm1: <ATI R6xx (HDMI)> at nid 5 on hdaa0
Jul 20 14:38:51 master kernel: pcm2: <ATI R6xx (HDMI)> at nid 7 on hdaa0
Jul 20 14:38:51 master kernel: pcm3: <ATI R6xx (HDMI)> at nid 9 on hdaa0
Jul 20 14:38:51 master kernel: pcm4: <ATI R6xx (HDMI)> at nid 11 on hdaa0
Jul 20 14:38:51 master kernel: pcm5: <ATI R6xx (HDMI)> at nid 13 on hdaa0
Jul 20 14:38:51 master kernel: hdacc1: <Realtek ALC892 HDA CODEC> at cad 0 on hdac1
Jul 20 14:38:51 master kernel: hdaa1: <Realtek ALC892 Audio Function Group> at nid 1 on hdacc1
Jul 20 14:38:51 master kernel: pcm6: <Realtek ALC892 (Rear Analog)> at nid 20 and 24,26 on hdaa1
Jul 20 14:38:51 master kernel: pcm7: <Realtek ALC892 (Front Analog)> at nid 27 and 25 on hdaa1
Jul 20 14:38:51 master kernel: ugen1.1: <0x1022 XHCI root HUB> at usbus1
Jul 20 14:38:51 master kernel: ugen0.1: <0x1022 XHCI root HUB> at usbus0
Jul 20 14:38:51 master kernel: ugen2.1: <0x1022 XHCI root HUB> at usbus2
Jul 20 14:38:51 master kernel: uhub0: <0x1022 XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus1
Jul 20 14:38:51 master kernel: uhub1: <0x1022 XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus0
Jul 20 14:38:51 master kernel: uhub2: <0x1022 XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus2
Jul 20 14:38:51 master kernel: uhub2: 2 ports with 2 removable, self powered
Jul 20 14:38:51 master kernel: ada0 at ahcich0 bus 0 scbus0 target 0 lun 0
Jul 20 14:38:51 master kernel: ada0: <ST3120827AS 3.42> ATA-6 SATA 1.x device
Jul 20 14:38:51 master kernel: ada0: Serial Number 5MS03YSK
Jul 20 14:38:51 master kernel: ada0: 150.000MB/s transfers (SATA 1.x, UDMA6, PIO 8192bytes)
Jul 20 14:38:51 master kernel: ada0: Command Queueing enabled
Jul 20 14:38:51 master kernel: ada0: 114473MB (234441648 512 byte sectors)
Jul 20 14:38:51 master kernel: ada1 at ahcich1 bus 0 scbus1 target 0 lun 0
Jul 20 14:38:51 master kernel: ada1: <WDC WD2500JD-00HBB0 08.02D08> ATA-6 SATA 1.x device
Jul 20 14:38:51 master kernel: ada1: Serial Number WD-WCAL71063050
Jul 20 14:38:51 master kernel: ada1: 150.000MB/s transfers (SATA 1.x, UDMA6, PIO 8192bytes)
Jul 20 14:38:51 master kernel: ada1: 238475MB (488397168 512 byte sectors)
Jul 20 14:38:51 master kernel: Trying to mount root from zfs:zroot/ROOT/default []...
Jul 20 14:38:51 master kernel: uhub0: 8 ports with 8 removable, self powered
Jul 20 14:38:51 master kernel: Root mount waiting for: usbus0
Jul 20 14:38:51 master kernel: uhub1: 22 ports with 22 removable, self powered
Jul 20 14:38:51 master kernel: Root mount waiting for: usbus0
Jul 20 14:38:51 master kernel: random: unblocking device.
Jul 20 14:38:51 master kernel: ugen0.2: <Logitech USB Optical Mouse> at usbus0
Jul 20 14:38:51 master kernel: re0: link state changed to DOWN
Jul 20 14:38:51 master kernel: ums0 on uhub1
Jul 20 14:38:51 master kernel: ums0: <Logitech USB Optical Mouse, class 0/0, rev 2.00/63.00, addr 1> on usbus0
Jul 20 14:38:51 master kernel: ums0: 3 buttons and [XYZ] coordinates ID=0
Jul 20 14:38:51 master kernel: re0: link state changed to UP
Jul 20 14:38:52 master ntpd[630]: ntpd 4.2.8p11-a (1): Starting
Jul 20 14:38:53 master ntpd[631]: leapsecond file ('/var/db/ntpd.leap-seconds.list'): good hash signature
Jul 20 14:38:53 master ntpd[631]: leapsecond file ('/var/db/ntpd.leap-seconds.list'): loaded, expire=2018-12-28T00:00:00Z last=2017-01-01T00:00:00Z ofs=37
Jul 20 14:38:55 master kernel: .
Jul 20 14:38:59 master cbsd: bstart: get_vm_uplink_interface for arch1: ip4_addr: DHCP, determine uplink method: by uplink, interface: re0
Jul 20 14:38:59 master kernel: bridge1: Ethernet address: 02:8d:94:96:c7:01
Jul 20 14:38:59 master kernel: re0: promiscuous mode enabled
Jul 20 14:38:59 master kernel: bridge1: link state changed to UP
Jul 20 14:38:59 master kernel: tap1: Ethernet address: 00:bd:7c:57:f7:01
Jul 20 14:38:59 master kernel: tap1: promiscuous mode enabled
Jul 20 14:38:59 master kernel: re0: link state changed to DOWN
Jul 20 14:38:59 master kernel: bridge1: link state changed to DOWN
Jul 20 14:39:00 master cbsd: bstart: compile_nic_args for arch1: nic driver: vtnet, nic_parent: auto
Jul 20 14:39:00 master cbsd: bstart: get_vm_uplink_interface for arch1: ip4_addr: 192.168.2.26, determine uplink method: by route, interface: re0
Jul 20 14:39:00 master cbsd: bstart: compile_nic_args for arch1: uplink interface selected: re0
Jul 20 14:39:00 master kernel: tap2: Ethernet address: 00:bd:7a:59:f7:02
Jul 20 14:39:00 master kernel: tap2: promiscuous mode enabled
Jul 20 14:39:00 master cbsd: bstart: get_vm_uplink_interface for arch1: ip4_addr: 192.168.2.26, determine uplink method: by route, interface: re0
Jul 20 14:39:00 master CBSD: [debug] /usr/sbin/bhyve -c 1 -m 1073741824 -H -A -S -u -w -s 0:0,hostbridge -s 3:0,ahci-hd,/usr/jails/jails-data/arch1-data/dsk1.vhd,sectorsize=512 -s 2:0,ahci-cd,/usr/jails/src/iso/cbsd-iso-archlinux-2018.04.01-x86_64.iso -s 4:0,virtio-net,tap2,mac=00:a0:98:af:c8:2d -s 5:0,virtio-rnd -s 6,fbuf,tcp=192.168.2.25:5900,w=1024,h=768,wait,password=cbsd -s 30,xhci,tablet -s 31,lpc -l com1,stdio -l bootrom,/usr/local/cbsd/upgrade/patch/efi.fd arch1
Jul 20 14:39:00 master kernel: tap2: link state changed to UP
Jul 20 14:39:00 master kernel: bridge1: link state changed to UP
Jul 20 14:39:03 master kernel: re0: link state changed to UP
Jul 20 14:39:09 master dhclient: New IP Address (re0): 192.168.2.25
Jul 20 14:39:09 master dhclient: New Subnet Mask (re0): 255.255.255.0
Jul 20 14:39:09 master dhclient: New Broadcast Address (re0): 192.168.2.255
Jul 20 14:39:09 master dhclient: New Routers (re0): 192.168.2.1
Jul 20 14:39:15 master dbus[626]: [system] Activating service name='org.freedesktop.ConsoleKit' (using servicehelper)
Jul 20 14:39:15 master dbus[626]: [system] Activating service name='org.freedesktop.PolicyKit1' (using servicehelper)
Jul 20 14:39:15 master dbus[626]: [system] Successfully activated service 'org.freedesktop.ConsoleKit'
Jul 20 14:39:16 master dbus[626]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Jul 20 14:39:23 master cbsd: bstart: compile_nic_args for debian1: nic driver: vtnet, nic_parent: auto
Jul 20 14:39:23 master cbsd: bstart: get_vm_uplink_interface for debian1: ip4_addr: 192.168.2.27, determine uplink method: by route, interface: re0
Jul 20 14:39:23 master cbsd: bstart: compile_nic_args for debian1: uplink interface selected: re0
Jul 20 14:39:23 master kernel: tap3: Ethernet address: 00:bd:05:b4:f7:03
Jul 20 14:39:23 master kernel: tap3: promiscuous mode enabled
Jul 20 14:39:23 master cbsd: bstart: get_vm_uplink_interface for debian1: ip4_addr: 192.168.2.27, determine uplink method: by route, interface: re0
Jul 20 14:39:23 master CBSD: [debug] /usr/sbin/bhyve -c 8 -m 2147483648 -H -A -S -u -w -s 0:0,hostbridge -s 1:0,ahci-cd,/usr/local/cbsd/upgrade/patch/efirefd.fd -s 2:0,ahci-hd,/usr/jails/jails-data/debian1-data/dsk1.vhd,sectorsize=512 -s 4:0,virtio-net,tap3,mac=00:a0:98:e0:98:4d -s 5:0,virtio-rnd -s 6,fbuf,tcp=192.168.2.25:5900,w=1024,h=768,password=cbsd -s 30,xhci,tablet -s 31,lpc -l com1,stdio -l bootrom,/usr/local/cbsd/upgrade/patch/efi.fd debian1
Jul 20 14:39:23 master kernel: tap3: link state changed to UP
Jul 20 14:39:23 master kernel: tap3: link state changed to DOWN
Jul 20 14:39:40 master cbsd: bstop: get_vm_uplink_interface for debian1: ip4_addr: 192.168.2.27, determine uplink method: by route, interface: re0
Jul 20 14:39:40 master cbsd: jswmode: switch debian1 mode to maintenance. Stopping_VM
Jul 20 14:39:40 master cbsd: jswmode: switch debian1 mode to master. 0
Jul 20 14:39:40 master cbsd: bstop: bhyve domain debian1 stopped in 0s
Jul 20 14:39:40 master cbsd: jswmode: switch debian1 mode to master. 0
Regards,
Iwo Zaleski
Hello ,
this is not really the place to report OS bugs , since nothing can be done here to fix the situation.
You may want to report this kind problems to FreeBSD peoples.
BR
I've sent the problem to FreeBSD forum, i can reply back when i have the answer that it's in fact system related.
Regards,
Iwo
Hello,
It was the hard drive that failed eventually
It was replaced and now cbsd/bhyve runs very well. Good piece of software as far as i'm using it for 3 days now. This subject can be closed.
Regards,
Iwo