Hi, I am trying to configure snmpd in a openbsd 4.3 . It4s running and i am able to collect some info from openbsd. I am using zenoss ( www.zenoss.com ) to monitor all my enviroment.
zenoss can only show IpInterface. At windows servers i had to install snmp informant to extend snmp mibs. zenoss erros when try to get extra info from openbsd box: Error reading value for "memBuffer" on Fw.cmtsp.com.br (oid .1.3.6.1.4.1.2021.4.14.0 is bad) Error reading value for "ssCpuRawSystem" on Fw.cmtsp.com.br (oid .1.3.6.1.4.1.2021.11.52.0 is bad) Error reading value for "memCached" on Fw.cmtsp.com.br (oid .1.3.6.1.4.1.2021.4.15.0 is bad) Error reading value for "ssCpuRawWait" on Fw.cmtsp.com.br (oid .1.3.6.1.4.1.2021.11.54.0 is bad) Error reading value for "memAvailSwap" on Fw.cmtsp.com.br (oid .1.3.6.1.4.1.2021.4.4.0 is bad) Error reading value for "sysUpTime" on Fw.cmtsp.com.br (oid .1.3.6.1.2.1.25.1.1.0 is bad) Error reading value for "ssCpuRawUser" on Fw.cmtsp.com.br (oid .1.3.6.1.4.1.2021.11.50.0 is bad) Error reading value for "laLoadInt5" on Fw.cmtsp.com.br (oid .1.3.6.1.4.1.2021.10.1.5.2 is bad) Error reading value for "ssCpuRawIdle" on Fw.cmtsp.com.br (oid .1.3.6.1.4.1.2021.11.53.0 is bad) Error reading value for "memAvailReal" on Fw.cmtsp.com.br (oid .1.3.6.1.4.1.2021.4.6.0 is bad) Do i need to extend this mibs? How? I tryied to contact [EMAIL PROTECTED] but i got not reply. thanks my confs: # cat /etc/snmpd.conf # $OpenBSD: snmpd.conf,v 1.2 2008/01/30 10:21:05 reyk Exp $ listen_addr="10.10.100.254" # Restrict daemon to listen on localhost only listen on $listen_addr # Specify a number of trap receivers #trap reciever zenoss.cmtsp.com.br community public # Adjust the local system information system contact "Ricardo Augusto ([EMAIL PROTECTED])" system description "Firewall Lorena. Powered by OpenBSD" system location "CMT Lorena" system oid 1.3.6.1.4.1.30155.23.1 system services 74 #mibs # Provide static user-defined SNMP OIDs #oid 1.3.6.1.4.1.30155.42.3.1 name testStringValue read-only string "Public" #oid 1.3.6.1.4.1.30155.42.3.4 name testIntValue read-write integer 1 # # cat /etc/snmp/snmpd.conf com2sec notConfigUser default public group notConfigGroup v1 notConfigUser group notConfigGroup v2c notConfigUser view all included .1 access notConfigGroup "" any noauth exact all none none # # snmpwalk -v2c -cpublic 10.10.100.254 system SNMPv2-MIB::sysDescr.0 = STRING: Firewall Lorena. Powered by OpenBSD SNMPv2-MIB::sysObjectID.0 = OID: SNMPv2-SMI::enterprises.30155.23.1 DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (11919) 0:01:59.19 SNMPv2-MIB::sysContact.0 = STRING: Ricardo Augusto ([EMAIL PROTECTED]) SNMPv2-MIB::sysName.0 = STRING: Fw.cmtsp.com.br SNMPv2-MIB::sysLocation.0 = STRING: CMT Lorena SNMPv2-MIB::sysServices.0 = INTEGER: 74 SNMPv2-MIB::sysORLastChange.0 = Timeticks: (0) 0:00:00.00 SNMPv2-MIB::sysORIndex.1 = INTEGER: 1 SNMPv2-MIB::sysORIndex.2 = INTEGER: 2 SNMPv2-MIB::sysORIndex.3 = INTEGER: 3 SNMPv2-MIB::sysORIndex.4 = INTEGER: 4 SNMPv2-MIB::sysORIndex.5 = INTEGER: 5 SNMPv2-MIB::sysORIndex.6 = INTEGER: 6 SNMPv2-MIB::sysORID.1 = OID: SNMPv2-SMI::mib-2 SNMPv2-MIB::sysORID.2 = OID: IP-MIB::ip SNMPv2-MIB::sysORID.3 = OID: SNMPv2-MIB::snmp SNMPv2-MIB::sysORID.4 = OID: SNMPv2-SMI::mib-2.17 SNMPv2-MIB::sysORID.5 = OID: IF-MIB::ifMIB SNMPv2-MIB::sysORID.6 = OID: SNMPv2-SMI::enterprises.30155.2 SNMPv2-MIB::sysORDescr.1 = STRING: iso.org.dod.internet.mgmt.mib_2 SNMPv2-MIB::sysORDescr.2 = STRING: iso.org.dod.internet.mgmt.mib_2.ipMIB SNMPv2-MIB::sysORDescr.3 = STRING: iso.org.dod.internet.mgmt.mib_2.snmp SNMPv2-MIB::sysORDescr.4 = STRING: iso.org.dod.internet.mgmt.mib_2.dot1dBridge SNMPv2-MIB::sysORDescr.5 = STRING: iso.org.dod.internet.mgmt.mib_2.ifMIB SNMPv2-MIB::sysORDescr.6 = STRING: iso.org.dod.internet.private.enterprises.openBSD.sensorMIBObjects SNMPv2-MIB::sysORUpTime.1 = Timeticks: (0) 0:00:00.00 SNMPv2-MIB::sysORUpTime.2 = Timeticks: (0) 0:00:00.00 SNMPv2-MIB::sysORUpTime.3 = Timeticks: (0) 0:00:00.00 SNMPv2-MIB::sysORUpTime.4 = Timeticks: (0) 0:00:00.00 SNMPv2-MIB::sysORUpTime.5 = Timeticks: (0) 0:00:00.00 SNMPv2-MIB::sysORUpTime.6 = Timeticks: (0) 0:00:00.00 # # snmpwalk -v2c -cpublic 10.10.100.254 .1.3.6.1.2.1.2.2.1 IF-MIB::ifIndex.1 = INTEGER: 1 IF-MIB::ifIndex.2 = INTEGER: 2 IF-MIB::ifIndex.3 = INTEGER: 3 IF-MIB::ifIndex.4 = INTEGER: 4 IF-MIB::ifIndex.5 = INTEGER: 5 IF-MIB::ifIndex.6 = INTEGER: 6 IF-MIB::ifIndex.7 = INTEGER: 7 IF-MIB::ifIndex.8 = INTEGER: 8 IF-MIB::ifIndex.9 = INTEGER: 9 IF-MIB::ifDescr.1 = STRING: em0 IF-MIB::ifDescr.2 = STRING: bge0 IF-MIB::ifDescr.3 = STRING: bge1 IF-MIB::ifDescr.4 = STRING: xl0 IF-MIB::ifDescr.5 = STRING: xl1 IF-MIB::ifDescr.6 = STRING: enc0 IF-MIB::ifDescr.7 = STRING: lo0 IF-MIB::ifDescr.8 = STRING: tun0 IF-MIB::ifDescr.9 = STRING: pflog0 IF-MIB::ifType.1 = INTEGER: ethernetCsmacd(6) IF-MIB::ifType.2 = INTEGER: ethernetCsmacd(6) IF-MIB::ifType.3 = INTEGER: ethernetCsmacd(6) IF-MIB::ifType.4 = INTEGER: ethernetCsmacd(6) IF-MIB::ifType.5 = INTEGER: ethernetCsmacd(6) IF-MIB::ifType.6 = INTEGER: other(1) IF-MIB::ifType.7 = INTEGER: softwareLoopback(24) IF-MIB::ifType.8 = INTEGER: ppp(23) IF-MIB::ifType.9 = INTEGER: other(1) IF-MIB::ifMtu.1 = INTEGER: 1500 IF-MIB::ifMtu.2 = INTEGER: 1500 IF-MIB::ifMtu.3 = INTEGER: 1500 IF-MIB::ifMtu.4 = INTEGER: 1500 IF-MIB::ifMtu.5 = INTEGER: 1500 IF-MIB::ifMtu.6 = INTEGER: 1536 IF-MIB::ifMtu.7 = INTEGER: 33208 IF-MIB::ifMtu.8 = INTEGER: 1500 IF-MIB::ifMtu.9 = INTEGER: 33208 IF-MIB::ifSpeed.1 = Gauge32: 0 IF-MIB::ifSpeed.2 = Gauge32: 10000000 IF-MIB::ifSpeed.3 = Gauge32: 1000000000 IF-MIB::ifSpeed.4 = Gauge32: 100000000 IF-MIB::ifSpeed.5 = Gauge32: 100000000 IF-MIB::ifSpeed.6 = Gauge32: 0 IF-MIB::ifSpeed.7 = Gauge32: 0 IF-MIB::ifSpeed.8 = Gauge32: 115200 IF-MIB::ifSpeed.9 = Gauge32: 0 IF-MIB::ifPhysAddress.1 = STRING: 0:11:25:7f:86:28 IF-MIB::ifPhysAddress.2 = STRING: 0:10:18:16:14:1b IF-MIB::ifPhysAddress.3 = STRING: 0:10:18:16:e:8a IF-MIB::ifPhysAddress.4 = STRING: 0:a:5e:63:7e:2e IF-MIB::ifPhysAddress.5 = STRING: 0:a:5e:63:7d:72 IF-MIB::ifPhysAddress.6 = STRING: IF-MIB::ifPhysAddress.7 = STRING: IF-MIB::ifPhysAddress.8 = STRING: IF-MIB::ifPhysAddress.9 = STRING: IF-MIB::ifAdminStatus.1 = INTEGER: down(2) IF-MIB::ifAdminStatus.2 = INTEGER: up(1) IF-MIB::ifAdminStatus.3 = INTEGER: up(1) IF-MIB::ifAdminStatus.4 = INTEGER: up(1) IF-MIB::ifAdminStatus.5 = INTEGER: up(1) IF-MIB::ifAdminStatus.6 = INTEGER: down(2) IF-MIB::ifAdminStatus.7 = INTEGER: up(1) IF-MIB::ifAdminStatus.8 = INTEGER: down(2) IF-MIB::ifAdminStatus.9 = INTEGER: up(1) IF-MIB::ifOperStatus.1 = INTEGER: down(2) IF-MIB::ifOperStatus.2 = INTEGER: up(1) IF-MIB::ifOperStatus.3 = INTEGER: up(1) IF-MIB::ifOperStatus.4 = INTEGER: up(1) IF-MIB::ifOperStatus.5 = INTEGER: up(1) IF-MIB::ifOperStatus.6 = INTEGER: down(2) IF-MIB::ifOperStatus.7 = INTEGER: unknown(4) IF-MIB::ifOperStatus.8 = INTEGER: down(2) IF-MIB::ifOperStatus.9 = INTEGER: unknown(4) IF-MIB::ifLastChange.1 = Timeticks: (14471) 0:02:24.71 IF-MIB::ifLastChange.2 = Timeticks: (14471) 0:02:24.71 IF-MIB::ifLastChange.3 = Timeticks: (14471) 0:02:24.71 IF-MIB::ifLastChange.4 = Timeticks: (14472) 0:02:24.72 IF-MIB::ifLastChange.5 = Timeticks: (14472) 0:02:24.72 IF-MIB::ifLastChange.6 = Timeticks: (14472) 0:02:24.72 IF-MIB::ifLastChange.7 = Timeticks: (14472) 0:02:24.72 IF-MIB::ifLastChange.8 = Timeticks: (14472) 0:02:24.72 IF-MIB::ifLastChange.9 = Timeticks: (14472) 0:02:24.72 IF-MIB::ifInOctets.1 = Counter32: 0 IF-MIB::ifInOctets.2 = Counter32: 679982220 IF-MIB::ifInOctets.3 = Counter32: 1310883659 IF-MIB::ifInOctets.4 = Counter32: 285281281 IF-MIB::ifInOctets.5 = Counter32: 10902860 IF-MIB::ifInOctets.6 = Counter32: 0 IF-MIB::ifInOctets.7 = Counter32: 1648836 IF-MIB::ifInOctets.8 = Counter32: 50108113 IF-MIB::ifInOctets.9 = Counter32: 0 IF-MIB::ifInUcastPkts.1 = Counter32: 0 IF-MIB::ifInUcastPkts.2 = Counter32: 102996721 IF-MIB::ifInUcastPkts.3 = Counter32: 62832218 IF-MIB::ifInUcastPkts.4 = Counter32: 133302257 IF-MIB::ifInUcastPkts.5 = Counter32: 172875 IF-MIB::ifInUcastPkts.6 = Counter32: 0 IF-MIB::ifInUcastPkts.7 = Counter32: 21908 IF-MIB::ifInUcastPkts.8 = Counter32: 763748 IF-MIB::ifInUcastPkts.9 = Counter32: 0 IF-MIB::ifInNUcastPkts.1 = Counter32: 0 IF-MIB::ifInNUcastPkts.2 = Counter32: 4800400 IF-MIB::ifInNUcastPkts.3 = Counter32: 6151513 IF-MIB::ifInNUcastPkts.4 = Counter32: 5575329 IF-MIB::ifInNUcastPkts.5 = Counter32: 148846 IF-MIB::ifInNUcastPkts.6 = Counter32: 0 IF-MIB::ifInNUcastPkts.7 = Counter32: 0 IF-MIB::ifInNUcastPkts.8 = Counter32: 0 IF-MIB::ifInNUcastPkts.9 = Counter32: 0 IF-MIB::ifInDiscards.1 = Counter32: 0 IF-MIB::ifInDiscards.2 = Counter32: 0 IF-MIB::ifInDiscards.3 = Counter32: 0 IF-MIB::ifInDiscards.4 = Counter32: 0 IF-MIB::ifInDiscards.5 = Counter32: 0 IF-MIB::ifInDiscards.6 = Counter32: 0 IF-MIB::ifInDiscards.7 = Counter32: 0 IF-MIB::ifInDiscards.8 = Counter32: 0 IF-MIB::ifInDiscards.9 = Counter32: 0 IF-MIB::ifInErrors.1 = Counter32: 0 IF-MIB::ifInErrors.2 = Counter32: 36687 IF-MIB::ifInErrors.3 = Counter32: 365328 IF-MIB::ifInErrors.4 = Counter32: 306 IF-MIB::ifInErrors.5 = Counter32: 0 IF-MIB::ifInErrors.6 = Counter32: 0 IF-MIB::ifInErrors.7 = Counter32: 0 IF-MIB::ifInErrors.8 = Counter32: 0 IF-MIB::ifInErrors.9 = Counter32: 0 IF-MIB::ifInUnknownProtos.1 = Counter32: 0 IF-MIB::ifInUnknownProtos.2 = Counter32: 0 IF-MIB::ifInUnknownProtos.3 = Counter32: 0 IF-MIB::ifInUnknownProtos.4 = Counter32: 0 IF-MIB::ifInUnknownProtos.5 = Counter32: 0 IF-MIB::ifInUnknownProtos.6 = Counter32: 0 IF-MIB::ifInUnknownProtos.7 = Counter32: 0 IF-MIB::ifInUnknownProtos.8 = Counter32: 0 IF-MIB::ifInUnknownProtos.9 = Counter32: 0 IF-MIB::ifOutOctets.1 = Counter32: 0 IF-MIB::ifOutOctets.2 = Counter32: 1042859672 IF-MIB::ifOutOctets.3 = Counter32: 1306773401 IF-MIB::ifOutOctets.4 = Counter32: 1441186107 IF-MIB::ifOutOctets.5 = Counter32: 2401226 IF-MIB::ifOutOctets.6 = Counter32: 0 IF-MIB::ifOutOctets.7 = Counter32: 1656817 IF-MIB::ifOutOctets.8 = Counter32: 517254862 IF-MIB::ifOutOctets.9 = Counter32: 25088 IF-MIB::ifOutUcastPkts.1 = Counter32: 0 IF-MIB::ifOutUcastPkts.2 = Counter32: 89370839 IF-MIB::ifOutUcastPkts.3 = Counter32: 41443759 IF-MIB::ifOutUcastPkts.4 = Counter32: 158573026 IF-MIB::ifOutUcastPkts.5 = Counter32: 32449 IF-MIB::ifOutUcastPkts.6 = Counter32: 0 IF-MIB::ifOutUcastPkts.7 = Counter32: 22016 IF-MIB::ifOutUcastPkts.8 = Counter32: 804257 IF-MIB::ifOutUcastPkts.9 = Counter32: 621 IF-MIB::ifOutNUcastPkts.1 = Counter32: 0 IF-MIB::ifOutNUcastPkts.2 = Counter32: 1 IF-MIB::ifOutNUcastPkts.3 = Counter32: 1 IF-MIB::ifOutNUcastPkts.4 = Counter32: 1 IF-MIB::ifOutNUcastPkts.5 = Counter32: 1 IF-MIB::ifOutNUcastPkts.6 = Counter32: 0 IF-MIB::ifOutNUcastPkts.7 = Counter32: 0 IF-MIB::ifOutNUcastPkts.8 = Counter32: 0 IF-MIB::ifOutNUcastPkts.9 = Counter32: 0 IF-MIB::ifOutDiscards.1 = Counter32: 1669504 IF-MIB::ifOutDiscards.2 = Counter32: 1669504 IF-MIB::ifOutDiscards.3 = Counter32: 1669504 IF-MIB::ifOutDiscards.4 = Counter32: 1669504 IF-MIB::ifOutDiscards.5 = Counter32: 1669504 IF-MIB::ifOutDiscards.6 = Counter32: 1669504 IF-MIB::ifOutDiscards.7 = Counter32: 1669504 IF-MIB::ifOutDiscards.8 = Counter32: 1669504 IF-MIB::ifOutDiscards.9 = Counter32: 1669504 IF-MIB::ifOutErrors.1 = Counter32: 0 IF-MIB::ifOutErrors.2 = Counter32: 0 IF-MIB::ifOutErrors.3 = Counter32: 0 IF-MIB::ifOutErrors.4 = Counter32: 0 IF-MIB::ifOutErrors.5 = Counter32: 0 IF-MIB::ifOutErrors.6 = Counter32: 0 IF-MIB::ifOutErrors.7 = Counter32: 0 IF-MIB::ifOutErrors.8 = Counter32: 0 IF-MIB::ifOutErrors.9 = Counter32: 0 IF-MIB::ifOutQLen.1 = Gauge32: 0 IF-MIB::ifOutQLen.2 = Gauge32: 0 IF-MIB::ifOutQLen.3 = Gauge32: 0 IF-MIB::ifOutQLen.4 = Gauge32: 0 IF-MIB::ifOutQLen.5 = Gauge32: 0 IF-MIB::ifOutQLen.6 = Gauge32: 0 IF-MIB::ifOutQLen.7 = Gauge32: 0 IF-MIB::ifOutQLen.8 = Gauge32: 0 IF-MIB::ifOutQLen.9 = Gauge32: 0 IF-MIB::ifSpecific.1 = OID: SNMPv2-SMI::zeroDotZero IF-MIB::ifSpecific.2 = OID: SNMPv2-SMI::zeroDotZero IF-MIB::ifSpecific.3 = OID: SNMPv2-SMI::zeroDotZero IF-MIB::ifSpecific.4 = OID: SNMPv2-SMI::zeroDotZero IF-MIB::ifSpecific.5 = OID: SNMPv2-SMI::zeroDotZero IF-MIB::ifSpecific.6 = OID: SNMPv2-SMI::zeroDotZero IF-MIB::ifSpecific.7 = OID: SNMPv2-SMI::zeroDotZero IF-MIB::ifSpecific.8 = OID: SNMPv2-SMI::zeroDotZero IF-MIB::ifSpecific.9 = OID: SNMPv2-SMI::zeroDotZero # # cat dmesg.boot OpenBSD 4.3 (CMT) #0: Wed Sep 24 09:52:31 BRT 2008 [EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/CMT cpu0: Genuine Intel(R) CPU 6.00GHz ("GenuineIntel" 686-class) 1.40 GHz cpu0: FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUS H,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,VMX,CNXT-ID,CX16, xTPR real mem = 1072697344 (1023MB) avail mem = 1032876032 (985MB) mainbus0 at root bios0 at mainbus0: AT/286+ BIOS, date 06/16/05, BIOS32 rev. 0 @ 0xfd5b6, SMBIOS rev. 2.33 @ 0x3ff77000 (46 entries) bios0: vendor IBM version "-[KEE134AUS-1.34]-" date 06/16/2005 bios0: IBM CORPORATION -[84824RU]- bios0: ROM list: 0xc0000/0x9000 0xc9000/0x1000 0xca000/0x1000 0xcb000/0x9c00 0xd5000/0x2000 0xd7000/0x2000 0xd9000/0x800 0xd9800/0x800 cpu0 at mainbus0 pci0 at mainbus0 bus 0: configuration mode 1 (no bios) pchb0 at pci0 dev 0 function 0 "Intel 82875P Host" rev 0x02 ppb0 at pci0 dev 3 function 0 "Intel 82875P CSA" rev 0x02 pci1 at ppb0 bus 2 em0 at pci1 dev 1 function 0 "Intel PRO/1000CT (82547GI)" rev 0x00: irq 5, address 00:11:25:7f:86:28 ppb1 at pci0 dev 28 function 0 "Intel 6300ESB PCIX" rev 0x02 pci2 at ppb1 bus 3 bge0 at pci2 dev 1 function 0 "Broadcom BCM5703 Alt" rev 0x10, BCM5703 B0 (0x1100): irq 11, address 00:10:18:16:14:1b brgphy0 at bge0 phy 1: BCM5703 10/100/1000baseT PHY, rev. 3 bge1 at pci2 dev 2 function 0 "Broadcom BCM5703 Alt" rev 0x10, BCM5703 B0 (0x1100): irq 11, address 00:10:18:16:0e:8a brgphy1 at bge1 phy 1: BCM5703 10/100/1000baseT PHY, rev. 3 ahd0 at pci2 dev 4 function 0 vendor "Adaptec", unknown product 0x808f rev 0x10: irq 11 ahd0: aic7901, U320 Wide Channel A, SCSI Id=7, PCI-X 50-66MHz, 512 SCBs scsibus0 at ahd0: 16 targets sd0 at scsibus0 targ 0 lun 0: <IBM-ESXS, VPR036W3-ETS10FN, S370> SCSI2 0/direct fixed sd0: 34715MB, 34401 cyl, 3 head, 688 sec, 512 bytes/sec, 71096640 sec total sd1 at scsibus0 targ 6 lun 0: <IBM-ESXS, VPR036W3-ETS10FN, S370> SCSI2 0/direct fixed sd1: 34715MB, 34401 cyl, 3 head, 688 sec, 512 bytes/sec, 71096640 sec total uhci0 at pci0 dev 29 function 0 "Intel 6300ESB USB" rev 0x02: irq 11 uhci1 at pci0 dev 29 function 1 "Intel 6300ESB USB" rev 0x02: irq 5 "Intel 6300ESB WDT" rev 0x02 at pci0 dev 29 function 4 not configured "Intel 6300ESB APIC" rev 0x02 at pci0 dev 29 function 5 not configured ehci0 at pci0 dev 29 function 7 "Intel 6300ESB USB" rev 0x02: irq 11 usb0 at ehci0: USB revision 2.0 uhub0 at usb0 "Intel EHCI root hub" rev 2.00/1.00 addr 1 ppb2 at pci0 dev 30 function 0 "Intel 82801BA Hub-to-PCI" rev 0x0a pci3 at ppb2 bus 4 vga0 at pci3 dev 2 function 0 "ATI Radeon VE QY" rev 0x00 wsdisplay0 at vga0 mux 1: console (80x25, vt100 emulation) wsdisplay0: screen 1-5 added (80x25, vt100 emulation) xl0 at pci3 dev 7 function 0 "3Com 3c905C 100Base-TX" rev 0x78: irq 5, address 00:0a:5e:63:7e:2e exphy0 at xl0 phy 24: 3Com internal media interface xl1 at pci3 dev 8 function 0 "3Com 3c905C 100Base-TX" rev 0x78: irq 11, address 00:0a:5e:63:7d:72 exphy1 at xl1 phy 24: 3Com internal media interface ichpcib0 at pci0 dev 31 function 0 "Intel 6300ESB LPC" rev 0x02: 24-bit timer at 3579545Hz pciide0 at pci0 dev 31 function 1 "Intel 6300ESB IDE" rev 0x02: DMA, channel 0 configured to compatibility, channel 1 configured to compatibility atapiscsi0 at pciide0 channel 0 drive 0 scsibus1 at atapiscsi0: 2 targets cd0 at scsibus1 targ 0 lun 0: <HL-DT-ST, DVD-RAM GSA-H58N, 1.01> SCSI0 5/cdrom removable cd0(pciide0:0:0): using PIO mode 4, Ultra-DMA mode 2 pciide0: channel 1 disabled (no drives) pciide1 at pci0 dev 31 function 2 "Intel 6300ESB SATA" rev 0x02: DMA, channel 0 configured to native-PCI, channel 1 configured to native-PCI pciide1: using irq 5 for native-PCI interrupt ichiic0 at pci0 dev 31 function 3 "Intel 6300ESB SMBus" rev 0x02: irq 5 iic0 at ichiic0 admtm0 at iic0 addr 0x2d: 47m192 adt0 at iic0 addr 0x2e: adm1027 rev 0x6a spdmem0 at iic0 addr 0x50: 512MB DDR SDRAM ECC PC3200CL3.0 spdmem1 at iic0 addr 0x51: 512MB DDR SDRAM ECC PC3200CL3.0 usb1 at uhci0: USB revision 1.0 uhub1 at usb1 "Intel UHCI root hub" rev 1.00/1.00 addr 1 usb2 at uhci1: USB revision 1.0 uhub2 at usb2 "Intel UHCI root hub" rev 1.00/1.00 addr 1 isa0 at ichpcib0 isadma0 at isa0 pckbc0 at isa0 port 0x60/5 pckbd0 at pckbc0 (kbd slot) pckbc0: using irq 1 for kbd slot wskbd0 at pckbd0: console keyboard, using wsdisplay0 pcppi0 at isa0 port 0x61 spkr0 at pcppi0 midi0 at pcppi0: <PC speaker> lpt0 at isa0 port 0x378/4 irq 7 npx0 at isa0 port 0xf0/16: reported by CPUID; using exception 16 pccom0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo pccom1 at isa0 port 0x2f8/8 irq 3: ns16550a, 16 byte fifo fdc0 at isa0 port 0x3f0/6 irq 6 drq 2 fd0 at fdc0 drive 0: 1.44MB 80 cyl, 2 head, 18 sec biomask ff65 netmask ff65 ttymask ffe7 mtrr: Pentium Pro MTRR support Kernelized RAIDframe activated ahd0: target 0 synchronous with period = 0x8, offset = 0x7f(RDSTRM|DT|IU|RTI|QAS) ahd0: target 6 synchronous with period = 0x8, offset = 0x7f(RDSTRM|DT|IU|RTI|QAS) cd0(atapiscsi0:0:0): Check Condition (error 0x70) on opcode 0x0 SENSE KEY: Not Ready ASC/ASCQ: Medium Not Present softraid0 at root root on sd0a swap on sd0b dump on sd0b