From owner-freebsd-hackers@FreeBSD.ORG Tue Feb 27 06:28:27 2007 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1BDB016A401; Tue, 27 Feb 2007 06:28:27 +0000 (UTC) (envelope-from joe@netmusician.org) Received: from netmusician.org (netmusician.org [216.9.132.179]) by mx1.freebsd.org (Postfix) with ESMTP id E405313C48D; Tue, 27 Feb 2007 06:28:26 +0000 (UTC) (envelope-from joe@netmusician.org) Received: from localhost (localhost [127.0.0.1]) by netmusician.org (Postfix) with ESMTP id 732DD7E8D3; Tue, 27 Feb 2007 01:28:26 -0500 (EST) X-Virus-Scanned: by amavisd-new at netmusician.org Received: from netmusician.org ([127.0.0.1]) by localhost (netmusician.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tRGbZ1pg0oQM; Tue, 27 Feb 2007 01:28:26 -0500 (EST) Received: from [192.168.0.2] (74-130-30-11.dhcp.insightbb.com [74.130.30.11]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by netmusician.org (Postfix) with ESMTP id CF1CB7E8C3; Tue, 27 Feb 2007 01:28:25 -0500 (EST) Mime-Version: 1.0 (Apple Message framework v752.2) In-Reply-To: <20070227043324.GX844@turion.vk2pj.dyndns.org> References: <39E24107-964D-414C-95D1-5B1C376291E4@netmusician.org> <001001c759a6$438d5ed0$3c01a8c0@coolf89ea26645> <73B261EE-79C5-4773-B563-9D9FCA16B4C8@netmusician.org> <20070227043324.GX844@turion.vk2pj.dyndns.org> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <07E8C3BD-8764-488B-8CD7-D8A106D922C1@netmusician.org> Content-Transfer-Encoding: 7bit From: Joe Auty Date: Tue, 27 Feb 2007 01:28:07 -0500 To: FreeBSD Questions , freebsd-hackers@freebsd.org X-Pgp-Agent: GPGMail 1.1.2 (Tiger) X-Mailer: Apple Mail (2.752.2) Cc: Subject: Re: kernel panic at boot on any 6.x OS *SOLVED!* X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2007 06:28:27 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Sort of... Thanks for everybody that has helped me! It turns out I had a couple of rc.d scripts in /usr/local/etc/rc.d that were doing kldloads: rtc.sh and kqemu.sh - one of these was causing the panic. It might be worthwhile adding to the world rebuild doc a suggestion to grep kldload /usr/local/etc/rc.d and disable/ remove these services... Or, simply moving /usr/local/etc/rc.d might also be worthwhile test. I guess the trick here was not considering that user space apps would be trying to do a kldload, and that calling upon a module that is either missing in /boot/kernel or /boot/modules or resides outside of /boot can trigger these panics. Always the most simple of solutions that kicks you in the ass, isn't it? =) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (Darwin) iD8DBQFF4894CgdfeCwsL5ERAlvfAKCiLEGZMTsGonn0OrdlTTMCp9GeZACePQ2V WCwXuHBFh/FOVsDJLa84Yks= =85PR -----END PGP SIGNATURE-----