Date: Thu, 20 Dec 2001 18:33:16 -0700 From: Joe Warner <rootman22@attbi.com> To: Doug White <dwhite@resnet.uoregon.edu> Cc: stable@FreeBSD.ORG Subject: Re: Make Installworld fills up / ...help! Message-ID: <3C22915C.F31E2C61@attbi.com> References: <Pine.BSF.4.33.0112181526200.86140-100000@resnet.uoregon.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
Doug, I turned off softupdates as you recommended, tried 'make installworld' and this is what I get: mkdir -p /tmp/install.28 for prog in [ awk cat chflags chmod chown date echo egrep find grep ln make makewhatis mtree mv perl rm sed sh sysctl test true uname wc zic; do cp `which $prog` /tmp/install.28; done *** Error code 64 Stop in /usr/src. *** Error code 1 Stop in /usr/src. This looks like the errors I was getting before my original post. Thanks Joe Doug White wrote: > On Mon, 17 Dec 2001, Joe Warner wrote: > > > >Run 'sync' a lot while the install is running, > > > > Do you mean to start where I left off by dropping to single user, > > trying "make installworld" again and then logging into another > > terminal and running 'sync' ...? > > Other than you don't have multiple gettys in single user :-) > > > >or remount / without softupdates. > > > > This sounds like a better approach but how do I do it? > > You'll have to boot single user (not shutdown to, boot to) and use 'tunefs > -n disable /' to turn it off. > > Doug White | FreeBSD: The Power to Serve > dwhite@resnet.uoregon.edu | www.FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3C22915C.F31E2C61>