From owner-freebsd-questions@FreeBSD.ORG Thu Apr 12 04:05:16 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A35D116A400 for ; Thu, 12 Apr 2007 04:05:16 +0000 (UTC) (envelope-from freebsd@skyhawk.ca) Received: from pd4mo1so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.freebsd.org (Postfix) with ESMTP id 84B9013C43E for ; Thu, 12 Apr 2007 04:05:16 +0000 (UTC) (envelope-from freebsd@skyhawk.ca) Received: from pd3mr4so.prod.shaw.ca (pd3mr4so-qfe3.prod.shaw.ca [10.0.141.180]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0JGD001U275E1QB0@l-daemon> for freebsd-questions@freebsd.org; Wed, 11 Apr 2007 21:03:14 -0600 (MDT) Received: from pn2ml7so.prod.shaw.ca ([10.0.121.151]) by pd3mr4so.prod.shaw.ca (Sun Java System Messaging Server 6.2-7.05 (built Sep 5 2006)) with ESMTP id <0JGD00F75756LRL1@pd3mr4so.prod.shaw.ca> for freebsd-questions@freebsd.org; Wed, 11 Apr 2007 21:03:11 -0600 (MDT) Received: from mail.skyhawk.ca ([70.68.196.45]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0JGD00CCT755XD61@l-daemon> for freebsd-questions@freebsd.org; Wed, 11 Apr 2007 21:03:06 -0600 (MDT) Received: from [192.168.1.20] (seinar.skyhawk [192.168.1.20]) by mail.skyhawk.ca with esmtp; Wed, 11 Apr 2007 20:01:00 -0700 Date: Wed, 11 Apr 2007 20:03:05 -0700 From: Andrew Fremantle To: freebsd-questions@freebsd.org Message-id: <461DA169.1090502@skyhawk.ca> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7bit User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) Subject: gvinum crash in 6.2-RELEASE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2007 04:05:16 -0000 Hello, I've got a new server machine, fortunately not in production yet, that just crashed on me. I haven't been able to reproduce the problem, but I was copying a large volume of data onto the machine via Samba. When I got to the console, I found about 10 - 15 of these, all with different offsets, but the same bigraid.p0. dmesg.boot actually shows one of those errors with a length= value of 65536 GEOM_VINUM: plex request failed for gvinum/plex/bigraid.p0[WRITE(offset=999681001472, length=2048)] The machine was still "up", but anything that touched the disk for any reason just stopped. I couldn't even login. Eventually I had to just smack the reset button. smartctl indicates all the disks are in good working order, and there were no kernel messages about any problem accessing the disks. I suspect this is a gvinum problem. If you can't tell me what went wrong, I'd welcome any input that would help gather more information on the problem if (when) I manage to repeat it. I'm including vinum's configuration, gvinum lv -r (easier to read), relevant sections of /var/run/dmesg.boot, and the output of mount root:psyche: mount /dev/gvinum/root on / (ufs, local) devfs on /dev (devfs, local) /dev/gvinum/tmp on /tmp (ufs, local, soft-updates) /dev/gvinum/usr on /usr (ufs, local, soft-updates) /dev/gvinum/var on /var (ufs, local, soft-updates) /dev/gvinum/home on /home (ufs, local, soft-updates) /dev/gvinum/software on /software (ufs, local, soft-updates) /dev/gvinum/bigraid on /bigraid (ufs, local, soft-updates) Vinum configuration : # Vinum configuration of psyche, saved at Wed Apr 11 18:34:14 2007 # Current configuration: # drive disk6 device /dev/ad18s1d # drive disk5 device /dev/ad16s1d # drive disk4 device /dev/ad14s1d # drive disk3 device /dev/ad12s1d # drive disk2 device /dev/ad10s1d # drive disk1 device /dev/ad8s1d # volume home # volume usr # volume var # volume tmp # volume root # volume swap # volume software # volume bigraid # plex name home.p1 org striped 128s vol home # plex name home.p0 org striped 128s vol home # plex name usr.p1 org striped 128s vol usr # plex name usr.p0 org striped 128s vol usr # plex name var.p1 org striped 128s vol var # plex name var.p0 org striped 128s vol var # plex name tmp.p1 org striped 128s vol tmp # plex name tmp.p0 org striped 128s vol tmp # plex name root.p4 org concat vol root # plex name root.p3 org concat vol root # plex name root.p2 org concat vol root # plex name root.p1 org concat vol root # plex name root.p0 org concat vol root # plex name root.p5 org concat vol root # plex name swap.p0 org striped 128s vol swap # plex name swap.p1 org striped 128s vol swap # plex name software.p0 org raid5 944s vol software # plex name bigraid.p0 org raid5 944s vol bigraid # sd name home.p1.s2 drive disk6 len 13107200s driveoffset 10182921s plex home.p1 plexoffset 256s # sd name home.p1.s1 drive disk5 len 13107200s driveoffset 10182921s plex home.p1 plexoffset 128s # sd name home.p1.s0 drive disk4 len 13107200s driveoffset 10182921s plex home.p1 plexoffset 0s # sd name home.p0.s2 drive disk3 len 13107200s driveoffset 10182921s plex home.p0 plexoffset 256s # sd name home.p0.s1 drive disk2 len 13107200s driveoffset 10182921s plex home.p0 plexoffset 128s # sd name home.p0.s0 drive disk1 len 13107200s driveoffset 10182921s plex home.p0 plexoffset 0s # sd name usr.p1.s2 drive disk6 len 7168000s driveoffset 3014921s plex usr.p1 plexoffset 256s # sd name usr.p1.s1 drive disk5 len 7168000s driveoffset 3014921s plex usr.p1 plexoffset 128s # sd name usr.p1.s0 drive disk4 len 7168000s driveoffset 3014921s plex usr.p1 plexoffset 0s # sd name usr.p0.s2 drive disk3 len 7168000s driveoffset 3014921s plex usr.p0 plexoffset 256s # sd name usr.p0.s1 drive disk2 len 7168000s driveoffset 3014921s plex usr.p0 plexoffset 128s # sd name usr.p0.s0 drive disk1 len 7168000s driveoffset 3014921s plex usr.p0 plexoffset 0s # sd name var.p1.s2 drive disk6 len 655360s driveoffset 2359561s plex var.p1 plexoffset 256s # sd name var.p1.s1 drive disk5 len 655360s driveoffset 2359561s plex var.p1 plexoffset 128s # sd name var.p1.s0 drive disk4 len 655360s driveoffset 2359561s plex var.p1 plexoffset 0s # sd name var.p0.s2 drive disk3 len 655360s driveoffset 2359561s plex var.p0 plexoffset 256s # sd name var.p0.s1 drive disk2 len 655360s driveoffset 2359561s plex var.p0 plexoffset 128s # sd name var.p0.s0 drive disk1 len 655360s driveoffset 2359561s plex var.p0 plexoffset 0s # sd name tmp.p1.s2 drive disk6 len 655360s driveoffset 1704201s plex tmp.p1 plexoffset 256s # sd name tmp.p1.s1 drive disk5 len 655360s driveoffset 1704201s plex tmp.p1 plexoffset 128s # sd name tmp.p1.s0 drive disk4 len 655360s driveoffset 1704201s plex tmp.p1 plexoffset 0s # sd name tmp.p0.s2 drive disk3 len 655360s driveoffset 1704201s plex tmp.p0 plexoffset 256s # sd name tmp.p0.s1 drive disk2 len 655360s driveoffset 1704201s plex tmp.p0 plexoffset 128s # sd name tmp.p0.s0 drive disk1 len 655360s driveoffset 1704201s plex tmp.p0 plexoffset 0s # sd name root.p4.s0 drive disk5 len 655360s driveoffset 265s plex root.p4 plexoffset 0s # sd name root.p3.s0 drive disk4 len 655360s driveoffset 265s plex root.p3 plexoffset 0s # sd name root.p2.s0 drive disk3 len 655360s driveoffset 265s plex root.p2 plexoffset 0s # sd name root.p1.s0 drive disk2 len 655360s driveoffset 265s plex root.p1 plexoffset 0s # sd name root.p0.s0 drive disk1 len 655360s driveoffset 265s plex root.p0 plexoffset 0s # sd name root.p5.s0 drive disk6 len 655360s driveoffset 265s plex root.p5 plexoffset 0s # sd name swap.p0.s0 drive disk1 len 1048576s driveoffset 655625s plex swap.p0 plexoffset 0s # sd name swap.p0.s1 drive disk2 len 1048576s driveoffset 655625s plex swap.p0 plexoffset 128s # sd name swap.p0.s2 drive disk3 len 1048576s driveoffset 655625s plex swap.p0 plexoffset 256s # sd name swap.p1.s0 drive disk4 len 1048576s driveoffset 655625s plex swap.p1 plexoffset 0s # sd name swap.p1.s1 drive disk5 len 1048576s driveoffset 655625s plex swap.p1 plexoffset 128s # sd name swap.p1.s2 drive disk6 len 1048576s driveoffset 655625s plex swap.p1 plexoffset 256s # sd name software.p0.s0 drive disk1 len 41942864s driveoffset 31678473s plex software.p0 plexoffset 0s # sd name software.p0.s1 drive disk2 len 41942864s driveoffset 31678473s plex software.p0 plexoffset 944s # sd name software.p0.s2 drive disk3 len 41942864s driveoffset 31678473s plex software.p0 plexoffset 1888s # sd name software.p0.s3 drive disk4 len 41942864s driveoffset 31678473s plex software.p0 plexoffset 2832s # sd name software.p0.s4 drive disk5 len 41942864s driveoffset 31678473s plex software.p0 plexoffset 3776s # sd name software.p0.s5 drive disk6 len 41942864s driveoffset 31678473s plex software.p0 plexoffset 4720s # sd name bigraid.p0.s0 drive disk1 len 629144848s driveoffset 73621337s plex bigraid.p0 plexoffset 0s # sd name bigraid.p0.s1 drive disk2 len 629144848s driveoffset 73621337s plex bigraid.p0 plexoffset 944s # sd name bigraid.p0.s2 drive disk3 len 629144848s driveoffset 73621337s plex bigraid.p0 plexoffset 1888s # sd name bigraid.p0.s3 drive disk4 len 629144848s driveoffset 73621337s plex bigraid.p0 plexoffset 2832s # sd name bigraid.p0.s4 drive disk5 len 629144848s driveoffset 73621337s plex bigraid.p0 plexoffset 3776s # sd name bigraid.p0.s5 drive disk6 len 629144848s driveoffset 73621337s plex bigraid.p0 plexoffset 4720s gvinum lv -r (easier to read) 8 volumes: V home State: up Plexes: 2 Size: 18 GB P home.p1 S State: up Subdisks: 3 Size: 18 GB S home.p1.s0 State: up D: disk4 Size: 6400 MB S home.p1.s1 State: up D: disk5 Size: 6400 MB S home.p1.s2 State: up D: disk6 Size: 6400 MB P home.p0 S State: up Subdisks: 3 Size: 18 GB S home.p0.s0 State: up D: disk1 Size: 6400 MB S home.p0.s1 State: up D: disk2 Size: 6400 MB S home.p0.s2 State: up D: disk3 Size: 6400 MB V usr State: up Plexes: 2 Size: 10 GB P usr.p1 S State: up Subdisks: 3 Size: 10 GB S usr.p1.s0 State: up D: disk4 Size: 3500 MB S usr.p1.s1 State: up D: disk5 Size: 3500 MB S usr.p1.s2 State: up D: disk6 Size: 3500 MB P usr.p0 S State: up Subdisks: 3 Size: 10 GB S usr.p0.s0 State: up D: disk1 Size: 3500 MB S usr.p0.s1 State: up D: disk2 Size: 3500 MB S usr.p0.s2 State: up D: disk3 Size: 3500 MB V var State: up Plexes: 2 Size: 960 MB P var.p1 S State: up Subdisks: 3 Size: 960 MB S var.p1.s0 State: up D: disk4 Size: 320 MB S var.p1.s1 State: up D: disk5 Size: 320 MB S var.p1.s2 State: up D: disk6 Size: 320 MB P var.p0 S State: up Subdisks: 3 Size: 960 MB S var.p0.s0 State: up D: disk1 Size: 320 MB S var.p0.s1 State: up D: disk2 Size: 320 MB S var.p0.s2 State: up D: disk3 Size: 320 MB V tmp State: up Plexes: 2 Size: 960 MB P tmp.p1 S State: up Subdisks: 3 Size: 960 MB S tmp.p1.s0 State: up D: disk4 Size: 320 MB S tmp.p1.s1 State: up D: disk5 Size: 320 MB S tmp.p1.s2 State: up D: disk6 Size: 320 MB P tmp.p0 S State: up Subdisks: 3 Size: 960 MB S tmp.p0.s0 State: up D: disk1 Size: 320 MB S tmp.p0.s1 State: up D: disk2 Size: 320 MB S tmp.p0.s2 State: up D: disk3 Size: 320 MB V root State: up Plexes: 6 Size: 320 MB P root.p5 C State: up Subdisks: 1 Size: 320 MB S root.p5.s0 State: up D: disk6 Size: 320 MB P root.p4 C State: up Subdisks: 1 Size: 320 MB S root.p4.s0 State: up D: disk5 Size: 320 MB P root.p3 C State: up Subdisks: 1 Size: 320 MB S root.p3.s0 State: up D: disk4 Size: 320 MB P root.p2 C State: up Subdisks: 1 Size: 320 MB S root.p2.s0 State: up D: disk3 Size: 320 MB P root.p1 C State: up Subdisks: 1 Size: 320 MB S root.p1.s0 State: up D: disk2 Size: 320 MB P root.p0 C State: up Subdisks: 1 Size: 320 MB S root.p0.s0 State: up D: disk1 Size: 320 MB V swap State: up Plexes: 2 Size: 1536 MB P swap.p1 S State: up Subdisks: 3 Size: 1536 MB S swap.p1.s0 State: up D: disk4 Size: 512 MB S swap.p1.s1 State: up D: disk5 Size: 512 MB S swap.p1.s2 State: up D: disk6 Size: 512 MB P swap.p0 S State: up Subdisks: 3 Size: 1536 MB S swap.p0.s0 State: up D: disk1 Size: 512 MB S swap.p0.s1 State: up D: disk2 Size: 512 MB S swap.p0.s2 State: up D: disk3 Size: 512 MB V software State: up Plexes: 1 Size: 99 GB P software.p0 R5 State: up Subdisks: 6 Size: 99 GB S software.p0.s0 State: up D: disk1 Size: 19 GB S software.p0.s1 State: up D: disk2 Size: 19 GB S software.p0.s2 State: up D: disk3 Size: 19 GB S software.p0.s3 State: up D: disk4 Size: 19 GB S software.p0.s4 State: up D: disk5 Size: 19 GB S software.p0.s5 State: up D: disk6 Size: 19 GB V bigraid State: up Plexes: 1 Size: 1499 GB P bigraid.p0 R5 State: up Subdisks: 6 Size: 1499 GB S bigraid.p0.s0 State: up D: disk1 Size: 299 GB S bigraid.p0.s1 State: up D: disk2 Size: 299 GB S bigraid.p0.s2 State: up D: disk3 Size: 299 GB S bigraid.p0.s3 State: up D: disk4 Size: 299 GB S bigraid.p0.s4 State: up D: disk5 Size: 299 GB S bigraid.p0.s5 State: up D: disk6 Size: 299 GB /var/run/dmesg.boot GEOM_VINUM: plex request failed for gvinum/plex/bigraid.p0[WRITE(offset=999680403456, length=2048)] GEOM_VINUM: plex request failed for gvinum/plex/bigraid.p0[WRITE(offset=999680405504, length=2048)] GEOM_VINUM: plex request failed for gvinum/plex/bigraid.p0[WRITE(offset=999680407552, length=2048)] GEOM_VINUM: plex request failed for gvinum/plex/bigraid.p0[WRITE(offset=999680409600, length=2048)] GEOM_VINUM: plex request failed for gvinum/plex/bigraid.p0[WRITE(offset=999680411648, length=2048)] GEOM_VINUM: plex request failed for gvinum/plex/bigraid.p0[WRITE(offset=999680413696, length=2048)] GEOM_VINUM: plex request failed for gvinum/plex/bigraid.p0[WRITE(offset=999681032192, length=65536)] GEOM_VINUM: plex request failed for gvinum/plex/bigraid.p0[WRITE(offset=999680415744, length=2048)] GEOM_VINUM: plex request failed for gvinum/plex/bigraid.p0[WRITE(offset=999680417792, length=2048)] GEOM_VINUM: plex request failed for gvinum/plex/bigraid.p0[WRITE(offset=999680419840, length=2048)] GEOM_VINUM: plex request failed for gvinum/plex/bigraid.p0[WRITE(offset=999680421888, length=2048)] GEOM_VINUM: plex request failed for gvinum/plex/bigraid.p0[WRITE(offset=999680423936, length=2048)] GEOM_VINUM: plex request failed for gvinum/plex/bigraid.p0[WRITE(offset=999680442368, length=2048)] GEOM_VINUM: plex request failed for gvinum/plex/bigraid.p0[WRITE(offset=999680444416, length=2048)] GEOM_VINUM: plex request failed for gvinum/plex/bigraid.p0[WRITE(offset=999680446464, length=2048)] GEOM_VINUM: plex request failed for gvinum/plex/bigraid.p0[WRITE(offset=999680448512, length=2048)] GEOM_VINUM: plex request failed for gvinum/plex/bigraid.p0[WRITE(offset=999680450560, length=2048)] GEOM_VINUM: plex request failed for gvinum/plex/bigraid.p0[WRITE(offset=999680452608, length=2048)] GEOM_VINUM: plex request failed for gvinum/plex/bigraid.p0[WRITE(offset=999680454656, length=2048)] GEOM_VINUM: plex request failed for gvinum/plex/bigraid.p0[WRITE(offset=999680456704, length=2048)] GEOM_VINUM: plex request failed for gvinum/plex/bigraid.p0[WRITE(offset=999680983040, length=2048)] GEOM_VINUM: plex request failed for gvinum/plex/bigraid.p0[WRITE(offset=999680985088, length=2048)] GEOM_VINUM: plex request failed for gvinum/plex/bigraid.p0[WRITE(offset=999680987136, length=2048)] GEOM_VINUM: plex request failed for gvinum/plex/bigraid.p0[WRITE(offset=999680989184, length=2048)] GEOM_VINUM: plex request failed for gvinum/plex/bigraid.p0[WRITE(offset=999680991232, length=2048)] GEOM_VINUM: plex request failed for gvinum/plex/bigraid.p0[WRITE(offset=999680993280, length=2048)] GEOM_VINUM: plex request failed for gvinum/plex/bigraid.p0[WRITE(offset=999680995328, length=2048)] GEOM_VINUM: plex request failed for gvinum/plex/bigraid.p0[WRITE(offset=999680997376, length=2048)] GEOM_VINUM: plex request failed for gvinum/plex/bigraid.p0[WRITE(offset=999680999424, length=2048)] GEOM_VINUM: plex request failed for gvinum/plex/bigraid.p0[WRITE(offset=999681001472, length=2048)] 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-RELEASE-p3 #0: Tue Apr 3 13:40:56 UTC 2007 andrew@psyche:/usr/obj/usr/src/sys/GENERIC Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) Pentium(R) D CPU 2.80GHz (2802.81-MHz K8-class CPU) Origin = "GenuineIntel" Id = 0xf64 Stepping = 4 Features=0xbfebfbff Features2=0xe49d,> AMD Features=0x20100800 AMD Features2=0x1 Cores per package: 2 real memory = 1046892544 (998 MB) avail memory = 998174720 (951 MB) ACPI APIC Table: ioapic0: Changing APIC ID to 2 ioapic0 irqs 0-23 on motherboard kbd1 at kbdmux0 ath_hal: 0.9.17.2 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413) acpi0: on motherboard acpi0: Power Button (fixed) Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x408-0x40b on acpi0 cpu0: on acpi0 acpi_perf0: on cpu0 acpi_perf0: failed in PERF_STATUS attach device_attach: acpi_perf0 attach returned 6 acpi_throttle0: on cpu0 acpi_perf0: on cpu0 acpi_perf0: failed in PERF_STATUS attach device_attach: acpi_perf0 attach returned 6 acpi_button0: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pci0: at device 2.0 (no driver attached) pci0: at device 3.0 (no driver attached) em0: port 0x20e0-0x20ff mem 0x50300000-0x5031ffff,0x50324000-0x50324fff irq 20 at device 25.0 on pci0 em0: Ethernet address: 00:16:76:e1:a6:18 uhci0: port 0x20c0-0x20df irq 16 at device 26.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 0x20a0-0x20bf irq 21 at device 26.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 ehci0: mem 0x50325c00-0x50325fff irq 18 at device 26.7 on pci0 ehci0: [GIANT-LOCKED] usb2: EHCI version 1.0 usb2: companion controllers, 2 ports each: usb0 usb1 usb2: on ehci0 usb2: USB revision 2.0 uhub2: Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1 uhub2: 4 ports with 4 removable, self powered pci0: at device 27.0 (no driver attached) pcib1: at device 28.0 on pci0 pci1: on pcib1 pcib2: at device 28.1 on pci0 pci2: on pcib2 atapci0: port 0x1018-0x101f,0x1024-0x1027,0x1010-0x1017,0x1020-0x1023,0x1000-0x100f mem 0x50100000-0x501001ff irq 17 at device 0.0 on pci2 ata2: on atapci0 ata3: on atapci0 pcib3: at device 28.2 on pci0 pci3: on pcib3 pcib4: at device 28.3 on pci0 pci4: on pcib4 pcib5: at device 28.4 on pci0 pci5: on pcib5 uhci2: port 0x2080-0x209f irq 23 at device 29.0 on pci0 uhci2: [GIANT-LOCKED] usb3: on uhci2 usb3: USB revision 1.0 uhub3: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub3: 2 ports with 2 removable, self powered uhci3: port 0x2060-0x207f irq 19 at device 29.1 on pci0 uhci3: [GIANT-LOCKED] usb4: on uhci3 usb4: USB revision 1.0 uhub4: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub4: 2 ports with 2 removable, self powered uhci4: port 0x2040-0x205f irq 18 at device 29.2 on pci0 uhci4: [GIANT-LOCKED] usb5: on uhci4 usb5: USB revision 1.0 uhub5: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub5: 2 ports with 2 removable, self powered ehci1: mem 0x50325800-0x50325bff irq 23 at device 29.7 on pci0 ehci1: [GIANT-LOCKED] usb6: EHCI version 1.0 usb6: companion controllers, 2 ports each: usb3 usb4 usb5 usb6: on ehci1 usb6: USB revision 2.0 uhub6: Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1 uhub6: 6 ports with 6 removable, self powered pcib6: at device 30.0 on pci0 pci6: on pcib6 fwohci0: mem 0x50004000-0x500047ff,0x50000000-0x50003fff irq 19 at device 3.0 on pci6 fwohci0: OHCI version 1.10 (ROM=0) fwohci0: No. of Isochronous channels is 4. fwohci0: EUI64 00:90:27:00:01:bc:08:4a fwohci0: Phy 1394a available S400, 2 ports. fwohci0: Link S400, max_rec 2048 bytes. firewire0: on fwohci0 fwe0: on firewire0 if_fwe0: Fake Ethernet address: 02:90:27:bc:08:4a fwe0: Ethernet address: 02:90:27:bc:08:4a fwe0: if_start running deferred for Giant sbp0: on firewire0 fwohci0: Initiate bus reset fwohci0: node_id=0xc800ffc0, gen=1, CYCLEMASTER mode firewire0: 1 nodes, maxhop <= 0, cable IRM = 0 (me) firewire0: bus manager 0 (me) isab0: at device 31.0 on pci0 isa0: on isab0 atapci1: port 0x2108-0x210f,0x211c-0x211f,0x2100-0x2107,0x2118-0x211b,0x2020-0x203f mem 0x50325000-0x503257ff irq 19 at device 31.2 on pci0 atapci1: AHCI Version 01.10 controller with 6 ports detected ata4: on atapci1 ata5: on atapci1 ata6: on atapci1 ata7: on atapci1 ata8: on atapci1 ata9: on atapci1 pci0: at device 31.3 (no driver attached) ppc0: port 0x378-0x37f,0x778-0x77f irq 7 on acpi0 ppc0: Generic chipset (ECP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/8 bytes threshold ppbus0: on ppc0 plip0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] psm0: irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: model IntelliMouse, device ID 3 sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A orm0: at iomem 0xc0000-0xcafff,0xcb000-0xccfff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: port may not be enabled vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Timecounter "TSC" frequency 2802812614 Hz quality 800 Timecounters tick every 1.000 msec ad8: 476940MB at ata4-master SATA300 ad10: 476940MB at ata5-master SATA300 ad12: 476940MB at ata6-master SATA300 ad14: 476940MB at ata7-master SATA300 ad16: 476940MB at ata8-master SATA300 ad18: 476940MB at ata9-master SATA300 Trying to mount root from ufs:/dev/gvinum/root WARNING: / was not properly dismounted WARNING: /tmp was not properly dismounted WARNING: /usr was not properly dismounted WARNING: /var was not properly dismounted WARNING: /home was not properly dismounted WARNING: /software was not properly dismounted WARNING: /bigraid was not properly dismounted