From owner-freebsd-ppc@FreeBSD.ORG Mon Dec 1 16:07:41 2003 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 513EE16A4CE for ; Mon, 1 Dec 2003 16:07:41 -0800 (PST) Received: from liberty.onthenet.com.au (liberty.OntheNet.com.au [203.22.124.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD8CC43F75 for ; Mon, 1 Dec 2003 16:07:35 -0800 (PST) (envelope-from grehan@freebsd.org) Received: from freebsd.org (CPE-30-7.dsl.onthenet.net [203.144.30.7]) hB207GZG021523; Tue, 2 Dec 2003 10:07:18 +1000 (EST) (envelope-from grehan@freebsd.org) Message-ID: <3FCBD7B3.1030307@freebsd.org> Date: Tue, 02 Dec 2003 10:07:15 +1000 From: Peter Grehan User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030524 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Phil Regnauld References: <3FBC803E.9040900@paradise.net.nz> <3FBCC515.4080200@freebsd.org> <3FC921CA.1000306@paradise.net.nz> <3FC9B40F.2090500@freebsd.org> <20031201164251.GE27722@moof.catpipe.net> In-Reply-To: <20031201164251.GE27722@moof.catpipe.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-ppc@freebsd.org Subject: Re: Project Status X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 00:07:41 -0000 Hi Phil, > This fixed my '\' character at the loader prompt That was caused by a Forth file being included and not understood by the previous Forth-less loader. >panic: vn_pageout_flush: partially invalid page 0xe03b0440 index 0/1 > Stopped at 0x3496f3: lwz r0, r1, 0x14 I get this panic when untarring on my 128Mb notebook (and the 64Mb B&W G3 :). Still investigating. It's easy to reproduce on machines with more amounts of ram. Just create a file larger than memory size, and then dd it to /dev/zero. When running 'top', free memory gradually drops to zero, and when the pager kicks in the panic happens. >VM activity seems to panic the system here and there. Is it the same panic ? >zstty0 and zstty1 are probed, but where the heck are these >located physically on a G4 ? One is the modem, the other one may not be connected. There are third-party converters that bring out a standard serial port (e.g. Griffin g4Port). later, Peter.