From owner-freebsd-current@FreeBSD.ORG Mon Jun 11 10:35:05 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6856516A400 for ; Mon, 11 Jun 2007 10:35:05 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from farris.bafirst.com (adsl-065-081-102-002.sip.jan.bellsouth.net [65.81.102.2]) by mx1.freebsd.org (Postfix) with ESMTP id 3203213C45D for ; Mon, 11 Jun 2007 10:35:01 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from HOME.encontacto.net ([189.129.2.135]) by farris.bafirst.com with esmtp; Mon, 11 Jun 2007 05:34:53 -0500 id 0006D409.466D254F.0000F74C Received: from localhost (localhost [127.0.0.1]) (uid 80) by HOME.encontacto.net with local; Mon, 11 Jun 2007 05:34:38 -0500 id 0004AC0A.466D253E.0000FE51 Received: from dsl-189-129-2-135.prod-infinitum.com.mx (dsl-189-129-2-135.prod-infinitum.com.mx [189.129.2.135]) by intranet.encontacto.net (Horde MIME library) with HTTP; Mon, 11 Jun 2007 05:34:38 -0500 Message-ID: <20070611053438.jlqrf1t4owo0c0wo@intranet.encontacto.net> X-Priority: 3 (Normal) Date: Mon, 11 Jun 2007 05:34:38 -0500 From: eculp@encontacto.net To: freebsd-current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.2-cvs) X-Originating-IP: 189.129.2.135 Subject: make release on current ends with "No space left on device" md1 + umount /mnt + mdconfig -d -u md1 *** Error code 1 S X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jun 2007 10:35:05 -0000 While waiting for the current snap, I have given make Release a half dozen tries with all ending in the following result. /mnt: write failed, filesystem is full cpio: write error: No space left on device + umount /mnt + mdconfig -d -u md1 *** Error code 1 This has been over the period of 10 days with new cvsup sources each time. The tail of the log file that starts at (cd /R/stage/dists/src; rm -f CHECKSUM.MD5 CHECKSUM.SHA256; md5 * > .CHECKSUM.MD5; sha256 * > .CHECKSUM.SHA256; mv .CHECKSUM.MD5 CHECKSUM.MD5; mv .CHECKSUM.SHA256 CHECKSUM.SHA256) src distribution is finished. touch release.7 Can be found at http://bafirst.com IIRC, I am wondering if setting MAKE_FLOPPIES=false would just skip this and go to making ISOs? Thanks for any suggestions. In the mean time I'm going to check for new current snaps. ed