From owner-freebsd-questions@FreeBSD.ORG Thu Dec 7 23:31:27 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DBB1F16A4A7 for ; Thu, 7 Dec 2006 23:31:27 +0000 (UTC) (envelope-from lane@joeandlane.com) Received: from elasmtp-dupuy.atl.sa.earthlink.net (elasmtp-dupuy.atl.sa.earthlink.net [209.86.89.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4748043CC5 for ; Thu, 7 Dec 2006 23:30:00 +0000 (GMT) (envelope-from lane@joeandlane.com) Received: from [66.47.111.183] (helo=joeandlane.com) by elasmtp-dupuy.atl.sa.earthlink.net with asmtp (Exim 4.34) id 1GsShZ-00040J-KM for freebsd-questions@freebsd.org; Thu, 07 Dec 2006 18:30:53 -0500 Received: from joeandlane.com (localhost.localnet.local [127.0.0.1]) by joeandlane.com (8.13.8/8.13.1) with ESMTP id kB7NXVOa096738 for ; Thu, 7 Dec 2006 17:33:31 -0600 (CST) (envelope-from lane@joeandlane.com) Received: from localhost (localhost [[UNIX: localhost]]) by joeandlane.com (8.13.8/8.13.1/Submit) id kB7NXVU1096737 for freebsd-questions@freebsd.org; Thu, 7 Dec 2006 17:33:31 -0600 (CST) (envelope-from lane@joeandlane.com) X-Authentication-Warning: joeandlane.com: lholcombe set sender to lane@joeandlane.com using -f From: Lane To: freebsd-questions@freebsd.org Date: Thu, 7 Dec 2006 17:33:31 -0600 User-Agent: KMail/1.9.4 References: <2681.70.155.90.95.1164150679.squirrel@www.inemy.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200612071733.31267.lane@joeandlane.com> X-CD-SOLUTIONS-MailScanner-Information: Please contact the ISP for more information X-CD-SOLUTIONS-MailScanner: Found to be clean X-CD-SOLUTIONS-MailScanner-From: lane@joeandlane.com X-ELNK-Trace: e56a4b6ca9bdfda11aa676d7e74259b7b3291a7d08dfec7948a2da2eaead5dbb2b3967053376bcf0350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 66.47.111.183 Subject: Re: Dell - kernel panic problems 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, 07 Dec 2006 23:31:27 -0000 On Thursday 07 December 2006 16:28, Andrew Boring wrote: > On Nov 21, 2006, at 6:11 PM, andrew@inemy.com wrote: > > I have problems with what appears to be kernel panics when accessing > > the > > disk (either reading or writing). This box does nothing at the moment > > but > > wait for me to install and configure something, since it's a test box > > and > > hasn't even made it to live testing yet. > > > > The panics usually happen when installing something via Ports. Today, > > as I > > was running a "make clean", I managed to get this one: > > > > Fatal trap 12: page fault while in kernel mode > > fault virtual address = 0x20000 > > fault code = supervisor read, page not present > > instruction pointer = 0x20:0xc083f0dc > > Well, I'm disappointed that no one even responded with an RTFM > somewhere that could I find more information on this. As it happens, a > google search eventually pointed me back to this section of the FAQ: > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/ > advanced.html#KERNEL-PANIC-TROUBLESHOOTING > > So here's the instruction pointer matching with the symbol table: > > #nm -n /boot/kernel/kernel | grep c083f > c083f06c T pmap_clear_modify > > It's possible that my instruction pointer in my first email above was > typo'ed, since I handwrote the panic output and typed it into my email. > > Any suggestions? I'm recompiling the GENERIC kernel with options DDB so > I can capture the crash dump...but I would like to know if anyone has > any suggestions in the meantime. > > -Andrew > > _______________________________________________ Andrew, Sorry no one responded. How 'bout a uname -a plus dmesg and some information about the install status... You indicate with "The panics usually happen when installing something via Ports" that the system is fully installed, but that is not absolutely clear. And from this vantage, with this information, troubleshooting would only be shooting in the dark at this point. Looking forward to hearing back. lane