Date: Tue, 05 Oct 1999 14:42:15 -0600 From: Warner Losh <imp@village.org> To: current@freebsd.org Subject: make install trick Message-ID: <199910052042.OAA04644@harmony.village.org>
next in thread | raw e-mail | index | archive | help
I have soft updates enabled on a fast machine at work. make installworld can fill up slash even though it has 15M free before the install. I think this is a bug in softupdates that it doesn't reclaim space quickly enough or in overflow situations. To work around it, I've used make INSTALL="/bin/sync && install" or make INSTALL="/bin/sync && install -C" Of course it takes longer this way, but it has worked 4 times in a row where the last 20 make installworlds failed. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199910052042.OAA04644>