From owner-freebsd-ppc@FreeBSD.ORG Sat Jul 16 00:50:05 2005 Return-Path: X-Original-To: freebsd-ppc@freebsd.org 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 6570B16A41C for ; Sat, 16 Jul 2005 00:50:05 +0000 (GMT) (envelope-from grehan@freebsd.org) Received: from liberty.onthenet.com.au (liberty.OntheNet.com.au [203.22.124.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBA6A43D45 for ; Sat, 16 Jul 2005 00:50:04 +0000 (GMT) (envelope-from grehan@freebsd.org) Received: from [203.144.2.137] (CPE-2-137.dsl.OntheNet.net [203.144.2.137]) by liberty.onthenet.com.au (8.12.9 - 20030918/8.12.9) with ESMTP id j6G0o37v023740 for ; Sat, 16 Jul 2005 10:50:03 +1000 (EST) (envelope-from grehan@freebsd.org) Message-ID: <42D859BE.6060100@freebsd.org> Date: Sat, 16 Jul 2005 10:50:06 +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: freebsd-ppc@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: FreeBSD/ppc 6.0-BETA1 isos X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Jul 2005 00:50:05 -0000 Hi all, Not sure if y'all saw the announcement on the freebsd-hackers list: http://docs.freebsd.org/cgi/mid.cgi?42D79676.6040606 Unfortunately, there are a couple of regressions in the BETA1 install iso from the last iso I put up, so I'd recommend giving this one a miss and waiting for the next beta build, unless you want to upgrade and are prepared for some of the annoyances. They are: - Filesystem info isn't written out correctly to /etc/fstab. The kernel will drop into the mountroot> prompt since the loader can't find the root filesystem. workaround: manually specify the root filesystem at the mountroot> prompt, and then edit /etc/fstab once the system has booted. - The ttys file should have the ttya/ttyb entries removed. There will be console message printed complaining that they can't be opened. workaround: manually edit /etc/ttys to remove said lines. - The OpenFirmware syscons code spits out some kernel printfs when going to multi-user "ofwfb_ioctl: uimplemented" workaround: none, these can be ignored. - sysinstall prints the GEM ethernet as workaround: none, can be ignored. These will be fixed in the next beta release. later, Peter.