Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Nov 2002 13:50:03 -0800 (PST)
From:      John Baldwin <john@baldwin.cx>
To:        qa@FreeBSD.org
Subject:   Re: i386/42162: Installation (sysinstall) crashes, md0c filled u
Message-ID:  <200211122150.gACLo3eJ032100@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR i386/42162; it has been noted by GNATS.

From: John Baldwin <john@baldwin.cx>
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 <john@baldwin.cx>  <><  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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211122150.gACLo3eJ032100>