From owner-freebsd-stable@FreeBSD.ORG Mon Oct 8 20:12:55 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BC65116A4A0 for ; Mon, 8 Oct 2007 20:12:55 +0000 (UTC) (envelope-from winterny@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.178]) by mx1.freebsd.org (Postfix) with ESMTP id 6CE0C13C448 for ; Mon, 8 Oct 2007 20:12:55 +0000 (UTC) (envelope-from winterny@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so1831161waf for ; Mon, 08 Oct 2007 13:12:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=UKtpfrxnooLSL0IV36X6qANWzHx6taiBU5DGQ2evjT8=; b=b1XER2RZxCf7L8hraTwR8aBEjWXQsBLkuW6TJEwru4PT9pISNJU5wARDi9Oq1fm+PGqrqhO81gf3Y1SubKWbDC5b8kQLc/Ajk4yRAZK/to2TftggF+VNcQnoYKer3GnDalCCtMItCsq5G5SdiOolS7wulXBfXuTxCeuXkAE42VE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=F0zYjUBQVGqTRrpHtzxtV5Al/ei4R0E040KHWQ2U38BhQdjRfkegShpiTDbwLzkEj1whGAUvjsG4xgBegh1UjzI5JbyR5C5je7i1pRvYJSOszkmjdjzVR6ip4W+24iMO9/dTPNd9l+MHaoIlEG/oFth9VDbCaQh6TvrxXuQKhKs= Received: by 10.114.190.6 with SMTP id n6mr3614620waf.1191872754056; Mon, 08 Oct 2007 12:45:54 -0700 (PDT) Received: by 10.114.127.19 with HTTP; Mon, 8 Oct 2007 12:45:53 -0700 (PDT) Message-ID: Date: Mon, 8 Oct 2007 15:45:53 -0400 From: "Stephan Koenig" To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: g_vfs_done():mfid1 ERROR when writing to 18TB MFI RAID volume X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Oct 2007 20:12:55 -0000 Hello, I am trying to diagnose an issue on a server I am trying to set up here. The errors are quite cryptic and don't make any sense to me, they come up about every 30 seconds while I am writing to the disks (at about 30MB/sec). Errors: Oct 8 15:44:02 server1 kernel: g_vfs_done():mfid1[WRITE(offset=-16052369358848, length=16384)]error = 5 Oct 8 15:44:02 server1 kernel: g_vfs_done():mfid1[WRITE(offset=-16052369342464, length=16384)]error = 5 Oct 8 15:44:02 server1 kernel: g_vfs_done():mfid1[WRITE(offset=-16052176732160, length=16384)]error = 5 Oct 8 15:44:02 server1 kernel: g_vfs_done():mfid1[WRITE(offset=-16052176715776, length=16384)]error = 5 Oct 8 15:44:02 server1 kernel: g_vfs_done():mfid1[WRITE(offset=-16051984089088, length=16384)]error = 5 Oct 8 15:44:02 server1 kernel: g_vfs_done():mfid1[WRITE(offset=-16051984072704, length=16384)]error = 5 Oct 8 15:44:32 server1 kernel: g_vfs_done():mfid1[WRITE(offset=-16053910519808, length=16384)]error = 5 Oct 8 15:44:32 server1 kernel: g_vfs_done():mfid1[WRITE(offset=-16053910503424, length=16384)]error = 5 Oct 8 15:44:32 server1 kernel: g_vfs_done():mfid1[WRITE(offset=-16053910487040, length=16384)]error = 5 Oct 8 15:44:32 server1 kernel: g_vfs_done():mfid1[WRITE(offset=-16053910470656, length=16384)]error = 5 Oct 8 15:44:32 server1 kernel: g_vfs_done():mfid1[WRITE(offset=-16053910454272, length=16384)]error = 5 Oct 8 15:44:32 server1 kernel: g_vfs_done():mfid1[WRITE(offset=-16053139947520, length=16384)]error = 5 Oct 8 15:44:32 server1 kernel: g_vfs_done():mfid1[WRITE(offset=-16053139931136, length=16384)]error = 5 Oct 8 15:44:32 server1 kernel: g_vfs_done():mfid1[WRITE(offset=-16053139914752, length=16384)]error = 5 Oct 8 15:44:32 server1 kernel: g_vfs_done():mfid1[WRITE(offset=-16053139898368, length=16384)]error = 5 etc... The volumes are large here, so perhaps this is what is causing this: # df -h Filesystem Size Used Avail Capacity Mounted on /dev/mfid0s1a 131G 2.8G 118G 2% / devfs 1.0K 1.0K 0B 100% /dev /dev/mfid1 18T 201G 16T 1% /.2 procfs 4.0K 4.0K 0B 100% /proc This is the dmesg.boot: Copyright (c) 1992-2007 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 6.2-STABLE #0: Mon Sep 17 18:09:38 EDT 2007 root@server1.host.com:/usr/obj/usr/src/sys/host1950-64BITRAID-SMP ACPI APIC Table: Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) Xeon(R) CPU 5140 @ 2.33GHz (2327.51-MHz K8-class CPU) Origin = "GenuineIntel" Id = 0x6f6 Stepping = 6 Features=0xbfebfbff Features2=0x4e3bd,CX16,XTPR,,> AMD Features=0x20100800 AMD Features2=0x1 Cores per package: 2 real memory = 9395240960 (8960 MB) avail memory = 8295616512 (7911 MB) FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 ioapic0: Changing APIC ID to 2 ioapic1: Changing APIC ID to 3 ioapic0 irqs 0-23 on motherboard ioapic1 irqs 64-87 on motherboard acpi0: on motherboard acpi_hpet0: iomem 0xfed00000-0xfed003ff on acpi0 Timecounter "HPET" frequency 14318180 Hz quality 2000 acpi0: Power Button (fixed) Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0 cpu0: on acpi0 est0: on cpu0 p4tcc0: on cpu0 cpu1: on acpi0 est1: on cpu1 p4tcc1: on cpu1 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pcib1: at device 2.0 on pci0 pci6: on pcib1 pcib2: at device 0.0 on pci6 pci7: on pcib2 pcib3: at device 0.0 on pci7 pci8: on pcib3 pcib4: at device 0.0 on pci8 pci9: on pcib4 bce0: mem 0xf4000000-0xf5ffffff irq 16 at device 0.0 on pci9 miibus0: on bce0 brgphy0: on miibus0 brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto bce0: Ethernet address: 00:19:b9:e6:89:c8 bce0: ASIC (0x57081020); Rev (B2); Bus (PCI-X, 64-bit, 133MHz); F/W (0x02090105); Flags( MFW ) pcib5: at device 1.0 on pci7 pci10: on pcib5 pcib6: at device 0.3 on pci6 pci11: on pcib6 pcib7: at device 3.0 on pci0 pci1: on pcib7 pcib8: at device 0.0 on pci1 pci2: on pcib8 mfi0: mem 0xd81f0000-0xd81fffff,0xfc7e0000-0xfc7fffff irq 78 at device 14.0 on pci2 mfi0: Megaraid SAS driver Ver 2.00 mfi0: 521 (245099500s/0x0020/0) - Shutdown command received from host mfi0: 522 (4278190080s/0x0020/0) - PCI 0x041028 0x0415 0x041028 0x041f03: Firmware initialization started (PCI ID 0015/1028/1f03/1028) mfi0: 523 (4278190080s/0x0020/0) - Type 18: Firmware version 1.03.10-0216 mfi0: 524 (4278190094s/0x0008/0) - Battery Present mfi0: 525 (4278190094s/0x0020/0) - Type 18: Package version 5.1.1-0040 mfi0: 526 (4278190121s/0x0004/0) - PD 08(e1/s255) event: Enclosure (SES) discovered on PD 08(e1/s255) mfi0: 527 (4278190122s/0x0002/0) - PD 08(e1/s255) event: Inserted: PD 08(e1/s255) mfi0: 528 (4278190122s/0x0002/0) - Type 29: Inserted: PD 08(e1/s255) Info: enclPd=08, scsiType=d, portMap=00, sasAddr=50019090d74d5200,0000000000000000 mfi0: 529 (4278190122s/0x0002/0) - PD 00(e1/s0) event: Inserted: PD 00(e1/s0) mfi0: 530 (4278190122s/0x0002/0) - Type 29: Inserted: PD 00(e1/s0) Info: enclPd=08, scsiType=0, portMap=01, sasAddr=5000c500054cb9a1,0000000000000000 mfi0: 531 (4278190122s/0x0002/0) - PD 01(e1/s1) event: Inserted: PD 01(e1/s1) mfi0: 532 (4278190122s/0x0002/0) - Type 29: Inserted: PD 01(e1/s1) Info: enclPd=08, scsiType=0, portMap=02, sasAddr=5000c500054cb219,0000000000000000 mfi0: 533 (245099572s/0x0020/0) - Adapter ticks 245099572 elapsed 43s: Time established as 10/07/07 19:12:52; (43 seconds since power on) mfi0: 534 (245099628s/0x0008/0) - Battery temperature is normal mfi0: 535 (245099628s/0x0008/0) - Current capacity of the battery is above threshold pcib9: at device 0.2 on pci1 pci3: on pcib9 pcib10: at device 4.0 on pci0 pci12: on pcib10 pcib11: at device 5.0 on pci0 pci13: on pcib11 pcib12: at device 6.0 on pci0 pci14: on pcib12 pcib13: at device 0.0 on pci14 pci15: on pcib13 mfi1: mem 0xd80f0000-0xd80fffff,0xfc4e0000-0xfc4fffff irq 18 at device 14.0 on pci15 mfi1: Megaraid SAS driver Ver 2.00 mfi1: 957 (245099501s/0x0020/0) - Shutdown command received from host mfi1: 958 (4278190080s/0x0020/0) - PCI 0x041028 0x0415 0x041028 0x041f01: Firmware initialization started (PCI ID 0015/1028/1f01/1028) mfi1: 959 (4278190080s/0x0020/0) - Type 18: Firmware version 1.03.10-0216 mfi1: 960 (4278190123s/0x0008/0) - Battery Present mfi1: 961 (4278190123s/0x0020/0) - Type 18: Package version 5.1.1-0040 mfi1: 962 (4278190142s/0x0004/0) - PD 17(e1/s255) event: Enclosure (SES) discovered on PD 11(e1/s255) mfi1: 963 (4278190142s/0x0004/0) - PD 18(e2/s255) event: Enclosure (SES) discovered on PD 12(e2/s255) mfi1: 964 (4278190142s/0x0004/0) - Type 23: Enclosure PD 11(e1/s255) fan 1 speed changed mfi1: 965 (4278190142s/0x0004/0) - Type 23: Enclosure PD 11(e1/s255) fan 2 speed changed mfi1: 966 (4278190142s/0x0004/0) - Type 23: Enclosure PD 11(e1/s255) fan 3 speed changed mfi1: 967 (4278190142s/0x0004/0) - Type 23: Enclosure PD 11(e1/s255) fan 4 speed changed mfi1: 968 (4278190143s/0x0004/0) - Type 23: Enclosure PD 12(e2/s255) fan 1 speed changed mfi1: 969 (4278190143s/0x0004/0) - Type 23: Enclosure PD 12(e2/s255) fan 2 speed changed mfi1: 970 (4278190143s/0x0004/0) - Type 23: Enclosure PD 12(e2/s255) fan 3 speed changed mfi1: 971 (4278190143s/0x0004/0) - Type 23: Enclosure PD 12(e2/s255) fan 4 speed changed mfi1: 972 (4278190144s/0x0002/0) - PD 17(e1/s255) event: Inserted: PD 11(e1/s255) mfi1: 973 (4278190144s/0x0002/0) - Type 29: Inserted: PD 11(e1/s255) Info: enclPd=11, scsiType=d, portMap=01, sasAddr=5001c232c3bf270c,0000000000000000 mfi1: 974 (4278190144s/0x0002/0) - PD 18(e2/s255) event: Inserted: PD 12(e2/s255) mfi1: 975 (4278190144s/0x0002/0) - Type 29: Inserted: PD 12(e2/s255) Info: enclPd=12, scsiType=d, portMap=10, sasAddr=5001c232c3bf260c,0000000000000000 mfi1: 976 (4278190144s/0x0002/0) - PD 19(e1/s14) event: Inserted: PD 13(e1/s14) mfi1: 977 (4278190144s/0x0002/0) - Type 29: Inserted: PD 13(e1/s14) Info: enclPd=11, scsiType=0, portMap=01, sasAddr=5001c232c3bf2742,0000000000000000 mfi1: 978 (4278190144s/0x0002/0) - PD 20(e1/s13) event: Inserted: PD 14(e1/s13) mfi1: 979 (4278190144s/0x0002/0) - Type 29: Inserted: PD 14(e1/s13) Info: enclPd=11, scsiType=0, portMap=01, sasAddr=5001c232c3bf2743,0000000000000000 mfi1: 980 (4278190144s/0x0002/0) - PD 21(e1/s12) event: Inserted: PD 15(e1/s12) mfi1: 981 (4278190144s/0x0002/0) - Type 29: Inserted: PD 15(e1/s12) Info: enclPd=11, scsiType=0, portMap=01, sasAddr=5001c232c3bf2744,0000000000000000 mfi1: 982 (4278190144s/0x0002/0) - PD 22(e1/s11) event: Inserted: PD 16(e1/s11) mfi1: 983 (4278190144s/0x0002/0) - Type 29: Inserted: PD 16(e1/s11) Info: enclPd=11, scsiType=0, portMap=01, sasAddr=5001c232c3bf2745,0000000000000000 mfi1: 984 (4278190144s/0x0002/0) - PD 23(e1/s10) event: Inserted: PD 17(e1/s10) mfi1: 985 (4278190144s/0x0002/0) - Type 29: Inserted: PD 17(e1/s10) Info: enclPd=11, scsiType=0, portMap=01, sasAddr=5001c232c3bf2746,0000000000000000 mfi1: 986 (4278190144s/0x0002/0) - PD 24(e1/s9) event: Inserted: PD 18(e1/s9) mfi1: 987 (4278190144s/0x0002/0) - Type 29: Inserted: PD 18(e1/s9) Info: enclPd=11, scsiType=0, portMap=01, sasAddr=5001c232c3bf2747,0000000000000000 mfi1: 988 (4278190144s/0x0002/0) - PD 25(e1/s8) event: Inserted: PD 19(e1/s8) mfi1: 989 (4278190144s/0x0002/0) - Type 29: Inserted: PD 19(e1/s8) Info: enclPd=11, scsiType=0, portMap=01, sasAddr=5001c232c3bf2748,0000000000000000 mfi1: 990 (4278190144s/0x0002/0) - PD 26(e1/s7) event: Inserted: PD 1a(e1/s7) mfi1: 991 (4278190144s/0x0002/0) - Type 29: Inserted: PD 1a(e1/s7) Info: enclPd=11, scsiType=0, portMap=01, sasAddr=5001c232c3bf2749,0000000000000000 mfi1: 992 (4278190144s/0x0002/0) - PD 27(e1/s6) event: Inserted: PD 1b(e1/s6) mfi1: 993 (4278190144s/0x0002/0) - Type 29: Inserted: PD 1b(e1/s6) Info: enclPd=11, scsiType=0, portMap=01, sasAddr=5001c232c3bf2782,0000000000000000 mfi1: 994 (4278190144s/0x0002/0) - PD 28(e1/s5) event: Inserted: PD 1c(e1/s5) mfi1: 995 (4278190144s/0x0002/0) - Type 29: Inserted: PD 1c(e1/s5) Info: enclPd=11, scsiType=0, portMap=01, sasAddr=5001c232c3bf2783,0000000000000000 mfi1: 996 (4278190144s/0x0002/0) - PD 29(e1/s4) event: Inserted: PD 1d(e1/s4) mfi1: 997 (4278190144s/0x0002/0) - Type 29: Inserted: PD 1d(e1/s4) Info: enclPd=11, scsiType=0, portMap=01, sasAddr=5001c232c3bf2784,0000000000000000 mfi1: 998 (4278190144s/0x0002/0) - PD 30(e1/s3) event: Inserted: PD 1e(e1/s3) mfi1: 999 (4278190144s/0x0002/0) - Type 29: Inserted: PD 1e(e1/s3) Info: enclPd=11, scsiType=0, portMap=01, sasAddr=5001c232c3bf2785,0000000000000000 mfi1: 1000 (4278190144s/0x0002/0) - PD 31(e1/s2) event: Inserted: PD 1f(e1/s2) mfi1: 1001 (4278190144s/0x0002/0) - Type 29: Inserted: PD 1f(e1/s2) Info: enclPd=11, scsiType=0, portMap=01, sasAddr=5001c232c3bf2786,0000000000000000 mfi1: 1002 (4278190144s/0x0002/0) - PD 32(e1/s1) event: Inserted: PD 20(e1/s1) mfi1: 1003 (4278190144s/0x0002/0) - Type 29: Inserted: PD 20(e1/s1) Info: enclPd=11, scsiType=0, portMap=01, sasAddr=5001c232c3bf2787,0000000000000000 mfi1: 1004 (4278190144s/0x0002/0) - PD 33(e1/s0) event: Inserted: PD 21(e1/s0) mfi1: 1005 (4278190144s/0x0002/0) - Type 29: Inserted: PD 21(e1/s0) Info: enclPd=11, scsiType=0, portMap=01, sasAddr=5001c232c3bf2788,0000000000000000 mfi1: 1006 (4278190144s/0x0002/0) - PD 34(e2/s14) event: Inserted: PD 22(e2/s14) mfi1: 1007 (4278190144s/0x0002/0) - Type 29: Inserted: PD 22(e2/s14) Info: enclPd=12, scsiType=0, portMap=10, sasAddr=5001c232c3bf2642,0000000000000000 mfi1: 1008 (4278190144s/0x0002/0) - PD 35(e2/s13) event: Inserted: PD 23(e2/s13) mfi1: 1009 (4278190144s/0x0002/0) - Type 29: Inserted: PD 23(e2/s13) Info: enclPd=12, scsiType=0, portMap=10, sasAddr=5001c232c3bf2643,0000000000000000 mfi1: 1010 (4278190144s/0x0002/0) - PD 36(e2/s12) event: Inserted: PD 24(e2/s12) mfi1: 1011 (4278190144s/0x0002/0) - Type 29: Inserted: PD 24(e2/s12) Info: enclPd=12, scsiType=0, portMap=10, sasAddr=5001c232c3bf2644,0000000000000000 mfi1: 1012 (4278190144s/0x0002/0) - PD 37(e2/s11) event: Inserted: PD 25(e2/s11) mfi1: 1013 (4278190144s/0x0002/0) - Type 29: Inserted: PD 25(e2/s11) Info: enclPd=12, scsiType=0, portMap=10, sasAddr=5001c232c3bf2645,0000000000000000 mfi1: 1014 (4278190144s/0x0002/0) - PD 38(e2/s10) event: Inserted: PD 26(e2/s10) mfi1: 1015 (4278190144s/0x0002/0) - Type 29: Inserted: PD 26(e2/s10) Info: enclPd=12, scsiType=0, portMap=10, sasAddr=5001c232c3bf2646,0000000000000000 mfi1: 1016 (4278190144s/0x0002/0) - PD 39(e2/s9) event: Inserted: PD 27(e2/s9) mfi1: 1017 (4278190144s/0x0002/0) - Type 29: Inserted: PD 27(e2/s9) Info: enclPd=12, scsiType=0, portMap=10, sasAddr=5001c232c3bf2647,0000000000000000 mfi1: 1018 (4278190144s/0x0002/0) - PD 40(e2/s8) event: Inserted: PD 28(e2/s8) mfi1: 1019 (4278190144s/0x0002/0) - Type 29: Inserted: PD 28(e2/s8) Info: enclPd=12, scsiType=0, portMap=10, sasAddr=5001c232c3bf2648,0000000000000000 mfi1: 1020 (4278190144s/0x0002/0) - PD 41(e2/s7) event: Inserted: PD 29(e2/s7) mfi1: 1021 (4278190144s/0x0002/0) - Type 29: Inserted: PD 29(e2/s7) Info: enclPd=12, scsiType=0, portMap=10, sasAddr=5001c232c3bf2649,0000000000000000 mfi1: 1022 (4278190144s/0x0002/0) - PD 42(e2/s6) event: Inserted: PD 2a(e2/s6) mfi1: 1023 (4278190144s/0x0002/0) - Type 29: Inserted: PD 2a(e2/s6) Info: enclPd=12, scsiType=0, portMap=10, sasAddr=5001c232c3bf2682,0000000000000000 mfi1: 1024 (4278190144s/0x0002/0) - PD 43(e2/s5) event: Inserted: PD 2b(e2/s5) mfi1: 1025 (4278190144s/0x0002/0) - Type 29: Inserted: PD 2b(e2/s5) Info: enclPd=12, scsiType=0, portMap=10, sasAddr=5001c232c3bf2683,0000000000000000 mfi1: 1026 (4278190144s/0x0002/0) - PD 44(e2/s4) event: Inserted: PD 2c(e2/s4) mfi1: 1027 (4278190144s/0x0002/0) - Type 29: Inserted: PD 2c(e2/s4) Info: enclPd=12, scsiType=0, portMap=10, sasAddr=5001c232c3bf2684,0000000000000000 mfi1: 1028 (4278190144s/0x0002/0) - PD 45(e2/s3) event: Inserted: PD 2d(e2/s3) mfi1: 1029 (4278190144s/0x0002/0) - Type 29: Inserted: PD 2d(e2/s3) Info: enclPd=12, scsiType=0, portMap=10, sasAddr=5001c232c3bf2685,0000000000000000 mfi1: 1030 (4278190144s/0x0002/0) - PD 46(e2/s2) event: Inserted: PD 2e(e2/s2) mfi1: 1031 (4278190144s/0x0002/0) - Type 29: Inserted: PD 2e(e2/s2) Info: enclPd=12, scsiType=0, portMap=10, sasAddr=5001c232c3bf2686,0000000000000000 mfi1: 1032 (4278190144s/0x0002/0) - PD 47(e2/s1) event: Inserted: PD 2f(e2/s1) mfi1: 1033 (4278190144s/0x0002/0) - Type 29: Inserted: PD 2f(e2/s1) Info: enclPd=12, scsiType=0, portMap=10, sasAddr=5001c232c3bf2687,0000000000000000 mfi1: 1034 (4278190144s/0x0002/0) - PD 48(e2/s0) event: Inserted: PD 30(e2/s0) mfi1: 1035 (4278190144s/0x0002/0) - Type 29: Inserted: PD 30(e2/s0) Info: enclPd=12, scsiType=0, portMap=10, sasAddr=5001c232c3bf2688,0000000000000000 mfi1: 1036 (4278190146s/0x0042/0) - Type 22: Dedicated Hot Spare created on PD 13(e1/s14) (ded,rev,ac=1) mfi1: 1037 (4278190146s/0x0042/0) - Type 22: Dedicated Hot Spare created on PD 22(e2/s14) (ded,rev,ac=1) mfi1: 1039 (4278190146s/0x0001/0) - VD 00/0 event: Background Initialization started on VD 00/0 mfi1: 1040 (245099597s/0x0020/0) - Adapter ticks 245099597 elapsed 67s: Time established as 10/07/07 19:13:17; (67 seconds since power on) mfi1: 1041 (245099607s/0x0020/0) - Adapter ticks 245099607 elapsed 77s: Time established as 10/07/07 19:13:27; (77 seconds since power on) mfi1: 1042 (245099648s/0x0008/0) - Battery temperature is normal mfi1: 1043 (245099648s/0x0008/0) - Current capacity of the battery is above threshold pcib14: at device 0.2 on pci14 pci16: on pcib14 pcib15: at device 7.0 on pci0 pci17: on pcib15 pcib16: at device 28.0 on pci0 pci4: on pcib16 pcib17: at device 0.0 on pci4 pci5: on pcib17 bce1: mem 0xf8000000-0xf9ffffff irq 16 at device 0.0 on pci5 miibus1: on bce1 brgphy1: on miibus1 brgphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto bce1: Ethernet address: 00:19:b9:e6:89:c6 bce1: ASIC (0x57081020); Rev (B2); Bus (PCI-X, 64-bit, 133MHz); F/W (0x02090105); Flags( MFW ) uhci0: port 0xdce0-0xdcff irq 21 at device 29.0 on pci0 uhci0: [GIANT-LOCKED] usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhci1: port 0xdcc0-0xdcdf irq 20 at device 29.1 on pci0 uhci1: [GIANT-LOCKED] usb1: on uhci1 usb1: USB revision 1.0 uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered uhci2: port 0xdca0-0xdcbf irq 21 at device 29.2 on pci0 uhci2: [GIANT-LOCKED] usb2: on uhci2 usb2: USB revision 1.0 uhub2: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub2: 2 ports with 2 removable, self powered ehci0: mem 0xfc900000-0xfc9003ff irq 21 at device 29.7 on pci0 ehci0: [GIANT-LOCKED] usb3: EHCI version 1.0 usb3: companion controllers, 2 ports each: usb0 usb1 usb2 usb3: on ehci0 usb3: USB revision 2.0 uhub3: Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1 uhub3: 6 ports with 6 removable, self powered uhub4: vendor 0x04b4 product 0x6560, class 9/0, rev 2.00/0.0b, addr 2 uhub4: multiple transaction translators uhub4: 4 ports with 4 removable, self powered ukbd0: CHESEN PS2 to USB Converter, rev 1.10/0.10, addr 3, iclass 3/1 kbd1 at ukbd0 ums0: CHESEN PS2 to USB Converter, rev 1.10/0.10, addr 3, iclass 3/1 ums0: 5 buttons and Z dir. pcib18: at device 30.0 on pci0 pci18: on pcib18 pci18: at device 13.0 (no driver attached) isab0: at device 31.0 on pci0 isa0: on isab0 pci0: at device 31.1 (no driver attached) orm0: at iomem 0xc0000-0xc8fff,0xec000-0xeffff on isa0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Timecounters tick every 1.000 msec ipfw2 initialized, divert loadable, rule-based forwarding enabled, default to accept, logging limited to 100 packets/entry by default mfid0: on mfi0 mfid0: 139392MB (285474816 sectors) RAID volume '' is optimal mfid1: on mfi1 mfid1: 19301760MB (39530004480 sectors) RAID volume '' is optimal SMP: AP CPU #1 Launched! Trying to mount root from ufs:/dev/mfid0s1a bce0: link state changed to UP bce1: link state changed to UP Anyone have any ideas? Thanks.