From owner-freebsd-current@FreeBSD.ORG Fri Jun 24 20:27:37 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 D0D0E16A41C for ; Fri, 24 Jun 2005 20:27:37 +0000 (GMT) (envelope-from thierry@herbelot.com) Received: from postfix3-2.free.fr (postfix3-2.free.fr [213.228.0.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9303943D48 for ; Fri, 24 Jun 2005 20:27:37 +0000 (GMT) (envelope-from thierry@herbelot.com) Received: from herbelot.dyndns.org (bne75-4-82-227-159-103.fbx.proxad.net [82.227.159.103]) by postfix3-2.free.fr (Postfix) with ESMTP id B7B81C00A for ; Fri, 24 Jun 2005 22:27:36 +0200 (CEST) Received: from diversion.herbelot.nom (diversion.herbelot.nom [192.168.2.6]) by herbelot.dyndns.org (8.13.3/8.13.3) with ESMTP id j5OKRU2I004904; Fri, 24 Jun 2005 22:27:32 +0200 (CEST) From: Thierry Herbelot To: freebsd-current@freebsd.org Date: Fri, 24 Jun 2005 22:27:26 +0200 User-Agent: KMail/1.8 References: <20050624145923.P83036@odysseus.silby.com> In-Reply-To: <20050624145923.P83036@odysseus.silby.com> X-Warning: Windows can lose your files X-Op-Sys: Le FriBi de la mort qui tue X-Org: TfH&Co X-MailScanner: Found to be clean MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Content-Disposition: inline Message-Id: <200506242227.28514.thierry@herbelot.com> Cc: Mike Silbersack Subject: Re: new panics X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: thierry@herbelot.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jun 2005 20:27:37 -0000 Le Friday 24 June 2005 22:01, Mike Silbersack a écrit : > > So, either I need to improve the code to be more useful, or we could do > some quick code inspection - which network devices are you using, and are > you using any features like ipfw, netgraph, etc? Nothing special for me : this is just a sort of tinderbox, just used to compile the latest -current. The interface is an rl, there are two sound cards (es137x and mss), and the system is run from a geom_mirror volume, partitioned in /var /usr and /tmp - the root fs is on a separate slice. there is no firewall, and netgraph is not used either. The kernel is a straight GENERIC. ACPI is broken on this machine. I will try tomorrow to run a recent kernel with only the geom_mirror kld loaded. Cheers, TfH