From owner-freebsd-questions@FreeBSD.ORG Thu May 18 08:57:53 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E926016A408 for ; Thu, 18 May 2006 08:57:53 +0000 (UTC) (envelope-from steinex@nognu.de) Received: from shodan.nognu.de (shodan.nognu.de [85.14.216.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F48043D45 for ; Thu, 18 May 2006 08:57:52 +0000 (GMT) (envelope-from steinex@nognu.de) Received: by shodan.nognu.de (Postfix, from userid 1002) id 87254B845; Thu, 18 May 2006 10:57:51 +0200 (CEST) Date: Thu, 18 May 2006 10:57:51 +0200 From: Frank Steinborn To: Kris Kennaway Mail-Followup-To: Kris Kennaway , FreeBSD Questions References: <20060518043629.GA29966@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060518043629.GA29966@xor.obsecurity.org> Message-Id: <20060518085751.87254B845@shodan.nognu.de> Cc: FreeBSD Questions Subject: Re: kernel panic on kldload in 6.1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 08:57:54 -0000 Kris Kennaway wrote: > It sounds like you have an old (6.0) module you're still trying to > load. Things like the nvidia driver and other ports are prime > candidates. > > Kris Does that mean that all the panic-issues with kld(un)load are fixed in 6.1? I crashed an important 6.0-STABLE box several times by trying to unload procfs for example and I don't want to run in such nightmares again by fiddling with klds unless I'm sure it's safe now.