From owner-freebsd-current@FreeBSD.ORG Mon Aug 30 19:06:13 2004 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 379D616A4CE; Mon, 30 Aug 2004 19:06:13 +0000 (GMT) Received: from av1-1-sn3.vrr.skanova.net (av1-1-sn3.vrr.skanova.net [81.228.9.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA38443D54; Mon, 30 Aug 2004 19:06:12 +0000 (GMT) (envelope-from daniel_k_eriksson@telia.com) Received: by av1-1-sn3.vrr.skanova.net (Postfix, from userid 502) id 1DFC037F48; Mon, 30 Aug 2004 21:06:12 +0200 (CEST) Received: from smtp1-2-sn3.vrr.skanova.net (smtp1-2-sn3.vrr.skanova.net [81.228.9.178]) by av1-1-sn3.vrr.skanova.net (Postfix) with ESMTP id 0A93F37E47; Mon, 30 Aug 2004 21:06:12 +0200 (CEST) Received: from gadget (h130n1fls11o822.telia.com [213.64.66.130]) by smtp1-2-sn3.vrr.skanova.net (Postfix) with ESMTP id D87C438022; Mon, 30 Aug 2004 21:06:10 +0200 (CEST) From: "Daniel Eriksson" To: "'Pawel Jakub Dawidek'" Date: Mon, 30 Aug 2004 21:06:12 +0200 Organization: Home Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Thread-Index: AcSOxGo3Qh8ZmE8rShyHRnaXT0MkLQ== cc: freebsd-current@freebsd.org Subject: RE: ataraid + geom_stripe problems 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: Mon, 30 Aug 2004 19:06:13 -0000 Pawel Jakub Dawidek wrote: > When new provider is created it is given for taste to other classes. > This interrupt storm could be a result of some kind of abuse from > one of existing classes. > > Could you provide output of command: > > # sysctl -b kern.geom.conftxt | awk '{print $2}' | sort | uniq This is the output from the current system (no geom_stripe, and gvinum started): # sysctl -b kern.geom.conftxt | awk '{print $2}' | sort | uniq BSD DISK MBR VINUMDRIVE VINUMPLEX VINUMVOLUME > It will be good if you could try unload some classes (gvinum, > etc.) before loading geom_stripe, just to be sure. At the time of the error, no other modules were loaded (except acpi). This was right after booting the machine in single-user mode. > Increasing kern.geom.stripe.debug could be also interesting. When (if?) I try this again, I'll be sure to increase that setting. /Daniel Eriksson