From owner-freebsd-ppc@FreeBSD.ORG Sat Jul 30 11:19:58 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 67FDC16A41F for ; Sat, 30 Jul 2005 11:19:58 +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 CF11A43D46 for ; Sat, 30 Jul 2005 11:19:57 +0000 (GMT) (envelope-from grehan@freebsd.org) Received: from [203.144.2.167] (CPE-2-167.dsl.OntheNet.net [203.144.2.167]) by liberty.onthenet.com.au (8.12.9 - 20030918/8.12.9) with ESMTP id j6UBJb7v084000; Sat, 30 Jul 2005 21:19:38 +1000 (EST) (envelope-from grehan@freebsd.org) Message-ID: <42EB6258.7090804@freebsd.org> Date: Sat, 30 Jul 2005 21:19:52 +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: gil verthaim References: <42E7A9D3.5080704@actcom.net.il> <42E831A6.8000902@freebsd.org> <42E8BC33.6080900@actcom.net.il> <42E8E486.7030602@actcom.net.il> <42E8ED02.2080908@actcom.net.il> In-Reply-To: <42E8ED02.2080908@actcom.net.il> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ppc@freebsd.org Subject: Re: freebsd 6.0 beta1/ppc on emac 1250mhz: install atempt report 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, 30 Jul 2005 11:19:58 -0000 > in a resent installation atampt i have now found a new problem: > the init script can execute getty becose it doesnt finds the any of the > virtual teminal /dev entry > > example: > "init:cant exec getty '/usr/libexecgetty' for prot /dev/ttyvX no such > file or dicrectory" > > and keeps looping in attempt to find them... Would you be able to boot into single-user mode (boot -s at the loader prompt) and 'ls /dev' when you get to the root prompt ? The syscons ttyv* entries are createc by devfs, so the only reason I could think that they don't show up is that there is no /dev directory on the root filesystem. But, in that case, init bombs out very early because it can't open /dev/console. later, Peter.