From owner-freebsd-hackers Wed Jan 8 10:41:32 2003 Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 663D137B401 for ; Wed, 8 Jan 2003 10:41:31 -0800 (PST) Received: from puffin.mail.pas.earthlink.net (puffin.mail.pas.earthlink.net [207.217.120.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC3E743E4A for ; Wed, 8 Jan 2003 10:41:30 -0800 (PST) (envelope-from tlambert2@mindspring.com) Received: from pool0333.cvx40-bradley.dialup.earthlink.net ([216.244.43.78] helo=mindspring.com) by puffin.mail.pas.earthlink.net with asmtp (SSLv3:RC4-MD5:128) (Exim 3.33 #1) id 18WL8q-0004Up-00; Wed, 08 Jan 2003 10:41:29 -0800 Message-ID: <3E1C708A.39A5CFE0@mindspring.com> Date: Wed, 08 Jan 2003 10:40:10 -0800 From: Terry Lambert X-Mailer: Mozilla 4.79 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: wade Cc: freebsd-hackers@freebsd.org Subject: Re: Kernel panic on 4.7-STABLE to 5.0 RC2 upgrade. References: <3.0.32.20030108092801.01faf100@mail.wavefire.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-ELNK-Trace: b1a02af9316fbb217a47c185c03b154d40683398e744b8a4559fcb4fd746cb5c4bc5fc801225f105667c3043c0873f7e350badd9bab72f9c350badd9bab72f9c Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG wade wrote: > Hello, > > I sent this to -current a few days ago and got no response so I thought I > would try here. > > I recently attempted to upgrade on of my servers from 4.7 STABLE to 5.0 > RC2 using the "Upgrade" facility of sysinstall. After choosing all the > options I needed, the upgrade proceeded through its fsck and started > unpacking off the CD. > This is where things go sour. About 20% of the way through the first round > of "Extracting .... into /", I got a page fault/kernel panic and a reboot. > Unfortunately, no other useful information was presented. This problem is > limited to 5.0 as I am able to recover a usable machine by installing 4.7 > Release using the same method. You need to make your own CD. This CD should have a full non-symbol-stripped kernel, built with "options DDB" and "options BREAK_TO_DEBUGGER". From this, you will be able to tell us where it's failing. Because RC2 was not tagged, because We Fear CVS Tags(tm), you will need to use a date in order to create your own RC2. It is suggested that you build a standard version (useless for this type of debugging) first, to verify that you can repeat the error, so that you will be able to tell the difference between an error that went away because your source does not precisely match that of RC2, and an error that went away because there's a memory map issue that was effected by a larger memory disk image and/or a larger kernel image and/or the symbols being included, etc.. -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message