From owner-freebsd-qa Tue Nov 12 13:50: 5 2002 Delivered-To: freebsd-qa@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0361137B401 for ; Tue, 12 Nov 2002 13:50:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CEA043E6E for ; Tue, 12 Nov 2002 13:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gACLo3x3032101 for ; Tue, 12 Nov 2002 13:50:03 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gACLo3eJ032100; Tue, 12 Nov 2002 13:50:03 -0800 (PST) Date: Tue, 12 Nov 2002 13:50:03 -0800 (PST) Message-Id: <200211122150.gACLo3eJ032100@freefall.freebsd.org> To: qa@FreeBSD.org Cc: From: John Baldwin Subject: Re: i386/42162: Installation (sysinstall) crashes, md0c filled u Reply-To: John Baldwin Sender: owner-freebsd-qa@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG The following reply was made to PR i386/42162; it has been noted by GNATS. From: John Baldwin To: freebsd-gnats-submit@FreeBSD.org Cc: murray@FreeBSD.org Subject: Re: i386/42162: Installation (sysinstall) crashes, md0c filled u Date: Tue, 12 Nov 2002 16:40:26 -0500 (EST) The problem is that sysinstall assumes that you have already done the chroot into /mnt if you do a restart. However, this is not always the case. Arguably since a restart kicks you back to the main menu, sysinstall should always chroot() in install.c. At the very least it should chroot if it hasn't done it yet. The line in question is: if (!Restarting && chroot("/mnt") == -1) { in installInitial() in install.c. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-qa" in the body of the message