From owner-freebsd-current Tue Dec 21 11:46:16 1999 Delivered-To: freebsd-current@freebsd.org Received: from lamb.sas.com (lamb.sas.com [192.35.83.8]) by hub.freebsd.org (Postfix) with ESMTP id 6E9F41544F for ; Tue, 21 Dec 1999 11:46:08 -0800 (PST) (envelope-from jwd@unx.sas.com) Received: from mozart (mozart.unx.sas.com [192.58.184.28]) by lamb.sas.com (8.9.3/8.9.1) with SMTP id OAA27815 for ; Tue, 21 Dec 1999 14:46:03 -0500 (EST) Received: from bb01f39.unx.sas.com by mozart (5.65c/SAS/Domains/5-6-90) id AA22571; Tue, 21 Dec 1999 14:45:32 -0500 Received: (from jwd@localhost) by bb01f39.unx.sas.com (8.9.1/8.9.1) id OAA16915 for freebsd-current@freebsd.org; Tue, 21 Dec 1999 14:45:32 -0500 (EST) (envelope-from jwd) From: "John W. DeBoskey" Message-Id: <199912211945.OAA16915@bb01f39.unx.sas.com> Subject: 4.0-19991220-SNAP sysinstall failure (triage) To: freebsd-current@freebsd.org Date: Tue, 21 Dec 1999 14:45:32 -0500 (EST) X-Mailer: ELM [version 2.4ME+ PL43 (25)] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I tried to install a SNAP which I built early this morning and ran into some trouble (4.0-19991220-SNAP). After running through sysinstall and configuring everything, the following message pops up: Unable to make device node for /dev/ad0s1b in /dev! The creation of filesystems will be aborted. If I flip to the debug screen, the following is present: MakeDev: Unable to lookup user "root". If I take a look at /snap/release/usr/src/lib/libdisk/create_chunk.c at line 336, the following code fragment is failing: if ((pwd = getpwnam("root")) == NULL) { msgDebug("MakeDev: Unable to lookup user \"root\".\n"); return 0; } Before I start debugging the boot floppy (actually I use the 2.88 image burned onto a CD) code, has anyone else run into this yet, and/or is a fix being looked at? Thanks! John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message