Claudio Jeker <cje...@diehard.n-r-g.com> writes: > Yeah, the documentation is not great. > > You need to add 'net' to the mount options in /etc/fstab for iscsi drives. > Then our rc script will do the right thing and mount these drives late > (after iscsid started). > > <duid>.a /mnt/test ffs rw,noatime,nodev,nosuid,net 1 2 > > With that it should work. You can not use iscsi for /, /usr, /var but it > works for /home or /var/www.
Thanks Claudio for the note. Unfortunately, this was not successful. Slightly different, but ultimately the same problem. When the machine comes up, it does indeed pass mounting all of the local partitions before trying to mount the iSCSI target. However, it still blows up and enters single user mode. Upon entering single user mode, the additional NIC that connects to the SAN does appear to be configured and happy (I can ping the iSCSI host). You can see pictures of the screen before [1] and after [2] entering and exiting single user mode. In [3], you can see the machine does eventually hit a login prompt. Upon exiting single user mode, it then gives an error message that "SIOCSIFGATTR" is an invalid argument to ifconfig, before continuing to boot. It then says iscsid failed to start. This is visible in [2] and [3]. Once actually logged in, it appears as though iscsid is dead in the water. However, if I remove the /etc/fstab entry, it boots as normal and then I can mount manually as expected. Very strange. Checking /var/log/daemon, this is what I see: Feb 20 18:59:28 elara iscsid[52173]: startup Feb 20 18:59:28 elara iscsid[52173]: fatal in iscsid: vscsi_open: Device busy Diagnostic info to follow. dmesg is also attached. I'm wondering if this is a misconfiguration on my part, or more potentially is it a bug? This is on a fresh install of today's -current snapshot - I'm rebuilding the machine due to hardware failure/upgrades and can't say I've actually tried to do this before, so can't say it worked before. It is just odd to me to that the drive mounts fine manually, but blows up when trying to mount on boot. Hopefully, somebody can provide some answers. Please let me know if any further info is required. Thanks, Ash [1] https://thalassa.fagg.id.au/IMG_6318.jpg [2] https://thalassa.fagg.id.au/IMG_6321.jpg [3] https://thalassa.fagg.id.au/IMG_6322.jpg Diagnostic info: Here is my full and complete /etc/fstab. /build is the mount-point in question. It is my intention to (hopefully) mount it at /usr/ports, but just for the sake of troubleshooting I tried a different mountpoint. I also tried the exact same options Claudio suggested with the same result. elara$ cat /etc/fstab 02215eb188a74570.b none swap sw 02215eb188a74570.a / ffs rw 1 1 02215eb188a74570.k /home ffs rw,nodev,nosuid 1 2 02215eb188a74570.d /tmp ffs rw,nodev,nosuid 1 2 02215eb188a74570.f /usr ffs rw,nodev 1 2 02215eb188a74570.g /usr/X11R6 ffs rw,nodev 1 2 02215eb188a74570.h /usr/local ffs rw,wxallowed,nodev 1 2 02215eb188a74570.j /usr/obj ffs rw,nodev,nosuid 1 2 02215eb188a74570.i /usr/src ffs rw,nodev,nosuid 1 2 02215eb188a74570.e /var ffs rw,nodev,nosuid 1 2 08b434e6d3d1d227.c /build ffs rw,noatime,nodev,wxallowed,net 1 2 Here is my full and complete /etc/iscsid.conf: elara$ cat /etc/iscsi.conf target "ports" { initiatoraddr 172.16.0.2 targetaddr 172.16.0.1 targetname "iqn.2011-01.au.id.fagg.ctl:elara-usr-ports" } And the two NIC configs + an ifconfig: elara$ cat /etc/hostname.re0 inet 192.168.1.6 0xffffff00 elara$ cat /etc/hostname.ix0 inet 172.16.0.2 0xfffff000 up elara$ doas ifconfig doas (f...@elara.fagg.id.au) password: lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 32768 index 4 priority 0 llprio 3 groups: lo inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x4 inet 127.0.0.1 netmask 0xff000000 ix0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 lladdr 90:e2:ba:29:76:a0 index 1 priority 0 llprio 3 media: Ethernet autoselect (10GSFP+Cu full-duplex,rxpause,txpause) status: active inet 172.16.0.2 netmask 0xfffff000 broadcast 172.16.15.255 re0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 lladdr 70:85:c2:67:19:b9 index 2 priority 0 llprio 3 groups: egress media: Ethernet autoselect (1000baseT full-duplex) status: active inet 192.168.1.6 netmask 0xffffff00 broadcast 192.168.1.255 enc0: flags=0<> index 3 priority 0 llprio 3 groups: enc status: active pflog0: flags=141<UP,RUNNING,PROMISC> mtu 33136 index 5 priority 0 llprio 3 groups: pflog dmesg attached below:
OpenBSD 6.9-beta (GENERIC.MP) #346: Fri Feb 19 23:56:21 MST 2021 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP real mem = 42861899776 (40876MB) avail mem = 41547546624 (39622MB) random: good seed from bootblocks mpath0 at root scsibus0 at mpath0: 256 targets mainbus0 at root bios0 at mainbus0: SMBIOS rev. 3.0 @ 0xed2d0 (33 entries) bios0: vendor American Megatrends Inc. version "P4.40" date 01/05/2018 bios0: ASRock AB350 Pro4 acpi0 at bios0: ACPI 6.0 acpi0: sleep states S0 S3 S4 S5 acpi0: tables DSDT FACP APIC FPDT FIDT SSDT SSDT CRAT CDIT SSDT MCFG AAFT HPET SSDT UEFI IVRS SSDT SSDT WSMT acpi0: wakeup devices GPP0(S4) GPP1(S4) GPP2(S4) PTXH(S4) GPP3(S4) GPP4(S4) GPP5(S4) GPP6(S4) GPP7(S4) GPP8(S4) GPP9(S4) GPPA(S4) GPPB(S4) GPPC(S4) GPPD(S4) GPPE(S4) [...] acpitimer0 at acpi0: 3579545 Hz, 32 bits acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat cpu0 at mainbus0: apid 0 (boot processor) cpu0: AMD Ryzen 7 1800X Eight-Core Processor, 3593.94 MHz, 17-01-01 cpu0: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,RDSEED,ADX,SMAP,CLFLUSHOPT,SHA,XSAVEOPT,XSAVEC,XGETBV1,XSAVES cpu0: 64KB 64b/line 4-way I-cache, 32KB 64b/line 8-way D-cache, 512KB 64b/line 8-way L2 cache cpu0: ITLB 64 4KB entries fully associative, 64 4MB entries fully associative cpu0: DTLB 64 4KB entries fully associative, 64 4MB entries fully associative cpu0: smt 0, core 0, package 0 mtrr: Pentium Pro MTRR support, 8 var ranges, 88 fixed ranges cpu0: apic clock running at 99MHz cpu0: mwait min=64, max=64, IBE cpu1 at mainbus0: apid 1 (application processor) cpu1: AMD Ryzen 7 1800X Eight-Core Processor, 3593.25 MHz, 17-01-01 cpu1: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,RDSEED,ADX,SMAP,CLFLUSHOPT,SHA,XSAVEOPT,XSAVEC,XGETBV1,XSAVES cpu1: 64KB 64b/line 4-way I-cache, 32KB 64b/line 8-way D-cache, 512KB 64b/line 8-way L2 cache cpu1: ITLB 64 4KB entries fully associative, 64 4MB entries fully associative cpu1: DTLB 64 4KB entries fully associative, 64 4MB entries fully associative cpu1: smt 1, core 0, package 0 cpu2 at mainbus0: apid 2 (application processor) cpu2: AMD Ryzen 7 1800X Eight-Core Processor, 3593.25 MHz, 17-01-01 cpu2: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,RDSEED,ADX,SMAP,CLFLUSHOPT,SHA,XSAVEOPT,XSAVEC,XGETBV1,XSAVES cpu2: 64KB 64b/line 4-way I-cache, 32KB 64b/line 8-way D-cache, 512KB 64b/line 8-way L2 cache cpu2: ITLB 64 4KB entries fully associative, 64 4MB entries fully associative cpu2: DTLB 64 4KB entries fully associative, 64 4MB entries fully associative cpu2: smt 0, core 1, package 0 cpu3 at mainbus0: apid 3 (application processor) cpu3: AMD Ryzen 7 1800X Eight-Core Processor, 3593.25 MHz, 17-01-01 cpu3: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,RDSEED,ADX,SMAP,CLFLUSHOPT,SHA,XSAVEOPT,XSAVEC,XGETBV1,XSAVES cpu3: 64KB 64b/line 4-way I-cache, 32KB 64b/line 8-way D-cache, 512KB 64b/line 8-way L2 cache cpu3: ITLB 64 4KB entries fully associative, 64 4MB entries fully associative cpu3: DTLB 64 4KB entries fully associative, 64 4MB entries fully associative cpu3: smt 1, core 1, package 0 cpu4 at mainbus0: apid 4 (application processor) cpu4: AMD Ryzen 7 1800X Eight-Core Processor, 3593.25 MHz, 17-01-01 cpu4: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,RDSEED,ADX,SMAP,CLFLUSHOPT,SHA,XSAVEOPT,XSAVEC,XGETBV1,XSAVES cpu4: 64KB 64b/line 4-way I-cache, 32KB 64b/line 8-way D-cache, 512KB 64b/line 8-way L2 cache cpu4: ITLB 64 4KB entries fully associative, 64 4MB entries fully associative cpu4: DTLB 64 4KB entries fully associative, 64 4MB entries fully associative cpu4: smt 0, core 2, package 0 cpu5 at mainbus0: apid 5 (application processor) cpu5: AMD Ryzen 7 1800X Eight-Core Processor, 3593.25 MHz, 17-01-01 cpu5: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,RDSEED,ADX,SMAP,CLFLUSHOPT,SHA,XSAVEOPT,XSAVEC,XGETBV1,XSAVES cpu5: 64KB 64b/line 4-way I-cache, 32KB 64b/line 8-way D-cache, 512KB 64b/line 8-way L2 cache cpu5: ITLB 64 4KB entries fully associative, 64 4MB entries fully associative cpu5: DTLB 64 4KB entries fully associative, 64 4MB entries fully associative cpu5: smt 1, core 2, package 0 cpu6 at mainbus0: apid 6 (application processor) cpu6: AMD Ryzen 7 1800X Eight-Core Processor, 3593.25 MHz, 17-01-01 cpu6: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,RDSEED,ADX,SMAP,CLFLUSHOPT,SHA,XSAVEOPT,XSAVEC,XGETBV1,XSAVES cpu6: 64KB 64b/line 4-way I-cache, 32KB 64b/line 8-way D-cache, 512KB 64b/line 8-way L2 cache cpu6: ITLB 64 4KB entries fully associative, 64 4MB entries fully associative cpu6: DTLB 64 4KB entries fully associative, 64 4MB entries fully associative cpu6: smt 0, core 3, package 0 cpu7 at mainbus0: apid 7 (application processor) cpu7: AMD Ryzen 7 1800X Eight-Core Processor, 3593.25 MHz, 17-01-01 cpu7: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,RDSEED,ADX,SMAP,CLFLUSHOPT,SHA,XSAVEOPT,XSAVEC,XGETBV1,XSAVES cpu7: 64KB 64b/line 4-way I-cache, 32KB 64b/line 8-way D-cache, 512KB 64b/line 8-way L2 cache cpu7: ITLB 64 4KB entries fully associative, 64 4MB entries fully associative cpu7: DTLB 64 4KB entries fully associative, 64 4MB entries fully associative cpu7: smt 1, core 3, package 0 cpu8 at mainbus0: apid 8 (application processor) cpu8: AMD Ryzen 7 1800X Eight-Core Processor, 3593.26 MHz, 17-01-01 cpu8: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,RDSEED,ADX,SMAP,CLFLUSHOPT,SHA,XSAVEOPT,XSAVEC,XGETBV1,XSAVES cpu8: 64KB 64b/line 4-way I-cache, 32KB 64b/line 8-way D-cache, 512KB 64b/line 8-way L2 cache cpu8: ITLB 64 4KB entries fully associative, 64 4MB entries fully associative cpu8: DTLB 64 4KB entries fully associative, 64 4MB entries fully associative cpu8: smt 0, core 4, package 0 cpu9 at mainbus0: apid 9 (application processor) cpu9: AMD Ryzen 7 1800X Eight-Core Processor, 3593.25 MHz, 17-01-01 cpu9: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,RDSEED,ADX,SMAP,CLFLUSHOPT,SHA,XSAVEOPT,XSAVEC,XGETBV1,XSAVES cpu9: 64KB 64b/line 4-way I-cache, 32KB 64b/line 8-way D-cache, 512KB 64b/line 8-way L2 cache cpu9: ITLB 64 4KB entries fully associative, 64 4MB entries fully associative cpu9: DTLB 64 4KB entries fully associative, 64 4MB entries fully associative cpu9: smt 1, core 4, package 0 cpu10 at mainbus0: apid 10 (application processor) cpu10: AMD Ryzen 7 1800X Eight-Core Processor, 3593.25 MHz, 17-01-01 cpu10: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,RDSEED,ADX,SMAP,CLFLUSHOPT,SHA,XSAVEOPT,XSAVEC,XGETBV1,XSAVES cpu10: 64KB 64b/line 4-way I-cache, 32KB 64b/line 8-way D-cache, 512KB 64b/line 8-way L2 cache cpu10: ITLB 64 4KB entries fully associative, 64 4MB entries fully associative cpu10: DTLB 64 4KB entries fully associative, 64 4MB entries fully associative cpu10: disabling user TSC (skew=378) cpu10: smt 0, core 5, package 0 cpu11 at mainbus0: apid 11 (application processor) cpu11: AMD Ryzen 7 1800X Eight-Core Processor, 3593.25 MHz, 17-01-01 cpu11: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,RDSEED,ADX,SMAP,CLFLUSHOPT,SHA,XSAVEOPT,XSAVEC,XGETBV1,XSAVES cpu11: 64KB 64b/line 4-way I-cache, 32KB 64b/line 8-way D-cache, 512KB 64b/line 8-way L2 cache cpu11: ITLB 64 4KB entries fully associative, 64 4MB entries fully associative cpu11: DTLB 64 4KB entries fully associative, 64 4MB entries fully associative cpu11: smt 1, core 5, package 0 cpu12 at mainbus0: apid 12 (application processor) cpu12: AMD Ryzen 7 1800X Eight-Core Processor, 3593.25 MHz, 17-01-01 cpu12: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,RDSEED,ADX,SMAP,CLFLUSHOPT,SHA,XSAVEOPT,XSAVEC,XGETBV1,XSAVES cpu12: 64KB 64b/line 4-way I-cache, 32KB 64b/line 8-way D-cache, 512KB 64b/line 8-way L2 cache cpu12: ITLB 64 4KB entries fully associative, 64 4MB entries fully associative cpu12: DTLB 64 4KB entries fully associative, 64 4MB entries fully associative cpu12: smt 0, core 6, package 0 cpu13 at mainbus0: apid 13 (application processor) cpu13: AMD Ryzen 7 1800X Eight-Core Processor, 3593.25 MHz, 17-01-01 cpu13: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,RDSEED,ADX,SMAP,CLFLUSHOPT,SHA,XSAVEOPT,XSAVEC,XGETBV1,XSAVES cpu13: 64KB 64b/line 4-way I-cache, 32KB 64b/line 8-way D-cache, 512KB 64b/line 8-way L2 cache cpu13: ITLB 64 4KB entries fully associative, 64 4MB entries fully associative cpu13: DTLB 64 4KB entries fully associative, 64 4MB entries fully associative cpu13: smt 1, core 6, package 0 cpu14 at mainbus0: apid 14 (application processor) cpu14: AMD Ryzen 7 1800X Eight-Core Processor, 3593.25 MHz, 17-01-01 cpu14: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,RDSEED,ADX,SMAP,CLFLUSHOPT,SHA,XSAVEOPT,XSAVEC,XGETBV1,XSAVES cpu14: 64KB 64b/line 4-way I-cache, 32KB 64b/line 8-way D-cache, 512KB 64b/line 8-way L2 cache cpu14: ITLB 64 4KB entries fully associative, 64 4MB entries fully associative cpu14: DTLB 64 4KB entries fully associative, 64 4MB entries fully associative cpu14: smt 0, core 7, package 0 cpu15 at mainbus0: apid 15 (application processor) cpu15: AMD Ryzen 7 1800X Eight-Core Processor, 3593.25 MHz, 17-01-01 cpu15: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,RDSEED,ADX,SMAP,CLFLUSHOPT,SHA,XSAVEOPT,XSAVEC,XGETBV1,XSAVES cpu15: 64KB 64b/line 4-way I-cache, 32KB 64b/line 8-way D-cache, 512KB 64b/line 8-way L2 cache cpu15: ITLB 64 4KB entries fully associative, 64 4MB entries fully associative cpu15: DTLB 64 4KB entries fully associative, 64 4MB entries fully associative cpu15: smt 1, core 7, package 0 ioapic0 at mainbus0: apid 17 pa 0xfec00000, version 21, 24 pins, can't remap ioapic1 at mainbus0: apid 18 pa 0xfec01000, version 21, 32 pins, can't remap acpimcfg0 at acpi0 acpimcfg0: addr 0xf8000000, bus 0-63 acpihpet0 at acpi0: 14318180 Hz acpiprt0 at acpi0: bus 0 (PCI0) acpiprt1 at acpi0: bus 1 (GPP0) acpiprt2 at acpi0: bus -1 (GPP1) acpiprt3 at acpi0: bus 3 (GPP2) acpiprt4 at acpi0: bus 10 (BR3C) acpiprt5 at acpi0: bus -1 (GPP3) acpiprt6 at acpi0: bus -1 (GPP4) acpiprt7 at acpi0: bus -1 (GPP5) acpiprt8 at acpi0: bus -1 (GPP6) acpiprt9 at acpi0: bus -1 (GPP7) acpiprt10 at acpi0: bus 11 (GPP8) acpiprt11 at acpi0: bus -1 (GPP9) acpiprt12 at acpi0: bus -1 (GPPA) acpiprt13 at acpi0: bus -1 (GPPB) acpiprt14 at acpi0: bus -1 (GPPC) acpiprt15 at acpi0: bus -1 (GPPD) acpiprt16 at acpi0: bus -1 (GPPE) acpiprt17 at acpi0: bus -1 (GPPF) acpiprt18 at acpi0: bus 17 (GP17) acpiprt19 at acpi0: bus 18 (GP18) acpipci0 at acpi0 PCI0: 0x00000010 0x00000011 0x00000000 acpicmos0 at acpi0 acpibtn0 at acpi0: PWRB amdgpio0 at acpi0 GPIO uid 0 addr 0xfed81500/0x400 irq 7, 184 pins "AMDIF030" at acpi0 not configured "PNP0C14" at acpi0 not configured acpicpu0 at acpi0: C1 bad (state 1 has no substates): C2(0@400 io@0x414), C1(@1 halt!), PSS acpicpu1 at acpi0: C1 bad (state 1 has no substates): C2(0@400 io@0x414), C1(@1 halt!), PSS acpicpu2 at acpi0: C1 bad (state 1 has no substates): C2(0@400 io@0x414), C1(@1 halt!), PSS acpicpu3 at acpi0: C1 bad (state 1 has no substates): C2(0@400 io@0x414), C1(@1 halt!), PSS acpicpu4 at acpi0: C1 bad (state 1 has no substates): C2(0@400 io@0x414), C1(@1 halt!), PSS acpicpu5 at acpi0: C1 bad (state 1 has no substates): C2(0@400 io@0x414), C1(@1 halt!), PSS acpicpu6 at acpi0: C1 bad (state 1 has no substates): C2(0@400 io@0x414), C1(@1 halt!), PSS acpicpu7 at acpi0: C1 bad (state 1 has no substates): C2(0@400 io@0x414), C1(@1 halt!), PSS acpicpu8 at acpi0: C1 bad (state 1 has no substates): C2(0@400 io@0x414), C1(@1 halt!), PSS acpicpu9 at acpi0: C1 bad (state 1 has no substates): C2(0@400 io@0x414), C1(@1 halt!), PSS acpicpu10 at acpi0: C1 bad (state 1 has no substates): C2(0@400 io@0x414), C1(@1 halt!), PSS acpicpu11 at acpi0: C1 bad (state 1 has no substates): C2(0@400 io@0x414), C1(@1 halt!), PSS acpicpu12 at acpi0: C1 bad (state 1 has no substates): C2(0@400 io@0x414), C1(@1 halt!), PSS acpicpu13 at acpi0: C1 bad (state 1 has no substates): C2(0@400 io@0x414), C1(@1 halt!), PSS acpicpu14 at acpi0: C1 bad (state 1 has no substates): C2(0@400 io@0x414), C1(@1 halt!), PSS acpicpu15 at acpi0: C1 bad (state 1 has no substates): C2(0@400 io@0x414), C1(@1 halt!), PSS cpu0: 3593 MHz: speeds: 3600 3200 2200 MHz pci0 at mainbus0 bus 0 ksmn0 at pci0 dev 0 function 0 "AMD 17h Root Complex" rev 0x00 "AMD 17h IOMMU" rev 0x00 at pci0 dev 0 function 2 not configured pchb0 at pci0 dev 1 function 0 "AMD 17h PCIE" rev 0x00 ppb0 at pci0 dev 1 function 1 "AMD 17h PCIE" rev 0x00: msi pci1 at ppb0 bus 1 ix0 at pci1 dev 0 function 0 "Intel 82599" rev 0x01, msix, 8 queues, address 90:e2:ba:29:76:a0 ppb1 at pci0 dev 1 function 3 "AMD 17h PCIE" rev 0x00: msi pci2 at ppb1 bus 3 xhci0 at pci2 dev 0 function 0 "AMD 300 Series xHCI" rev 0x02: msi, xHCI 1.10 usb0 at xhci0: USB revision 3.0 uhub0 at usb0 configuration 1 interface 0 "AMD xHCI root hub" rev 3.00/1.00 addr 1 ahci0 at pci2 dev 0 function 1 "AMD 300 Series SATA" rev 0x02: msi, AHCI 1.3.1 ahci0: port busy after first PMP probe FIS ahci0: port busy after first PMP probe FIS ahci0: port 0: 6.0Gb/s scsibus1 at ahci0: 32 targets sd0 at scsibus1 targ 0 lun 0: <ATA, CT1000BX500SSD1, M6CR> naa.500a0751e4e92f88 sd0: 953869MB, 512 bytes/sector, 1953525168 sectors, thin ppb2 at pci2 dev 0 function 2 vendor "AMD", unknown product 0x43b2 rev 0x02 pci3 at ppb2 bus 4 ppb3 at pci3 dev 0 function 0 "AMD 300 Series PCIE" rev 0x02: msi pci4 at ppb3 bus 5 ppb4 at pci3 dev 1 function 0 "AMD 300 Series PCIE" rev 0x02: msi pci5 at ppb4 bus 6 ppb5 at pci3 dev 4 function 0 "AMD 300 Series PCIE" rev 0x02: msi pci6 at ppb5 bus 7 ppb6 at pci3 dev 5 function 0 "AMD 300 Series PCIE" rev 0x02: msi pci7 at ppb6 bus 8 ppb7 at pci3 dev 6 function 0 "AMD 300 Series PCIE" rev 0x02: msi pci8 at ppb7 bus 9 ahci1 at pci8 dev 0 function 0 "ASMedia ASM1061 AHCI" rev 0x02: msi, AHCI 1.2 scsibus2 at ahci1: 32 targets ppb8 at pci3 dev 7 function 0 "AMD 300 Series PCIE" rev 0x02: msi pci9 at ppb8 bus 10 re0 at pci9 dev 0 function 0 "Realtek 8168" rev 0x11: RTL8168G/8111G (0x4c00), msi, address 70:85:c2:67:19:b9 rgephy0 at re0 phy 7: RTL8251 PHY, rev. 0 pchb1 at pci0 dev 2 function 0 "AMD 17h PCIE" rev 0x00 pchb2 at pci0 dev 3 function 0 "AMD 17h PCIE" rev 0x00 ppb9 at pci0 dev 3 function 1 "AMD 17h PCIE" rev 0x00: msi pci10 at ppb9 bus 11 vga1 at pci10 dev 0 function 0 vendor "NVIDIA", unknown product 0x1d01 rev 0xa1 wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation) wsdisplay0: screen 1-5 added (80x25, vt100 emulation) azalia0 at pci10 dev 0 function 1 vendor "NVIDIA", unknown product 0x0fb8 rev 0xa1: msi azalia0: no supported codecs pchb3 at pci0 dev 4 function 0 "AMD 17h PCIE" rev 0x00 pchb4 at pci0 dev 7 function 0 "AMD 17h PCIE" rev 0x00 ppb10 at pci0 dev 7 function 1 "AMD 17h PCIE" rev 0x00 pci11 at ppb10 bus 17 vendor "AMD", unknown product 0x145a (class instrumentation unknown subclass 0x00, rev 0x00) at pci11 dev 0 function 0 not configured ccp0 at pci11 dev 0 function 2 "AMD 17h Crypto" rev 0x00 xhci1 at pci11 dev 0 function 3 "AMD 17h xHCI" rev 0x00: msi, xHCI 1.0 usb1 at xhci1: USB revision 3.0 uhub1 at usb1 configuration 1 interface 0 "AMD xHCI root hub" rev 3.00/1.00 addr 1 pchb5 at pci0 dev 8 function 0 "AMD 17h PCIE" rev 0x00 ppb11 at pci0 dev 8 function 1 "AMD 17h PCIE" rev 0x00 pci12 at ppb11 bus 18 vendor "AMD", unknown product 0x1455 (class instrumentation unknown subclass 0x00, rev 0x00) at pci12 dev 0 function 0 not configured ahci2 at pci12 dev 0 function 2 "AMD FCH AHCI" rev 0x51: msi, AHCI 1.3.1 scsibus3 at ahci2: 32 targets azalia1 at pci12 dev 0 function 3 "AMD 17h HD Audio" rev 0x00: apic 18 int 19 azalia1: codecs: Realtek ALC892 audio0 at azalia1 piixpm0 at pci0 dev 20 function 0 "AMD FCH SMBus" rev 0x59: SMI iic0 at piixpm0 spdmem0 at iic0 addr 0x50: 16GB DDR4 SDRAM PC4-17000 spdmem1 at iic0 addr 0x51: 16GB DDR4 SDRAM PC4-17000 spdmem2 at iic0 addr 0x52: 4GB DDR4 SDRAM PC4-17000 spdmem3 at iic0 addr 0x53: 4GB DDR4 SDRAM PC4-17000 iic1 at piixpm0 pcib0 at pci0 dev 20 function 3 "AMD FCH LPC" rev 0x51 pchb6 at pci0 dev 24 function 0 "AMD 17h Data Fabric" rev 0x00 pchb7 at pci0 dev 24 function 1 "AMD 17h Data Fabric" rev 0x00 pchb8 at pci0 dev 24 function 2 "AMD 17h Data Fabric" rev 0x00 pchb9 at pci0 dev 24 function 3 "AMD 17h Data Fabric" rev 0x00 pchb10 at pci0 dev 24 function 4 "AMD 17h Data Fabric" rev 0x00 pchb11 at pci0 dev 24 function 5 "AMD 17h Data Fabric" rev 0x00 pchb12 at pci0 dev 24 function 6 "AMD 17h Data Fabric" rev 0x00 pchb13 at pci0 dev 24 function 7 "AMD 17h Data Fabric" rev 0x00 isa0 at pcib0 isadma0 at isa0 com0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo pckbc0 at isa0 port 0x60/5 irq 1 irq 12 pckbd0 at pckbc0 (kbd slot) wskbd0 at pckbd0: console keyboard, using wsdisplay0 pcppi0 at isa0 port 0x61 spkr0 at pcppi0 wbsio0 at isa0 port 0x2e/2: NCT6779D rev 0x62 lm1 at wbsio0 port 0x290/8: NCT6779D uhub2 at uhub0 port 8 configuration 1 interface 0 "Genesys Logic USB2.0 Hub" rev 2.00/85.36 addr 2 uhub3 at uhub2 port 1 configuration 1 interface 0 "ASIX Electronics AX68004" rev 1.01/0.12 addr 3 uhidev0 at uhub3 port 1 configuration 1 interface 0 "Primax Kensington Eagle Trackball" rev 2.00/6.00 addr 4 uhidev0: iclass 3/1 ums0 at uhidev0: 3 buttons, Z and W dir wsmouse0 at ums0 mux 0 uhidev1 at uhub3 port 2 configuration 1 interface 0 "Kinesis Advantage2 Keyboard" rev 2.00/1.00 addr 5 uhidev1: iclass 3/1 ums1 at uhidev1: 3 buttons, Z dir wsmouse1 at ums1 mux 0 uhidev2 at uhub3 port 2 configuration 1 interface 1 "Kinesis Advantage2 Keyboard" rev 2.00/1.00 addr 5 uhidev2: iclass 3/1 ukbd0 at uhidev2: 8 variable keys, 6 key codes wskbd1 at ukbd0 mux 1 wskbd1: connecting to wsdisplay0 uhidev3 at uhub3 port 2 configuration 1 interface 2 "Kinesis Advantage2 Keyboard" rev 2.00/1.00 addr 5 uhidev3: iclass 3/0, 2 report ids uhid0 at uhidev3 reportid 1: input=1, output=0, feature=0 uhid1 at uhidev3 reportid 2: input=1, output=0, feature=0 uhidev4 at uhub3 port 6 configuration 1 interface 0 "ASIX Electronics AX68004" rev 1.10/0.02 addr 6 uhidev4: iclass 3/1 ukbd1 at uhidev4: 8 variable keys, 6 key codes wskbd2 at ukbd1 mux 1 wskbd2: connecting to wsdisplay0 uhidev5 at uhub3 port 6 configuration 1 interface 1 "ASIX Electronics AX68004" rev 1.10/0.02 addr 6 uhidev5: iclass 3/1, 3 report ids ums2 at uhidev5 reportid 1: 5 buttons, Z dir wsmouse2 at ums2 mux 0 uhid2 at uhidev5 reportid 2: input=1, output=0, feature=0 uhid3 at uhidev5 reportid 3: input=2, output=0, feature=0 uhub4 at uhub2 port 2 configuration 1 interface 0 "Genesys Logic USB2.0 Hub" rev 2.00/85.36 addr 7 uvideo0 at uhub4 port 2 configuration 1 interface 0 "Logitech Webcam C270" rev 2.00/0.12 addr 8 video0 at uvideo0 uaudio0 at uhub4 port 2 configuration 1 interface 3 "Logitech Webcam C270" rev 2.00/0.12 addr 8 uaudio0: class v1, full-speed, sync, channels: 0 play, 1 rec, 2 ctls audio1 at uaudio0 uhidev6 at uhub4 port 3 configuration 1 interface 0 "Logitech G502 HERO Gaming Mouse" rev 2.00/27.03 addr 9 uhidev6: iclass 3/1 ums3 at uhidev6: 16 buttons, Z and W dir wsmouse3 at ums3 mux 0 uhidev7 at uhub4 port 3 configuration 1 interface 1 "Logitech G502 HERO Gaming Mouse" rev 2.00/27.03 addr 9 uhidev7: iclass 3/0, 17 report ids ukbd2 at uhidev7 reportid 1: 8 variable keys, 6 key codes wskbd3 at ukbd2 mux 1 wskbd3: connecting to wsdisplay0 uhid4 at uhidev7 reportid 3: input=4, output=0, feature=0 uhid5 at uhidev7 reportid 4: input=1, output=0, feature=0 uhidpp0 at uhidev7 reportid 16 vscsi0 at root scsibus4 at vscsi0: 256 targets softraid0 at root scsibus5 at softraid0: 256 targets root on sd0a (02215eb188a74570.a) swap on sd0b dump on sd0b sd1 at scsibus4 targ 0 lun 0: <TrueNAS, iSCSI Disk, 0123> naa.6589cfc0000006d8aad405914915e892 sd1: 1048576MB, 4096 bytes/sector, 268435460 sectors, thin