Hi, I have recently upgraded (actually installed from scratch and copied config files) one of my firewalls from 6.6 to 6.7, and (sys)patched it to 017_dix. Everything works great except my npppd setup. It starts fine, but upon connecting over pptp I get the following records in log:
Aug 4 15:48:48 nat2 npppd[66557]: pptpd ctrl=0 call=28381 logtype=PPPBind ppp=0 Aug 4 15:48:48 nat2 npppd[66557]: ppp id=0 layer=base logtype=TUNNELSTART user="someuser" duration=0sec layer2=SOMECOMPANY layer2from=PU.BL.IC.IP:58242 auth=MS-CHAP-V2 ip=TU.NN.EL.IP iface=pppx0 Aug 4 15:48:48 nat2 npppd[66557]: ppp id=0 layer=base failed enable pipex: Invalid argument Aug 4 15:48:48 nat2 npppd[66557]: pptpd ctrl=0 call=28381 logtype=PPPUnbind Aug 4 15:48:48 nat2 npppd[66557]: ppp id=0 layer=base logtype=TUNNELUSAGE user="someuser" duration=0sec layer2=SOMECOMPANY layer2from=PU.BL.IC.IP:58242 auth=MS-CHAP-V2 data_in=290bytes,11packets data_out=239bytes,10packets error_in=0 error_out=0 mppe=yes mppe_in=128bits,stateless mppe_out=128bits,stateless iface=pppx0 Aug 4 15:48:48 nat2 npppd[66557]: pptpd ctrl=0 call=28381 logtype=Terminated Aug 4 15:48:48 nat2 npppd[66557]: pptpd ctrl=0 logtype=Finished pipex is enabled in sysctl.conf: me@myfw:~ $ sysctl net.pipex.enable net.pipex.enable=1 Identical npppd.conf works flawlessly on another CARP member which is still at 6.6: # GLOBAL set max-session 200 set user-max-session 1 # TUNNEL tunnel SOMECOMPANY protocol pptp { listen on PU.BL.IC.IP pptp-hostname somehost.example.org pptp-vendor-name "openbsd-npppd" ingress-filter yes mppe required mppe-key-length 128 mppe-key-state stateless idle-timeout 1800 } # IPCP ipcp SOMECOMPANY { pool-address "PR.IVA.TE.0/24" dns-servers SO.ME.IP.ADD allow-user-selected-address no } # INTERFACE interface pppx0 address PR.IVA.TE.1 ipcp SOMECOMPANY # AUTHENTICATION authentication RADIUS type radius { strip-nt-domain yes strip-atmark-realm yes authentication-server { address SO.ME.IP.ADD secret "somepass" } accounting-server { address SO.ME.IP.ADD secret "somepass" } } bind tunnel from SOMECOMPANY authenticated by RADIUS to pppx0 Here's dmesg: OpenBSD 6.7 (GENERIC.MP) #5: Tue Jul 21 13:50:07 MDT 2020 r...@syspatch-67-amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP real mem = 17027289088 (16238MB) avail mem = 16498622464 (15734MB) mpath0 at root scsibus0 at mpath0: 256 targets mainbus0 at root bios0 at mainbus0: SMBIOS rev. 2.8 @ 0x788cf000 (234 entries) bios0: vendor HP version "P89" date 10/21/2019 bios0: HP ProLiant DL360 Gen9 acpi0 at bios0: ACPI 5.0 acpi0: sleep states S0 S5 acpi0: tables DSDT FACP UEFI MCEJ SSDT HEST BERT ERST EINJ BGRT HPET PMCT WDDT APIC MCFG SLIT SRAT SPMI RASF SPCR MSCT BDAT PCCT DMAR SSDT SSDT SSDT acpi0: wakeup devices PEX4(S4) BR05(S4) BR03(S4) acpitimer0 at acpi0: 3579545 Hz, 24 bits acpihpet0 at acpi0: 14318179 Hz acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat cpu0 at mainbus0: apid 0 (boot processor) cpu0: Intel(R) Xeon(R) CPU E5-2623 v4 @ 2.60GHz, 2597.31 MHz, 06-4f-01 cpu0: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,PQM,RDSEED,ADX,SMAP,PT,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN cpu0: 256KB 64b/line 8-way L2 cache cpu0: smt 0, core 0, package 0 mtrr: Pentium Pro MTRR support, 10 var ranges, 88 fixed ranges cpu0: apic clock running at 99MHz cpu0: mwait min=64, max=64, C-substates=0.2.1.2, IBE cpu1 at mainbus0: apid 2 (application processor) cpu1: Intel(R) Xeon(R) CPU E5-2623 v4 @ 2.60GHz, 2597.00 MHz, 06-4f-01 cpu1: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,PQM,RDSEED,ADX,SMAP,PT,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN cpu1: 256KB 64b/line 8-way L2 cache cpu1: smt 0, core 1, package 0 cpu2 at mainbus0: apid 4 (application processor) cpu2: Intel(R) Xeon(R) CPU E5-2623 v4 @ 2.60GHz, 2597.00 MHz, 06-4f-01 cpu2: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,PQM,RDSEED,ADX,SMAP,PT,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN cpu2: 256KB 64b/line 8-way L2 cache cpu2: smt 0, core 2, package 0 cpu3 at mainbus0: apid 6 (application processor) cpu3: Intel(R) Xeon(R) CPU E5-2623 v4 @ 2.60GHz, 2597.00 MHz, 06-4f-01 cpu3: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,PQM,RDSEED,ADX,SMAP,PT,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN cpu3: 256KB 64b/line 8-way L2 cache cpu3: smt 0, core 3, package 0 cpu4 at mainbus0: apid 1 (application processor) cpu4: Intel(R) Xeon(R) CPU E5-2623 v4 @ 2.60GHz, 2597.00 MHz, 06-4f-01 cpu4: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,PQM,RDSEED,ADX,SMAP,PT,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN cpu4: 256KB 64b/line 8-way L2 cache cpu4: smt 1, core 0, package 0 cpu5 at mainbus0: apid 3 (application processor) cpu5: Intel(R) Xeon(R) CPU E5-2623 v4 @ 2.60GHz, 2597.00 MHz, 06-4f-01 cpu5: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,PQM,RDSEED,ADX,SMAP,PT,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN cpu5: 256KB 64b/line 8-way L2 cache cpu5: smt 1, core 1, package 0 cpu6 at mainbus0: apid 5 (application processor) cpu6: Intel(R) Xeon(R) CPU E5-2623 v4 @ 2.60GHz, 2597.00 MHz, 06-4f-01 cpu6: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,PQM,RDSEED,ADX,SMAP,PT,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN cpu6: 256KB 64b/line 8-way L2 cache cpu6: smt 1, core 2, package 0 cpu7 at mainbus0: apid 7 (application processor) cpu7: Intel(R) Xeon(R) CPU E5-2623 v4 @ 2.60GHz, 2597.00 MHz, 06-4f-01 cpu7: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,PQM,RDSEED,ADX,SMAP,PT,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN cpu7: 256KB 64b/line 8-way L2 cache cpu7: smt 1, core 3, package 0 ioapic0 at mainbus0: apid 8 pa 0xfec00000, version 20, 24 pins ioapic1 at mainbus0: apid 9 pa 0xfec01000, version 20, 24 pins acpimcfg0 at acpi0 acpimcfg0: addr 0x80000000, bus 0-255 acpiprt0 at acpi0: bus 255 (UNC0) acpiprt1 at acpi0: bus 0 (PCI0) acpiprt2 at acpi0: bus 1 (PEX2) acpiprt3 at acpi0: bus 2 (PEX4) acpiprt4 at acpi0: bus 3 (BR01) acpiprt5 at acpi0: bus 4 (BR05) "PNP0C33" at acpi0 not configured "PNP0C14" at acpi0 not configured acpipci0 at acpi0 UNC0: _OSC failed "ACPI0004" at acpi0 not configured "ACPI0007" at acpi0 not configured "ACPI0007" at acpi0 not configured "ACPI0007" at acpi0 not configured "ACPI0007" at acpi0 not configured "ACPI0007" at acpi0 not configured "ACPI0007" at acpi0 not configured "ACPI0007" at acpi0 not configured "ACPI0007" at acpi0 not configured acpipci1 at acpi0 PCI0: 0x00000010 0x00000011 0x00000000 "PNP0003" at acpi0 not configured acpicmos0 at acpi0 "IPI0001" at acpi0 not configured "ACPI000E" at acpi0 not configured "ACPI000D" at acpi0 not configured ipmi at mainbus0 not configured cpu0: using VERW MDS workaround (except on vmm entry) pci0 at mainbus0 bus 0 pchb0 at pci0 dev 0 function 0 "Intel Xeon-D Host" rev 0x01 ppb0 at pci0 dev 1 function 0 "Intel Xeon-D PCIE" rev 0x01 pci1 at ppb0 bus 3 ppb1 at pci0 dev 1 function 1 "Intel Xeon-D PCIE" rev 0x01 pci2 at ppb1 bus 8 ppb2 at pci0 dev 2 function 0 "Intel Xeon-D PCIE" rev 0x01 pci3 at ppb2 bus 5 ppb3 at pci0 dev 2 function 1 "Intel Xeon-D PCIE" rev 0x01 pci4 at ppb3 bus 9 ppb4 at pci0 dev 2 function 2 "Intel Xeon-D PCIE" rev 0x01 pci5 at ppb4 bus 4 ppb5 at pci0 dev 2 function 3 "Intel Xeon-D PCIE" rev 0x01 pci6 at ppb5 bus 10 ppb6 at pci0 dev 3 function 0 "Intel Xeon-D PCIE" rev 0x01 pci7 at ppb6 bus 6 ppb7 at pci0 dev 3 function 1 "Intel Xeon-D PCIE" rev 0x01 pci8 at ppb7 bus 11 ppb8 at pci0 dev 3 function 2 "Intel Xeon-D PCIE" rev 0x01 pci9 at ppb8 bus 7 ppb9 at pci0 dev 3 function 3 "Intel Xeon-D PCIE" rev 0x01 pci10 at ppb9 bus 12 "Intel E5 v4 DMA" rev 0x01 at pci0 dev 4 function 0 not configured "Intel E5 v4 DMA" rev 0x01 at pci0 dev 4 function 1 not configured "Intel E5 v4 DMA" rev 0x01 at pci0 dev 4 function 2 not configured "Intel E5 v4 DMA" rev 0x01 at pci0 dev 4 function 3 not configured "Intel E5 v4 DMA" rev 0x01 at pci0 dev 4 function 4 not configured "Intel E5 v4 DMA" rev 0x01 at pci0 dev 4 function 5 not configured "Intel E5 v4 DMA" rev 0x01 at pci0 dev 4 function 6 not configured "Intel E5 v4 DMA" rev 0x01 at pci0 dev 4 function 7 not configured "Intel Xeon-D Address Map" rev 0x01 at pci0 dev 5 function 0 not configured "Intel Xeon-D Hot Plug" rev 0x01 at pci0 dev 5 function 1 not configured "Intel Xeon-D RAS" rev 0x01 at pci0 dev 5 function 2 not configured "Intel Xeon-D I/O APIC" rev 0x01 at pci0 dev 5 function 4 not configured "Intel C610 MS SPSR" rev 0x05 at pci0 dev 17 function 0 not configured xhci0 at pci0 dev 20 function 0 "Intel C610 xHCI" rev 0x05: msi, xHCI 1.0 usb0 at xhci0: USB revision 3.0 uhub0 at usb0 configuration 1 interface 0 "Intel xHCI root hub" rev 3.00/1.00 addr 1 ehci0 at pci0 dev 26 function 0 "Intel C610 USB" rev 0x05: apic 8 int 18 usb1 at ehci0: USB revision 2.0 uhub1 at usb1 configuration 1 interface 0 "Intel EHCI root hub" rev 2.00/1.00 addr 1 ppb10 at pci0 dev 28 function 0 "Intel C610 PCIE" rev 0xd5 pci11 at ppb10 bus 13 ppb11 at pci0 dev 28 function 2 "Intel C610 PCIE" rev 0xd5 pci12 at ppb11 bus 1 "Hewlett-Packard iLO3 Slave" rev 0x06 at pci12 dev 0 function 0 not configured "Matrox MGA G200eH" rev 0x01 at pci12 dev 0 function 1 not configured "Hewlett-Packard iLO3 Management" rev 0x06 at pci12 dev 0 function 2 not configured uhci0 at pci12 dev 0 function 4 "Hewlett-Packard USB" rev 0x03: apic 8 int 19 usb2 at uhci0: USB revision 1.0 uhub2 at usb2 configuration 1 interface 0 "Hewlett-Packard UHCI root hub" rev 1.00/1.00 addr 1 ppb12 at pci0 dev 28 function 4 "Intel C610 PCIE" rev 0xd5 pci13 at ppb12 bus 2 bge0 at pci13 dev 0 function 0 "Broadcom BCM5719" rev 0x01, unknown BCM5719 (0x5719001), APE firmware NCSI 1.5.12.0: msi, address ec:eb:b8:95:29:7c brgphy0 at bge0 phy 1: BCM5719C 10/100/1000baseT PHY, rev. 0 bge1 at pci13 dev 0 function 1 "Broadcom BCM5719" rev 0x01, unknown BCM5719 (0x5719001), APE firmware NCSI 1.5.12.0: msi, address ec:eb:b8:95:29:7d brgphy1 at bge1 phy 2: BCM5719C 10/100/1000baseT PHY, rev. 0 bge2 at pci13 dev 0 function 2 "Broadcom BCM5719" rev 0x01, unknown BCM5719 (0x5719001), APE firmware NCSI 1.5.12.0: msi, address ec:eb:b8:95:29:7e brgphy2 at bge2 phy 3: BCM5719C 10/100/1000baseT PHY, rev. 0 bge3 at pci13 dev 0 function 3 "Broadcom BCM5719" rev 0x01, unknown BCM5719 (0x5719001), APE firmware NCSI 1.5.12.0: msi, address ec:eb:b8:95:29:7f brgphy3 at bge3 phy 4: BCM5719C 10/100/1000baseT PHY, rev. 0 ppb13 at pci0 dev 28 function 6 "Intel C610 PCIE" rev 0xd5 pci14 at ppb13 bus 14 ppb14 at pci0 dev 28 function 7 "Intel C610 PCIE" rev 0xd5 pci15 at ppb14 bus 15 ehci1 at pci0 dev 29 function 0 "Intel C610 USB" rev 0x05: apic 8 int 18 usb3 at ehci1: USB revision 2.0 uhub3 at usb3 configuration 1 interface 0 "Intel EHCI root hub" rev 2.00/1.00 addr 1 pcib0 at pci0 dev 31 function 0 "Intel C610 LPC" rev 0x05 ahci0 at pci0 dev 31 function 2 "Intel C610 AHCI" rev 0x05: msi, AHCI 1.3 ahci0: port 0: 6.0Gb/s ahci0: port 1: 6.0Gb/s scsibus1 at ahci0: 32 targets sd0 at scsibus1 targ 0 lun 0: <ATA, MB001000GWFGF, HPG3> naa.5000c500b212c82e sd0: 953869MB, 512 bytes/sector, 1953525168 sectors sd1 at scsibus1 targ 1 lun 0: <ATA, MB001000GWFGF, HPG3> naa.5000c500b2126c31 sd1: 953869MB, 512 bytes/sector, 1953525168 sectors ichiic0 at pci0 dev 31 function 3 "Intel C610 SMBus" rev 0x05: apic 8 int 18 iic0 at ichiic0 isa0 at pcib0 isadma0 at isa0 com0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo com1 at isa0 port 0x2f8/8 irq 3: ns16550a, 16 byte fifo com1: probed fifo depth: 0 bytes pckbc0 at isa0 port 0x60/5 irq 1 irq 12 pckbd0 at pckbc0 (kbd slot) wskbd0 at pckbd0: console keyboard pcppi0 at isa0 port 0x61 spkr0 at pcppi0 pci16 at mainbus0 bus 255 "Intel Xeon-D QPI Link" rev 0x01 at pci16 dev 11 function 0 not configured "Intel Xeon-D QPI Link" rev 0x01 at pci16 dev 11 function 1 not configured "Intel Xeon-D QPI Link" rev 0x01 at pci16 dev 11 function 2 not configured "Intel Xeon-D QPI Debug" rev 0x01 at pci16 dev 11 function 3 not configured "Intel Xeon-D Cache" rev 0x01 at pci16 dev 12 function 0 not configured "Intel Xeon-D Cache" rev 0x01 at pci16 dev 12 function 1 not configured "Intel Xeon-D Cache" rev 0x01 at pci16 dev 12 function 2 not configured "Intel Xeon-D Cache" rev 0x01 at pci16 dev 12 function 3 not configured "Intel Xeon-D Cache" rev 0x01 at pci16 dev 15 function 0 not configured "Intel E5 v4 Cache" rev 0x01 at pci16 dev 15 function 1 not configured "Intel Xeon-D Cache" rev 0x01 at pci16 dev 15 function 4 not configured "Intel Xeon-D Cache" rev 0x01 at pci16 dev 15 function 5 not configured "Intel Xeon-D Cache" rev 0x01 at pci16 dev 15 function 6 not configured "Intel Xeon-D PCIE" rev 0x01 at pci16 dev 16 function 0 not configured "Intel E5 v4 R2PCIe Agent" rev 0x01 at pci16 dev 16 function 1 not configured "Intel Xeon-D Ubox" rev 0x01 at pci16 dev 16 function 5 not configured "Intel Xeon-D Ubox" rev 0x01 at pci16 dev 16 function 6 not configured "Intel Xeon-D Ubox" rev 0x01 at pci16 dev 16 function 7 not configured "Intel Xeon-D Home Agent" rev 0x01 at pci16 dev 18 function 0 not configured "Intel Xeon-D Home Agent" rev 0x01 at pci16 dev 18 function 1 not configured vendor "Intel", unknown product 0x6f70 (class system subclass miscellaneous, rev 0x01) at pci16 dev 18 function 2 not configured "Intel Xeon-D Memory" rev 0x01 at pci16 dev 19 function 0 not configured "Intel Xeon-D Memory" rev 0x01 at pci16 dev 19 function 1 not configured "Intel Xeon-D Memory" rev 0x01 at pci16 dev 19 function 2 not configured "Intel Xeon-D Memory" rev 0x01 at pci16 dev 19 function 3 not configured "Intel Xeon-D Memory" rev 0x01 at pci16 dev 19 function 4 not configured "Intel Xeon-D Memory" rev 0x01 at pci16 dev 19 function 5 not configured "Intel Xeon-D Memory" rev 0x01 at pci16 dev 19 function 6 not configured "Intel Xeon-D Memory" rev 0x01 at pci16 dev 19 function 7 not configured "Intel Xeon-D Memory" rev 0x01 at pci16 dev 20 function 0 not configured "Intel Xeon-D Memory" rev 0x01 at pci16 dev 20 function 1 not configured "Intel Xeon-D Memory" rev 0x01 at pci16 dev 20 function 2 not configured "Intel Xeon-D Memory" rev 0x01 at pci16 dev 20 function 3 not configured "Intel Xeon-D Memory" rev 0x01 at pci16 dev 20 function 4 not configured "Intel Xeon-D Memory" rev 0x01 at pci16 dev 20 function 5 not configured "Intel Xeon-D Memory" rev 0x01 at pci16 dev 20 function 6 not configured "Intel Xeon-D Memory" rev 0x01 at pci16 dev 20 function 7 not configured "Intel Xeon-D Memory" rev 0x01 at pci16 dev 21 function 0 not configured "Intel Xeon-D Memory" rev 0x01 at pci16 dev 21 function 1 not configured "Intel Xeon-D Memory" rev 0x01 at pci16 dev 21 function 2 not configured "Intel Xeon-D Memory" rev 0x01 at pci16 dev 21 function 3 not configured "Intel E5 v4 RAS" rev 0x01 at pci16 dev 22 function 0 not configured "Intel E5 v4 DDRIO" rev 0x01 at pci16 dev 22 function 6 not configured "Intel E5 v4 DDRIO" rev 0x01 at pci16 dev 22 function 7 not configured "Intel E5 v4 Thermal" rev 0x01 at pci16 dev 23 function 0 not configured "Intel E5 v4 DDRIO" rev 0x01 at pci16 dev 23 function 4 not configured "Intel E5 v4 DDRIO" rev 0x01 at pci16 dev 23 function 5 not configured "Intel E5 v4 DDRIO" rev 0x01 at pci16 dev 23 function 6 not configured "Intel E5 v4 DDRIO" rev 0x01 at pci16 dev 23 function 7 not configured "Intel Xeon-D PCU" rev 0x01 at pci16 dev 30 function 0 not configured "Intel Xeon-D PCU" rev 0x01 at pci16 dev 30 function 1 not configured "Intel Xeon-D PCU" rev 0x01 at pci16 dev 30 function 2 not configured "Intel Xeon-D PCU" rev 0x01 at pci16 dev 30 function 3 not configured "Intel Xeon-D PCU" rev 0x01 at pci16 dev 30 function 4 not configured "Intel Xeon-D PCU" rev 0x01 at pci16 dev 31 function 0 not configured "Intel Xeon-D PCU" rev 0x01 at pci16 dev 31 function 2 not configured vmm0 at mainbus0: VMX/EPT efifb0 at mainbus0: 1280x1024, 32bpp wsdisplay0 at efifb0 mux 1: console (std, vt100 emulation), using wskbd0 wsdisplay0: screen 1-5 added (std, vt100 emulation) uhub4 at uhub0 port 3 configuration 1 interface 0 "Standard Microsystems product 0x2660" rev 2.00/8.01 addr 2 uhidev0 at uhub0 port 10 configuration 1 interface 0 "NOVATEK USB Keyboard" rev 1.10/1.04 addr 3 uhidev0: iclass 3/1 ukbd0 at uhidev0: 8 variable keys, 6 key codes wskbd1 at ukbd0 mux 1 wskbd1: connecting to wsdisplay0 uhidev1 at uhub0 port 10 configuration 1 interface 1 "NOVATEK USB Keyboard" rev 1.10/1.04 addr 3 uhidev1: iclass 3/0, 2 report ids uhid0 at uhidev1 reportid 1: input=1, output=0, feature=0 uhid1 at uhidev1 reportid 2: input=3, output=0, feature=0 uhub5 at uhub1 port 1 configuration 1 interface 0 "Intel Rate Matching Hub" rev 2.00/0.05 addr 2 uhub6 at uhub3 port 1 configuration 1 interface 0 "Intel Rate Matching Hub" rev 2.00/0.05 addr 2 vscsi0 at root scsibus2 at vscsi0: 256 targets softraid0 at root scsibus3 at softraid0: 256 targets sd2 at scsibus3 targ 1 lun 0: <OPENBSD, SR RAID 1, 006> sd2: 953868MB, 512 bytes/sector, 1953523553 sectors root on sd2a (6134b362762c60c8.a) swap on sd2b dump on sd2b -- Before enlightenment - chop wood, draw water. After enlightenment - chop wood, draw water. Marko Cupać https://www.mimar.rs/