From owner-freebsd-ppc@FreeBSD.ORG Fri May 20 00:21:20 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 CD49F16A4CE for ; Fri, 20 May 2005 00:21:20 +0000 (GMT) Received: from liberty.onthenet.com.au (liberty.OntheNet.com.au [203.22.124.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43E3A43DA8 for ; Fri, 20 May 2005 00:21:19 +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])j4K0LGnP072350; Fri, 20 May 2005 10:21:17 +1000 (EST) (envelope-from grehan@freebsd.org) Message-ID: <428D2D6C.5050601@freebsd.org> Date: Fri, 20 May 2005 10:21:00 +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> In-Reply-To: <428CFF53.7070907@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 00:21:20 -0000 Hi Andreas, > I was able to netboot my AL book (the ti too, but it does not work with > kbd) with this latest snapshot. > The filesystem was no more ro, the base processes could write. ... > Here I'm stuck. I do not know on how (if) to go on. On a diskless system, there are some filesystems that should be made out of ramdisks locally - /var is one of those. The handbook kinda mentions it: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-diskless.html Maybe what you need to do is to export the root filesystem as read-only, and then have a r/w /usr filesystem - the scripts in /etc/rc.d seem like they recognise that situation and create the appropriate ramdisk /tmp and /var filesystems. > Other issues I saw: > > My AL book is a 1.5GHz book: > > cpu0: Motorola PowerPC 7447A revision 1.1, 752.32 MHz > cpu0: HID0 8450c0bc > > In the messages it reports the above. Half of the cpu clock. I think what is happening here is that recent portables don't boot to their full speed immediately to conserve power and reduce heat. They can be shifted up to their full speed with a complicated programming sequence: http://mail-index.netbsd.org/port-macppc/2002/08/05/0002.html > Also, instead of mounting via nfs I tried to install onto a fw drive: > > firewire0: New S400 device ID:0001a30000054263 > kernel: da0 at sbp0 bus 0 target 0 lun 0 > kernel: da0: Fixed Direct Access SCSI-0 device > da0: 50.000MB/s transfers > kernel: da0: 57231MB (117210240 512 byte sectors: 255H 63S/T 7296C) > > Here it complains that it cannot mount da0s3, permission denied. Is this > not yet supported? Should be - the install ISO was built on an external firewire drive. Can you do a 'sysctl -b kern.geom.conftxt' to see the partitions ? I will admit, I've only ever used an Apple-partition-map formatted drive, so if this is MBR, that could be an issue. > Ok, last q, just for the curious, what was the issue of having the nfs > only ro? See rev 1.175 and 1.176 of nfs/nfs_vfsops.c: http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/nfsclient/nfs_vfsops.c later, Peter.