From owner-freebsd-questions@FreeBSD.ORG Thu Jan 13 17:17:03 2005 Return-Path: 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 9DE9E16A4CE for ; Thu, 13 Jan 2005 17:17:03 +0000 (GMT) Received: from smtp-out6.blueyonder.co.uk (smtp-out6.blueyonder.co.uk [195.188.213.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6ABA543D45 for ; Thu, 13 Jan 2005 17:17:02 +0000 (GMT) (envelope-from alex.shaw@bulletonline.com) Received: from zaphod.bulletonline.co.uk ([81.171.196.56]) by smtp-out6.blueyonder.co.uk with Microsoft SMTPSVC(5.0.2195.6713); Thu, 13 Jan 2005 17:17:34 +0000 Date: Thu, 13 Jan 2005 17:21:39 +0000 From: Alex Shaw To: freebsd-questions@freebsd.org Message-Id: <20050113172139.41413ca8@zaphod.bulletonline.co.uk> In-Reply-To: <20050113153546.87725.qmail@web50908.mail.yahoo.com> References: <20050113153546.87725.qmail@web50908.mail.yahoo.com> Organization: Bullet Online X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 13 Jan 2005 17:17:34.0483 (UTC) FILETIME=[C5A7BE30:01C4F993] Subject: kernel panic booting 5.3 releng X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jan 2005 17:17:03 -0000 Hi, Im experiancing a problem while updating my laptop to 5.3. I currently run 5.1-RELEASE version from a while back (should have updated a long time ago I know), on my Dell C840 Latitude. I followed the instructions on http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html cvsuping from the RELENG_5_3 At the point where I reboot into single user mode it all falls over. The new GENERIC kernel fails to boot, stopping after the memory detection with a kernel panic page fault 12. The instruction pointer is 0x8:0xc0621604 Digging about I found the faq here http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/advanced.html#KERNEL-PANIC-TROUBLESHOOTING After following the instructions and running the following nm -n /boot/kernel/kernel | grep 06216 I get the following two functions returned c0621664 t sysctl_bus c0621688 t sysctl_devices >From this information can anyone give me an idea of whats going wrong ?, or how/where I might go about fixing it ?. I have included the result of a boot attempt below. ... real memory = 536748032 (511MB) avail memory = 515559424 (491MB) kernel trap 12 with interrupts disabled Fatal trap 12: page fault while in kernel mode fault virtual address = 0x696370 fault code = supervisor read, page not present instruction pointer = 0x8:0xc0621604 stack pointer = 0x10:0xc0c21d48 frame pointer = 0x10:0xc0c21d58 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = resume, 10PL=0 current process = 0 (swapper) trap number = 12 panic: page fault uptime: 1s I havent gone any further in the update process, as I can still boot my machine using the old kernel now saved to /boot/safe. I didnt want to run the install world if the new kernel wont boot, fearing it would update and overwrite crucial bits of the OS and prevent the laptop from booting the old kernel. I'm lost really in where to go from here or what the best options are to try and get the machine updated correctly. Thanks Alex --