From owner-freebsd-current@FreeBSD.ORG Thu Jan 22 12:32:47 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B0B616A4CE for ; Thu, 22 Jan 2004 12:32:47 -0800 (PST) Received: from f48.peterstar.ru (relay.peterstar.ru [217.195.65.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20C6A43D46 for ; Thu, 22 Jan 2004 12:32:45 -0800 (PST) (envelope-from debscribe@peterstar.ru) Received: from gracer.home.org (dialup94-170.ip.PeterStar.net [217.195.94.170]) by f48.peterstar.ru (8.12.10/8.12.9) with ESMTP id i0MKWes7016558 for ; Thu, 22 Jan 2004 23:32:42 +0300 (MSK) Received: by gracer.home.org (Postfix, from userid 1000) id 0E42F8815; Thu, 22 Jan 2004 23:32:27 +0300 (MSK) Date: Thu, 22 Jan 2004 23:32:27 +0300 From: Sergey Baturov To: current@freebsd.org Message-ID: <20040122203227.GA1067@gracer> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.5.1i Subject: make release failed X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Thu, 22 Jan 2004 20:32:47 -0000 One more time I request for the help: When I try to *make release* I'm getting this error: sh -e /usr/src/release/scripts/doFS.sh bsdlabel "" /R/stage/floppies/mfsroot.flp /R/stage /mnt 1440 /R/stage/mfsroot/mfsroot.gz 80000 fd1440 + export BLOCKSIZE=512 + DISKLABEL=bsdlabel + shift + MACHINE= + shift + FSIMG=/R/stage/floppies/mfsroot.flp + shift + RD=/R/stage + shift + MNT=/mnt + shift + FSSIZE=1440 + shift + FSPROTO=/R/stage/mfsroot/mfsroot.gz + shift + FSINODE=80000 + shift + FSLABEL=fd1440 + shift + [ 1440 -eq 0 -a fd1440 = auto ] + deadlock=20 + uname -r + [ -f /R/stage/trees/base/boot/boot ] + BOOT=-B -b /R/stage/trees/base/boot/boot + dofs_md + true + rm -f /R/stage/floppies/mfsroot.flp + [ x != x ] + dd of=/R/stage/floppies/mfsroot.flp if=/dev/zero count=1440 bs=1k + mdconfig -a -t vnode -f /R/stage/floppies/mfsroot.flp + MDDEVICE=md0 + [ ! -c /dev/md0 ] + trap umount /mnt; mdconfig -d -u md0 EXIT + bsdlabel -w -B -b /R/stage/trees/base/boot/boot md0 fd1440 + newfs -O1 -i 80000 -o space -m 0 /dev/md0c fstab: /etc/fstab:0: No such file or directory /dev/md0c: 1.4MB (2880 sectors) block size 4096, fragment size 512 using 1 cylinder groups of 1.41MB, 360 blks, 32 inodes. super-block backups (for fsck -b #) at: 32 + mount /dev/md0c /mnt + [ -d /R/stage/mfsroot/mfsroot.gz ] + cp -p /R/stage/mfsroot/mfsroot.gz /mnt /mnt: write failed, filesystem is full cp: /mnt/mfsroot.gz: No space left on device + umount /mnt + mdconfig -d -u md0 *** Error code 1 Stop in /usr/src/release. *** Error code 1 Stop in /usr/src/release. + umount /dev *** Error code 1 Stop in /usr/src/release.