Hi, I'm just trying vmm from OpenBSD 6.1 on a HP Proliant DL360p Gen8 and I'm having some issues I want to share just to help developers. I will be glad in using this machine to host a bunch of OpenBSD machines with relayd, httpd, etc to host services and help balancing other services from my organisation.
Here are the things I detected: 1. In spite of booting bsd (or bsd.mp) from cd0a, after this the device cd0 is not detected by the kernel and so is not available to install the sets. I managed to install OpenBSD from http. You can see on dmesg output that no cd0 device is detected. 2. On dmesg there are some timeouts on pciide0:0:0: device 3. Also on dmesg, after detecting pci15 at mainbus0 bus 32, there are several mem address conflicts I don't know if (2) and (3) are related with the panic. After getting root prompt I used fw_update to get vmm-bios. I created and mounted a partition on /var/vmm to store there all vm images. Then I tried start a new vm test machine using the same example as in vmctl(8) man page: # cd /var/vmm # vmctl create disk.img -s 4.5G vmctl: imagefile created # vmctl start "myvm" -m 1G -i 1 -d disk.img vmctl: started vm 1 successfully, tty /dev/ttyp1 # vmctl status ID PID VCPUS MAXMEM CURMEM TTY OWNER NAME # The machine didn't appear as started so I checked log messages: # tail /var/log/messages (...) vmd[71615]: myvm: started vm 1 successfully, tty /dev/ttyp1 (...) vmd[42078]: vcpu_run_loop: vm 1 / vcpu 0 run ioctl failed: Invalid argument While I was searching for info on this error (not touching the terminal) I got a kernel panic: Data modified on freelist: word 154145165 of object 0xd4e3b400 size 0x6c previous type pcb (invalid addr 0xd4efb280) uvm_fault(0xd0ba8a40, 0xd4efb000, 0, 1) -> e kernel: page fault trap, code=0 Stopped at malloc+0x181: movl 0x8(%ebx),%eax ddb{0}> This is hardware description from sysctl # sysctl hw hw.machine=i386 hw.model=Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz ("GenuineIntel" 686-class) hw.ncpu=32 hw.byteorder=1234 hw.pagesize=4096 hw.disknames=sd0:49c998d38dc7ac33 hw.diskcount=1 hw.sensors.acpitz0.temp0=8.30 degC (zone temperature) hw.sensors.cpu0.temp0=37.00 degC hw.sensors.ciss0.drive0=online (sd0), OK hw.cpuspeed=2594 hw.setperf=100 hw.vendor=HP hw.product=ProLiant DL360p Gen8 hw.serialno=CZJ448063M hw.uuid=36353430-3831-435a-4a34-34383036334d hw.physmem=3184709632 hw.usermem=3182665728 hw.ncpufound=32 hw.allowpowerdown=1 hw.perfpolicy=manual This is the dmesg. Sorry, but is truncated at the start and I don't know how to get it complete: ,ARAT cpu24 at mainbus0: apid 33 (application processor) cpu24: Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz ("GenuineIntel" 686-class) 2.60 GHz cpu24: FPU,V86,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,NXE,PAGE1GB,LONG,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,LAHF,PERF,ITSC,FSGSBASE,SMEP,ERMS,SENSOR,ARAT cpu25 at mainbus0: apid 35 (application processor) cpu25: Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz ("GenuineIntel" 686-class) 2.60 GHz cpu25: FPU,V86,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,NXE,PAGE1GB,LONG,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,LAHF,PERF,ITSC,FSGSBASE,SMEP,ERMS,SENSOR,ARAT cpu26 at mainbus0: apid 37 (application processor) cpu26: Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz ("GenuineIntel" 686-class) 2.60 GHz cpu26: FPU,V86,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,NXE,PAGE1GB,LONG,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,LAHF,PERF,ITSC,FSGSBASE,SMEP,ERMS,SENSOR,ARAT cpu27 at mainbus0: apid 39 (application processor) cpu27: Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz ("GenuineIntel" 686-class) 2.60 GHz cpu27: FPU,V86,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,NXE,PAGE1GB,LONG,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,LAHF,PERF,ITSC,FSGSBASE,SMEP,ERMS,SENSOR,ARAT cpu28 at mainbus0: apid 41 (application processor) cpu28: Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz ("GenuineIntel" 686-class) 2.60 GHz cpu28: FPU,V86,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,NXE,PAGE1GB,LONG,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,LAHF,PERF,ITSC,FSGSBASE,SMEP,ERMS,SENSOR,ARAT cpu29 at mainbus0: apid 43 (application processor) cpu29: Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz ("GenuineIntel" 686-class) 2.60 GHz cpu29: FPU,V86,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,NXE,PAGE1GB,LONG,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,LAHF,PERF,ITSC,FSGSBASE,SMEP,ERMS,SENSOR,ARAT cpu30 at mainbus0: apid 45 (application processor) cpu30: Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz ("GenuineIntel" 686-class) 2.60 GHz cpu30: FPU,V86,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,NXE,PAGE1GB,LONG,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,LAHF,PERF,ITSC,FSGSBASE,SMEP,ERMS,SENSOR,ARAT cpu31 at mainbus0: apid 47 (application processor) cpu31: Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz ("GenuineIntel" 686-class) 2.60 GHz cpu31: FPU,V86,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,NXE,PAGE1GB,LONG,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,LAHF,PERF,ITSC,FSGSBASE,SMEP,ERMS,SENSOR,ARAT ioapic0 at mainbus0: apid 8 pa 0xfec00000, version 20, 24 pins ioapic1 at mainbus0: apid 0 pa 0xfec10000, version 20, 24 pins ioapic2 at mainbus0: apid 10 pa 0xfec40000, version 20, 24 pins acpiprt0 at acpi0: bus 10 (IPT1) acpiprt1 at acpi0: bus -1 (IPT2) acpiprt2 at acpi0: bus -1 (IPT3) acpiprt3 at acpi0: bus -1 (IPT4) acpiprt4 at acpi0: bus -1 (IPT5) acpiprt5 at acpi0: bus -1 (IPT6) acpiprt6 at acpi0: bus -1 (IPT7) acpiprt7 at acpi0: bus 1 (IPT8) acpiprt8 at acpi0: bus 24 (VRP1) acpiprt9 at acpi0: bus 4 (PT1A) acpiprt10 at acpi0: bus 17 (PT1B) acpiprt11 at acpi0: bus 3 (PT2A) acpiprt12 at acpi0: bus 18 (PT2B) acpiprt13 at acpi0: bus 2 (PT2C) acpiprt14 at acpi0: bus 19 (PT2D) acpiprt15 at acpi0: bus 7 (PT3A) acpiprt16 at acpi0: bus 20 (PT3B) acpiprt17 at acpi0: bus 21 (PT3C) acpiprt18 at acpi0: bus 22 (PT3D) acpiprt19 at acpi0: bus 0 (PCI0) acpiprt20 at acpi0: bus 33 (PT1A) acpiprt21 at acpi0: bus 34 (PT1B) acpiprt22 at acpi0: bus 35 (PT2A) acpiprt23 at acpi0: bus 36 (PT2B) acpiprt24 at acpi0: bus 37 (PT2C) acpiprt25 at acpi0: bus 38 (PT2D) acpiprt26 at acpi0: bus 39 (PT3A) acpiprt27 at acpi0: bus 40 (PT3B) acpiprt28 at acpi0: bus 41 (PT3C) acpiprt29 at acpi0: bus 42 (PT3D) acpiprt30 at acpi0: bus 32 (PCI1) acpicpu0 at acpi0: C2(350@41 mwait.3@0x20), C1(1000@1 mwait.1) acpicpu1 at acpi0: C2(350@41 mwait.3@0x20), C1(1000@1 mwait.1) acpicpu2 at acpi0: C2(350@41 mwait.3@0x20), C1(1000@1 mwait.1) acpicpu3 at acpi0: C2(350@41 mwait.3@0x20), C1(1000@1 mwait.1) acpicpu4 at acpi0: C2(350@41 mwait.3@0x20), C1(1000@1 mwait.1) acpicpu5 at acpi0: C2(350@41 mwait.3@0x20), C1(1000@1 mwait.1) acpicpu6 at acpi0: C2(350@41 mwait.3@0x20), C1(1000@1 mwait.1) acpicpu7 at acpi0: C2(350@41 mwait.3@0x20), C1(1000@1 mwait.1) acpicpu8 at acpi0: C2(350@41 mwait.3@0x20), C1(1000@1 mwait.1) acpicpu9 at acpi0: C2(350@41 mwait.3@0x20), C1(1000@1 mwait.1) acpicpu10 at acpi0: C2(350@41 mwait.3@0x20), C1(1000@1 mwait.1) acpicpu11 at acpi0: C2(350@41 mwait.3@0x20), C1(1000@1 mwait.1) acpicpu12 at acpi0: C2(350@41 mwait.3@0x20), C1(1000@1 mwait.1) acpicpu13 at acpi0: C2(350@41 mwait.3@0x20), C1(1000@1 mwait.1) acpicpu14 at acpi0: C2(350@41 mwait.3@0x20), C1(1000@1 mwait.1) acpicpu15 at acpi0: C2(350@41 mwait.3@0x20), C1(1000@1 mwait.1) acpicpu16 at acpi0: C2(350@41 mwait.3@0x20), C1(1000@1 mwait.1) acpicpu17 at acpi0: C2(350@41 mwait.3@0x20), C1(1000@1 mwait.1) acpicpu18 at acpi0: C2(350@41 mwait.3@0x20), C1(1000@1 mwait.1) acpicpu19 at acpi0: C2(350@41 mwait.3@0x20), C1(1000@1 mwait.1) acpicpu20 at acpi0: C2(350@41 mwait.3@0x20), C1(1000@1 mwait.1) acpicpu21 at acpi0: C2(350@41 mwait.3@0x20), C1(1000@1 mwait.1) acpicpu22 at acpi0: C2(350@41 mwait.3@0x20), C1(1000@1 mwait.1) acpicpu23 at acpi0: C2(350@41 mwait.3@0x20), C1(1000@1 mwait.1) acpicpu24 at acpi0: C2(350@41 mwait.3@0x20), C1(1000@1 mwait.1) acpicpu25 at acpi0: C2(350@41 mwait.3@0x20), C1(1000@1 mwait.1) acpicpu26 at acpi0: C2(350@41 mwait.3@0x20), C1(1000@1 mwait.1) acpicpu27 at acpi0: C2(350@41 mwait.3@0x20), C1(1000@1 mwait.1) acpicpu28 at acpi0: C2(350@41 mwait.3@0x20), C1(1000@1 mwait.1) acpicpu29 at acpi0: C2(350@41 mwait.3@0x20), C1(1000@1 mwait.1) acpicpu30 at acpi0: C2(350@41 mwait.3@0x20), C1(1000@1 mwait.1) acpicpu31 at acpi0: C2(350@41 mwait.3@0x20), C1(1000@1 mwait.1) acpitz0 at acpi0: critical temperature is 31 degC "IPI0001" at acpi0 not configured "PNP0A06" at acpi0 not configured "PNP0501" at acpi0 not configured "PNP0303" at acpi0 not configured "PNP0F13" at acpi0 not configured "ACPI000D" at acpi0 not configured bios0: ROM list: 0xc0000/0x8000 0xc8000/0x3200! 0xcb200/0x4000 0xcf200/0x400! ipmi at mainbus0 not configured pci0 at mainbus0 bus 0: configuration mode 1 (bios) pchb0 at pci0 dev 0 function 0 "Intel E5 v2 Host" rev 0x04 ppb0 at pci0 dev 1 function 0 "Intel E5 v2 PCIE" rev 0x04 pci1 at ppb0 bus 4 "Broadcom BCM57810" rev 0x11 at pci1 dev 0 function 0 not configured "Broadcom BCM57810" rev 0x11 at pci1 dev 0 function 1 not configured ppb1 at pci0 dev 1 function 1 "Intel E5 v2 PCIE" rev 0x04 pci2 at ppb1 bus 17 ppb2 at pci0 dev 2 function 0 "Intel E5 v2 PCIE" rev 0x04 pci3 at ppb2 bus 3 bge0 at pci3 dev 0 function 0 "Broadcom BCM5719" rev 0x01, unknown BCM5719 (0x5719001), APE firmware NCSI 1.2.46.0: msi, address 40:a8:f0:2e:ab:d8 brgphy0 at bge0 phy 1: BCM5719C 10/100/1000baseT PHY, rev. 0 bge1 at pci3 dev 0 function 1 "Broadcom BCM5719" rev 0x01, unknown BCM5719 (0x5719001), APE firmware NCSI 1.2.46.0: msi, address 40:a8:f0:2e:ab:d9 brgphy1 at bge1 phy 2: BCM5719C 10/100/1000baseT PHY, rev. 0 bge2 at pci3 dev 0 function 2 "Broadcom BCM5719" rev 0x01, unknown BCM5719 (0x5719001), APE firmware NCSI 1.2.46.0: msi, address 40:a8:f0:2e:ab:da brgphy2 at bge2 phy 3: BCM5719C 10/100/1000baseT PHY, rev. 0 bge3 at pci3 dev 0 function 3 "Broadcom BCM5719" rev 0x01, unknown BCM5719 (0x5719001), APE firmware NCSI 1.2.46.0: msi, address 40:a8:f0:2e:ab:db brgphy3 at bge3 phy 4: BCM5719C 10/100/1000baseT PHY, rev. 0 ppb3 at pci0 dev 2 function 1 "Intel E5 v2 PCIE" rev 0x04 pci4 at ppb3 bus 18 ppb4 at pci0 dev 2 function 2 "Intel E5 v2 PCIE" rev 0x04 pci5 at ppb4 bus 2 ciss0 at pci5 dev 0 function 0 "Hewlett-Packard Smart Array" rev 0x01: apic 0 int 10 ciss0: 1 LD, HW rev 1, FW 6.00/6.00, 64bit fifo rro scsibus1 at ciss0: 1 targets sd0 at scsibus1 targ 0 lun 0: <HP, LOGICAL VOLUME, 6.00> SCSI3 0/direct fixed sd0: 139980MB, 512 bytes/sector, 286679925 sectors ppb5 at pci0 dev 2 function 3 "Intel E5 v2 PCIE" rev 0x04 pci6 at ppb5 bus 19 ppb6 at pci0 dev 3 function 0 "Intel E5 v2 PCIE" rev 0x04 pci7 at ppb6 bus 7 ppb7 at pci0 dev 3 function 1 "Intel E5 v2 PCIE" rev 0x04 pci8 at ppb7 bus 20 ppb8 at pci0 dev 3 function 2 "Intel E5 v2 PCIE" rev 0x04 pci9 at ppb8 bus 21 ppb9 at pci0 dev 3 function 3 "Intel E5 v2 PCIE" rev 0x04 pci10 at ppb9 bus 22 "Intel E5 v2 I/OAT" rev 0x04 at pci0 dev 4 function 0 not configured "Intel E5 v2 I/OAT" rev 0x04 at pci0 dev 4 function 1 not configured "Intel E5 v2 I/OAT" rev 0x04 at pci0 dev 4 function 2 not configured "Intel E5 v2 I/OAT" rev 0x04 at pci0 dev 4 function 3 not configured "Intel E5 v2 I/OAT" rev 0x04 at pci0 dev 4 function 4 not configured "Intel E5 v2 I/OAT" rev 0x04 at pci0 dev 4 function 5 not configured "Intel E5 v2 I/OAT" rev 0x04 at pci0 dev 4 function 6 not configured "Intel E5 v2 I/OAT" rev 0x04 at pci0 dev 4 function 7 not configured "Intel E5 v2 Address Map" rev 0x04 at pci0 dev 5 function 0 not configured "Intel E5 v2 IIO RAS" rev 0x04 at pci0 dev 5 function 2 not configured "Intel E5 v2 I/O APIC" rev 0x04 at pci0 dev 5 function 4 not configured ppb10 at pci0 dev 17 function 0 "Intel C600 Virtual PCIE" rev 0x05 pci11 at ppb10 bus 24 ehci0 at pci0 dev 26 function 0 "Intel C600 USB" rev 0x05: apic 8 int 21 usb0 at ehci0: USB revision 2.0 uhub0 at usb0 configuration 1 interface 0 "Intel EHCI root hub" rev 2.00/1.00 addr 1 ppb11 at pci0 dev 28 function 0 "Intel C600 PCIE" rev 0xb5 pci12 at ppb11 bus 10 ppb12 at pci0 dev 28 function 7 "Intel C600 PCIE" rev 0xb5 pci13 at ppb12 bus 1 "Hewlett-Packard iLO3 Slave" rev 0x05 at pci13 dev 0 function 0 not configured vga1 at pci13 dev 0 function 1 "Matrox MGA G200eH" rev 0x00 wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation) wsdisplay0: screen 1-5 added (80x25, vt100 emulation) "Hewlett-Packard iLO3 Management" rev 0x05 at pci13 dev 0 function 2 not configured uhci0 at pci13 dev 0 function 4 "Hewlett-Packard USB" rev 0x02: apic 8 int 16 usb1 at uhci0: USB revision 1.0 uhub1 at usb1 configuration 1 interface 0 "Hewlett-Packard UHCI root hub" rev 1.00/1.00 addr 1 ehci1 at pci0 dev 29 function 0 "Intel C600 USB" rev 0x05: apic 8 int 20 usb2 at ehci1: USB revision 2.0 uhub2 at usb2 configuration 1 interface 0 "Intel EHCI root hub" rev 2.00/1.00 addr 1 ppb13 at pci0 dev 30 function 0 "Intel 82801BA Hub-to-PCI" rev 0xa5 pci14 at ppb13 bus 23 pcib0 at pci0 dev 31 function 0 "Intel C600 LPC" rev 0x05 pciide0 at pci0 dev 31 function 2 "Intel C600 SATA" rev 0x05: DMA, channel 0 configured to native-PCI, channel 1 configured to native-PCI pciide0: using apic 8 int 17 for native-PCI interrupt atapiscsi0 at pciide0 channel 0 drive 0 scsibus2 at atapiscsi0: 2 targets pciide0:0:0: device timeout, c_bcount=0, c_skip=0, status=0x58<DRDY,DSC,DRQ>, ireason=0x1 pciide0:0:0: device timeout, c_bcount=0, c_skip=0, status=0x58<DRDY,DSC,DRQ>, ireason=0x1 pciide0:0:0: device timeout, c_bcount=0, c_skip=0, status=0x58<DRDY,DSC,DRQ>, ireason=0x1 pciide0:0:0: device timeout, c_bcount=0, c_skip=0, status=0x58<DRDY,DSC,DRQ>, ireason=0x1 pciide0:0:0: device timeout, c_bcount=0, c_skip=0, status=0x58<DRDY,DSC,DRQ>, ireason=0x1 pciide0:0:0: device timeout, c_bcount=0, c_skip=0, status=0x58<DRDY,DSC,DRQ>, ireason=0x1 pciide0:0:0: device timeout, c_bcount=36, c_skip=0, status=0x58<DRDY,DSC,DRQ>, ireason=0x1 pciide0:0:0: device timeout, c_bcount=36, c_skip=0, status=0x58<DRDY,DSC,DRQ>, ireason=0x1 pciide0:0:0: device timeout, c_bcount=36, c_skip=0, status=0x58<DRDY,DSC,DRQ>, ireason=0x1 pciide0:0:0: device timeout, c_bcount=36, c_skip=0, status=0x58<DRDY,DSC,DRQ>, ireason=0x1 pciide0:0:0: device timeout, c_bcount=36, c_skip=0, status=0x58<DRDY,DSC,DRQ>, ireason=0x1 atapiscsi0(pciide0:0:0): using PIO mode 4, Ultra-DMA mode 5 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, using wsdisplay0 pcppi0 at isa0 port 0x61 spkr0 at pcppi0 npx0 at isa0 port 0xf0/16: reported by CPUID; using exception 16 pci15 at mainbus0 bus 32 32:4:0: mem address conflict 0xfbff0000/0x4000 32:4:1: mem address conflict 0xfbfe0000/0x4000 32:4:2: mem address conflict 0xfbfd0000/0x4000 32:4:3: mem address conflict 0xfbfc0000/0x4000 32:4:4: mem address conflict 0xfbfb0000/0x4000 32:4:5: mem address conflict 0xfbfa0000/0x4000 32:4:6: mem address conflict 0xfbf90000/0x4000 32:4:7: mem address conflict 0xfbf80000/0x4000 32:5:4: mem address conflict 0xfbf70000/0x1000 ppb14 at pci15 dev 0 function 0 "Intel E5 v2 PCIE" rev 0x04 pci16 at ppb14 bus 43 ppb15 at pci15 dev 1 function 0 "Intel E5 v2 PCIE" rev 0x04 pci17 at ppb15 bus 33 ppb16 at pci15 dev 1 function 1 "Intel E5 v2 PCIE" rev 0x04 pci18 at ppb16 bus 34 ppb17 at pci15 dev 2 function 0 "Intel E5 v2 PCIE" rev 0x04 pci19 at ppb17 bus 35 ppb18 at pci15 dev 2 function 1 "Intel E5 v2 PCIE" rev 0x04 pci20 at ppb18 bus 36 ppb19 at pci15 dev 2 function 2 "Intel E5 v2 PCIE" rev 0x04 pci21 at ppb19 bus 37 ppb20 at pci15 dev 2 function 3 "Intel E5 v2 PCIE" rev 0x04 pci22 at ppb20 bus 38 ppb21 at pci15 dev 3 function 0 "Intel E5 v2 PCIE" rev 0x04 pci23 at ppb21 bus 39 ppb22 at pci15 dev 3 function 1 "Intel E5 v2 PCIE" rev 0x04 pci24 at ppb22 bus 40 ppb23 at pci15 dev 3 function 2 "Intel E5 v2 PCIE" rev 0x04 pci25 at ppb23 bus 41 ppb24 at pci15 dev 3 function 3 "Intel E5 v2 PCIE" rev 0x04 pci26 at ppb24 bus 42 "Intel E5 v2 I/OAT" rev 0x04 at pci15 dev 4 function 0 not configured "Intel E5 v2 I/OAT" rev 0x04 at pci15 dev 4 function 1 not configured "Intel E5 v2 I/OAT" rev 0x04 at pci15 dev 4 function 2 not configured "Intel E5 v2 I/OAT" rev 0x04 at pci15 dev 4 function 3 not configured "Intel E5 v2 I/OAT" rev 0x04 at pci15 dev 4 function 4 not configured "Intel E5 v2 I/OAT" rev 0x04 at pci15 dev 4 function 5 not configured "Intel E5 v2 I/OAT" rev 0x04 at pci15 dev 4 function 6 not configured "Intel E5 v2 I/OAT" rev 0x04 at pci15 dev 4 function 7 not configured "Intel E5 v2 Address Map" rev 0x04 at pci15 dev 5 function 0 not configured "Intel E5 v2 IIO RAS" rev 0x04 at pci15 dev 5 function 2 not configured "Intel E5 v2 I/O APIC" rev 0x04 at pci15 dev 5 function 4 not configured vmm0 at mainbus0: VMX/EPT uhub3 at uhub0 port 1 configuration 1 interface 0 "Intel Rate Matching Hub" rev 2.00/0.00 addr 2 uhidev0 at uhub3 port 6 configuration 1 interface 0 "ATEN UC-10KM V1.3.124" rev 1.10/1.00 addr 3 uhidev0: iclass 3/1 ukbd0 at uhidev0: 8 variable keys, 6 key codes, country code 3 wskbd1 at ukbd0 mux 1 wskbd1: connecting to wsdisplay0 uhidev1 at uhub3 port 6 configuration 1 interface 1 "ATEN UC-10KM V1.3.124" rev 1.10/1.00 addr 3 uhidev1: iclass 3/1 ums0 at uhidev1: 5 buttons, Z dir wsmouse0 at ums0 mux 0 uhub4 at uhub2 port 1 configuration 1 interface 0 "Intel Rate Matching Hub" rev 2.00/0.00 addr 2 uhub5 at uhub4 port 3 configuration 1 interface 0 "Standard Microsystems product 0x2660" rev 2.00/8.01 addr 3 vscsi0 at root scsibus3 at vscsi0: 256 targets softraid0 at root scsibus4 at softraid0: 256 targets root on sd0a (49c998d38dc7ac33.a) swap on sd0b dump on sd0b Many thanks for the help! ---- Joaquin Herrero, @joakinen perl -le '$_="=6<678428378>12376=2>:02;:19<5>:4"; tr[0->][DREAM.IT KOWSVC]; print'