From owner-freebsd-current@FreeBSD.ORG Fri Nov 28 05:27:19 2003 Return-Path: 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 1092116A4CE; Fri, 28 Nov 2003 05:27:19 -0800 (PST) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C5F843F75; Fri, 28 Nov 2003 05:27:17 -0800 (PST) (envelope-from mb@imp.ch) Received: from cvs.imp.ch (cvs.imp.ch [157.161.4.9]) by mail.imp.ch (8.12.9p2/8.12.3) with ESMTP id hASDR56e081006; Fri, 28 Nov 2003 14:27:06 +0100 (CET) (envelope-from Martin.Blapp@imp.ch) Date: Fri, 28 Nov 2003 14:27:05 +0100 (CET) From: Martin Blapp To: YONETANI Tomokazu In-Reply-To: <20031128111552.GA69277@ergobrains.co.jp> Message-ID: <20031128142547.T16675@cvs.imp.ch> References: <200311270837.hAR8ba1K080927@repoman.freebsd.org> <20031128111552.GA69277@ergobrains.co.jp> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-current@FreeBSD.org cc: Martin Blapp Subject: Re: LOR or panic with ips driver (was Re: cvs commit:src/sys/dev/ips ips.c ips.h ips_commands.c) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 28 Nov 2003 13:27:19 -0000 Hi, > After seeing this commit message, I've upgraded -CURRENT installed on > NetFinity 6000R(with ServeRAID 4H) to catch up with the recent changes. > However, LOR or panic still persists. You can panic your -CURRENT machine > by creating a log of files in a directory. You can do it with a simple > shell script like this: > > $ mkdir foo; i=0; while :; do echo $i > foo/$i; i=$(($i+1)); done Just tested this bug on our ServeRaid 5i, it doesn't happen here. The machines just runs out of inodes. Anyone else with a ServeRAID 4H can try this ? Martin