From owner-freebsd-current@FreeBSD.ORG Mon Oct 17 11:05:26 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EB1B16A41F for ; Mon, 17 Oct 2005 11:05:26 +0000 (GMT) (envelope-from mike@sentex.net) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F2CB43D7E for ; Mon, 17 Oct 2005 11:05:06 +0000 (GMT) (envelope-from mike@sentex.net) Received: from pumice6.sentex.ca (pumice6.sentex.ca [64.7.153.21]) by smarthost1.sentex.ca (8.13.3/8.13.3) with ESMTP id j9HB56GT055579 for ; Mon, 17 Oct 2005 07:05:06 -0400 (EDT) (envelope-from mike@sentex.net) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by pumice6.sentex.ca (8.13.4/8.13.4) with ESMTP id j9HB56BA054537; Mon, 17 Oct 2005 07:05:06 -0400 (EDT) (envelope-from mike@sentex.net) Received: from simian.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.13.3/8.13.3) with ESMTP id j9HB54po011208 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 17 Oct 2005 07:05:04 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <6.2.3.4.0.20051017070224.0648fec0@64.7.153.2> X-Mailer: QUALCOMM Windows Eudora Version 6.2.3.4 Date: Mon, 17 Oct 2005 07:05:16 -0400 To: "Dan Langille" , freebsd-current@freebsd.org From: Mike Tancsa In-Reply-To: <43534A94.23734.93A68246@localhost> References: <43534A94.23734.93A68246@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: by amavisd-new X-Scanned-By: MIMEDefang 2.51 on 64.7.153.18 X-Scanned-By: MIMEDefang 2.53 on 64.7.153.21 Cc: Subject: Re: RAID on 6.0-RC1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2005 11:05:26 -0000 At 06:54 AM 17/10/2005, Dan Langille wrote: >Anyone running RAID on 6.0-RC1, specifically twed? Yes. % uname -a FreeBSD tor1-o.sentex.ca 6.0-RC1 FreeBSD 6.0-RC1 #0: Wed Oct 12 10:08:51 EDT 2005 mdtancsa@tor1-o.sentex.ca:/usr/obj/usr/src/sys/global i386 % df Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/twed0s1a 1012974 63220 868718 7% / devfs 1 1 0 100% /dev /dev/twed0s1e 10154158 694842 8646984 7% /home /dev/twed0s1f 20308398 4 18683724 0% /securestorage /dev/twed0s1g 2026030 6000 1857948 0% /tmp /dev/twed0s1d 20308398 2645286 16038442 14% /usr /dev/twed0s1h 19831118 499396 17745234 3% /var devfs 1 1 0 100% /var/named/dev >When booting from the 6.0-RC1 install CD, I'm getting twed0 found on >probing. The results look right. But then the install freezes (I >waited an hour). I have a screen shot which produced with a boot -v: Where does it get stuck when doing a boot -v ---Mike