From owner-freebsd-current Tue Oct 5 13:42:40 1999 Delivered-To: freebsd-current@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id A93C61564E for ; Tue, 5 Oct 1999 13:42:28 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id OAA09836 for ; Tue, 5 Oct 1999 14:42:36 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id OAA04644 for ; Tue, 5 Oct 1999 14:42:16 -0600 (MDT) Message-Id: <199910052042.OAA04644@harmony.village.org> To: current@freebsd.org Subject: make install trick Date: Tue, 05 Oct 1999 14:42:15 -0600 From: Warner Losh Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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