From owner-freebsd-ppc@FreeBSD.ORG Mon Dec 1 00:45:37 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 743B016A4CE for ; Mon, 1 Dec 2003 00:45:37 -0800 (PST) Received: from liberty.onthenet.com.au (liberty.OntheNet.com.au [203.22.124.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id D920B43FDD for ; Mon, 1 Dec 2003 00:45:35 -0800 (PST) (envelope-from grehan@freebsd.org) Received: from freebsd.org (CPE-30-7.dsl.onthenet.net [203.144.30.7]) hB18jYZG019765; Mon, 1 Dec 2003 18:45:34 +1000 (EST) (envelope-from grehan@freebsd.org) Message-ID: <3FCAFFAD.7020102@freebsd.org> Date: Mon, 01 Dec 2003 18:45:33 +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: Mark Kirkwood References: <3FBC803E.9040900@paradise.net.nz> <3FBCC515.4080200@freebsd.org> <3FC921CA.1000306@paradise.net.nz> <3FC9B40F.2090500@freebsd.org> <3FCAF108.9080904@paradise.net.nz> <3FCAFCE6.7000702@paradise.net.nz> In-Reply-To: <3FCAFCE6.7000702@paradise.net.nz> 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: Mon, 01 Dec 2003 08:45:37 -0000 Hi Mark, > hmmm - looks like I need to lead the loader by the nose : > > OK> set hw.syscons.disable=1 > OK> set currdev=hd:11 > OK> unload > OK> boot /boot/kernel/kernel -s I think there's a binary mismatch between the new loader and the syscons'd-kernel - "boot -s" works fine on an up-to-date kernel. But at least there's workarounds - the other is to "set boot_single=yes". > [off to see if he can get multi user to work...] Don't forget to disable sendmail as per the instructions. I've still to track down that problem. Also, with the openfirmware console, full-screen editing really doesn't work. It's almost better to edit the files offline, manually config the net interface and ftp them across. later, Peter.