From owner-freebsd-current Thu Dec 20 8: 7:27 2001 Delivered-To: freebsd-current@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 3402D37B447; Thu, 20 Dec 2001 08:07:15 -0800 (PST) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id DAA20874; Fri, 21 Dec 2001 03:07:13 +1100 Date: Fri, 21 Dec 2001 03:07:11 +1100 (EST) From: Bruce Evans X-X-Sender: To: Brian Fundakowski Feldman Cc: Subject: Re: CD-ROM installation of -CURRENT broken? In-Reply-To: <200112192214.fBJMEUn33561@green.bikeshed.org> Message-ID: <20011221025513.S1790-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 19 Dec 2001, Brian Fundakowski Feldman wrote: > Does anyone know when installation of -CURRENT from CD-ROM got broken or a > solution thereof? We end up having two problems: the fixit shell doesn't > work, but before that an actual installation doesn't work because > sysinstall's attempt to mount /dev/acd0c on /dist returns ENOENT. I havne't > determined yet why this could be; anyone have clues? The 'c' partition of acd0 devices was broken for the non-DEVFS case in rev.104 of atapi-cd.c. (The errno for this is ENXIO.) DEVFS is not in GENERIC and "make release" doesn't seem to add it. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message