From owner-freebsd-ppc@FreeBSD.ORG Fri Dec 5 14:43:18 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 2B9C016A4CE; Fri, 5 Dec 2003 14:43:18 -0800 (PST) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9C7E43FD7; Fri, 5 Dec 2003 14:43:16 -0800 (PST) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.12.10/8.12.10) with ESMTP id hB5MhFqt020044 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 5 Dec 2003 17:43:15 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.12.9p2/8.12.9/Submit) id hB5MhAMm009388; Fri, 5 Dec 2003 17:43:10 -0500 (EST) (envelope-from gallatin) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16337.2557.949423.185049@grasshopper.cs.duke.edu> Date: Fri, 5 Dec 2003 17:43:09 -0500 (EST) To: Phil Regnauld In-Reply-To: <20031205224008.GC91010@moof.catpipe.net> References: <3FCD388F.1030708@freebsd.org> <20031205200646.GC77674@moof.catpipe.net> <16336.63333.417610.675929@grasshopper.cs.duke.edu> <16337.1899.841213.22173@grasshopper.cs.duke.edu> <20031205223738.GB91010@moof.catpipe.net> <20031205224008.GC91010@moof.catpipe.net> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid cc: Peter Grehan cc: freebsd-ppc@freebsd.org Subject: Re: Buildworld + new kernel 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, 05 Dec 2003 22:43:18 -0000 Phil Regnauld writes: > Ah, could this be it: > > From: http://homepage.mac.com/joeldiaz/freebsd/FreeBSD_PPC_Installation.html > > NOTE:If you've compiled from source, at the time of this writing, > syscons is not presently in CURRENT. FWIW, I think there is generally some badness in the console code. I built my current kernel natively on a serial console, and the box would hang every few files. After I did make >& /dev/null, the hangs stopped altogether. Now that I've got a password file, I can actually ssh in, so I don't care about the console all that much ;) Drew