From owner-freebsd-current Tue Nov 13 9:18: 4 2001 Delivered-To: freebsd-current@freebsd.org Received: from mail508.nifty.com (mail508.nifty.com [202.248.37.216]) by hub.freebsd.org (Postfix) with ESMTP id 2D68837B418 for ; Tue, 13 Nov 2001 09:18:00 -0800 (PST) Received: from barleycoren.oikumene.gcd.org by mail508.nifty.com (8.11.6+3.4W/3.7W-09/06/01) with ESMTP id fADHHtL21462; Wed, 14 Nov 2001 02:17:56 +0900 Date: Wed, 14 Nov 2001 02:17:55 +0900 Message-ID: <864rnysi7w.wl@barleycoren.oikumene.gcd.org> From: Hiroo ONO To: Galen Sampson Cc: freebsd-current@FreeBSD.org Subject: Re: Install (stand/sysintsall) woes In-Reply-To: <20011111202759.84406.qmail@web14103.mail.yahoo.com> References: <20011111202759.84406.qmail@web14103.mail.yahoo.com> User-Agent: Wanderlust/2.4.1 (Stand By Me) SEMI/1.13.7 (Awazu) FLIM/1.13.2 (Kasanui) Emacs/20.7 (i386--freebsd) MULE/4.0 (HANANOEN) MIME-Version: 1.0 (generated by SEMI 1.13.7 - "Awazu") 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 As Makoto Matusita writes: $ Would you please try a newer (Nov/12/2001 or later) snapshot? > clean install was necessary. I downloaded kern.flp and mfsroot.flp from > november 9th, booted, started an ftp install. Eveything went smooth through > newfs. Then three error messages appeared: "Unable to mount /mnt/dev/ad0s1e on The current snapshot in the beginning of November failed to install because libdisk's function MakeDev() tried to mknod() in devfs partiton. The patch I provided just skipped mknod() if the kernel knew devfs, even if sysinstall tried to mknod() other than the devfs partition, which caused the bug you reported. Matusita-san has committed the proper fix to the problem, so please try newer snapshot and report the result as a followup to PR 31009 if possible. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message