From owner-freebsd-ppc@FreeBSD.ORG Fri May 20 23:48:24 2005 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 4AB3716A4CE for ; Fri, 20 May 2005 23:48:24 +0000 (GMT) Received: from liberty.onthenet.com.au (liberty.OntheNet.com.au [203.22.124.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 534B743D8D for ; Fri, 20 May 2005 23:48:22 +0000 (GMT) (envelope-from grehan@freebsd.org) Received: from [203.144.25.99] (cpe-99-25.fr-dsl.bris.onthenet.net [203.144.25.99])j4KNmLnP079949; Sat, 21 May 2005 09:48:21 +1000 (EST) (envelope-from grehan@freebsd.org) Message-ID: <428E7734.9060606@freebsd.org> Date: Sat, 21 May 2005 09:48:04 +1000 From: Peter Grehan User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20041016 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andreas Tobler References: <428BC6D0.90207@freebsd.org> <428CFF53.7070907@pop.agri.ch> <428D2D6C.5050601@freebsd.org> <428E59DE.9000900@pop.agri.ch> In-Reply-To: <428E59DE.9000900@pop.agri.ch> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-ppc@freebsd.org Subject: Re: Updated install ISO 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: Fri, 20 May 2005 23:48:24 -0000 Hi Andreas, > Well, the handbook is a bit vague. I managed to boot via nfs after > tweaking var and tmp in init.d. I told them that I have a ro /. > Then they created a /dev/md* (ramdisk, right?) > Ok, with this hack I was able boot, but I couldn't add a user nor was I > able to create a master.passwd. That's definitely a file-locking issue. >> http://mail-index.netbsd.org/port-macppc/2002/08/05/0002.html > > > Ah, Ben the man. Ok, where would such a sequence go? > arch/powerpc/macppc? ? cpu_setup ? It's sys/powerpc on FreeBSD, but the actions are split across the /powerpc and /powermac directories. Very ugly :( Anyways, there's no PMU support yet so it's moot for the time being. > For example I tried to build a kernel. Seems very unstable, I often got > a sig 11 and retrying solved it until the next error. > Also, a buildworld was non predictable in behavior. How much RAM and swap do you have ? It might be worth running 'top' in another login window to see what's going on. later, Peter.