From owner-freebsd-questions@FreeBSD.ORG Thu Mar 18 00:38:07 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 71B1A106566C for ; Thu, 18 Mar 2010 00:38:07 +0000 (UTC) (envelope-from btillman99@yahoo.com) Received: from web36505.mail.mud.yahoo.com (web36505.mail.mud.yahoo.com [209.191.85.5]) by mx1.freebsd.org (Postfix) with SMTP id 3205A8FC13 for ; Thu, 18 Mar 2010 00:38:06 +0000 (UTC) Received: (qmail 11876 invoked by uid 60001); 18 Mar 2010 00:38:06 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1268872686; bh=us4yiCKha4xTmTN75TDQe1/XijQUGvxDa3I09KtVwfQ=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=y9IKP5jWeH015lU7soriPTsIWKXRs4o9nYuWbNEOCBrTAjRccdIpYfRnNCuOzbAc65SR28ve2TiBRYo6a942OxGZCezjSq3yUsKWxQ2TxTKqbCfBUJo/KoLI9wzgCnjZCm7XGuwEmWttNthUytPiBicfElgeXRHyrfm3NeYnQGo= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=M9D/ZBBFuQiv8b0V+OO5U5Kk3hl1GZr3zJgvNpR9nJzZBpVL4i0aaD4Lb45hMtH1cly2kL+jHyqlFAOGWFCj7fe2q+o9x73zmk627hnGtp4IApSUsmFl/JRgH+wCzCik8m+rKu+uwG/DhTRtGtWH2djbZFA0sGEWU2489AOQa2E=; Message-ID: <521093.11031.qm@web36505.mail.mud.yahoo.com> X-YMail-OSG: bIGQeVYVM1noZchPVKoRjpWmuBA8pQNC_pqf8MB61xCxnbo ZVpYueHwZiAzDJHTENez5VUkmMJWp3wMkGHxh0P07MszAVd6PN2PFXkl.OS1 SdyMuhM7axVN6wytTJ_J_FYs3ufEj9kNP3bIqdvJc8TxSuB6ADm7uMkLbnp_ gOP57odpoM6opPZiobqsumMHL6Xld3EGrWm49ArjbJ9SuluGNF20VWXYoXBV UwNKdOTBKwumqeV8lKZVqMyPocMBmp5c- Received: from [98.242.237.166] by web36505.mail.mud.yahoo.com via HTTP; Wed, 17 Mar 2010 17:38:06 PDT X-Mailer: YahooMailClassic/10.0.8 YahooMailWebService/0.8.100.260964 Date: Wed, 17 Mar 2010 17:38:06 -0700 (PDT) From: Bill Tillman To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: make buildworld runs out of space X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Mar 2010 00:38:07 -0000 I have built two machines with 8.0-STABLE-201002-amd64. When I updated the = sources and ran make buildworld process it would fail claiming that / was f= ull. =A0 It seems to be running into the problem when the make installkernel portion= of my script was running. Both machines were built using the default of 51= 2M for /. I rebuilt the machines with 1G / and all was well. But one should= n't have to do this as 512M for / should be adequate.=0A=0A=0A