From owner-freebsd-stable@FreeBSD.ORG Fri Mar 18 21:34:11 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3896716A4CE; Fri, 18 Mar 2005 21:34:11 +0000 (GMT) Received: from skipjack.no-such-agency.net (skipjack.no-such-agency.net [64.142.114.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAD0143D46; Fri, 18 Mar 2005 21:34:10 +0000 (GMT) (envelope-from jpp@cloudview.com) Received: from skipjack.no-such-agency.net (localhost [127.0.0.1]) by skipjack.no-such-agency.net (Postfix) with ESMTP id 85E6B34D453; Fri, 18 Mar 2005 13:34:10 -0800 (PST) Received: from [192.168.2.120] (blackhole.no-such-agency.net [64.142.103.196]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by skipjack.no-such-agency.net (Postfix) with ESMTP id DC0A334D437; Fri, 18 Mar 2005 13:34:09 -0800 (PST) Message-ID: <423B4951.2070401@cloudview.com> Date: Fri, 18 Mar 2005 13:34:09 -0800 From: John Pettitt Organization: CloudView Photographic User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-usb@freebsd.org, freebsd-questions , freebsd-stable@freebsd.org X-Enigmail-Version: 0.90.1.1 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-AV-Checked: by skipjack Subject: USB disk hang - 5.4PRE - gstripe X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Mar 2005 21:34:11 -0000 I just upgraded a box to 5.4PRE and started experiencing regular system hangs at exactly 1AM - I traced it to BackupPC which was starting it's run at that time backing up to a gstripe set made from two 300GB USB disks. The first thing I assumed was that something in Samba or perl didn't like the 5.4 upgrade so I rebuilt my entire ports tree (portupgrade -fa) to be sure I had no old libs. It still fails. Next I moved the two drives out of their USB housings and put them on the IDE controller (disconnecting the CD burner to make space). It's working fine like that (all be it with disks hanging out the side of the machine). So it looks like USB is the culprit. A few data points: 1) It worked fine on 5.3 2) Motherboard is an Intel D845GVSR with a Celeron D 2.9Ghz and 512Mb Ram 3) USB disk interfaces are from a couple of WD external drives (although the drives are in fact Maxtor because I upgraded them WD boxes) 4) A single WD250GB disk also on USB seems to work fine it's only the stripe set that has a problem 5) When it fails the entire disk system locks (including IDE) but the machines keeps running until each process locks as it needs to talk to the disk 6) No meaningful syslog log entries Any ideas?