From owner-cvs-all@FreeBSD.ORG Fri Jul 25 16:37:56 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 496CC37B401; Fri, 25 Jul 2003 16:37:56 -0700 (PDT) Received: from magic.adaptec.com (magic-mail.adaptec.com [208.236.45.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D83C43F3F; Fri, 25 Jul 2003 16:37:55 -0700 (PDT) (envelope-from scottl@freebsd.org) Received: from redfish.adaptec.com (redfish.adaptec.com [162.62.50.11]) by magic.adaptec.com (8.11.6/8.11.6) with ESMTP id h6PNbso16660; Fri, 25 Jul 2003 16:37:54 -0700 Received: from freebsd.org (hollin.btc.adaptec.com [10.100.253.56]) by redfish.adaptec.com (8.8.8p2+Sun/8.8.8) with ESMTP id QAA19412; Fri, 25 Jul 2003 16:37:53 -0700 (PDT) Message-ID: <3F21BEC4.5090807@freebsd.org> Date: Fri, 25 Jul 2003 17:35:32 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3) Gecko/20030414 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ruslan Ermilov References: <200307250854.h6P8sfom098536@repoman.freebsd.org> <20030725.213123.74673434.nyan@jp.FreeBSD.org> <20030725130041.GA84040@sunbay.com> <20030725162952.GC37608@dragon.nuxi.com> <20030725211902.GE34677@sunbay.com> In-Reply-To: <20030725211902.GE34677@sunbay.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: Takahashi Yoshihiro cc: cvs-all@freebsd.org cc: David O'Brien Subject: Re: cvs commit: src/release Makefile src/share/man/man7 release.7 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jul 2003 23:37:56 -0000 Ruslan Ermilov wrote: > On Fri, Jul 25, 2003 at 09:29:52AM -0700, David O'Brien wrote: > >>On Fri, Jul 25, 2003 at 04:00:41PM +0300, Ruslan Ermilov wrote: >> >>>Index: Makefile >>>=================================================================== >>>RCS file: /home/ncvs/src/release/Makefile,v >>>retrieving revision 1.798 >>>diff -u -r1.798 Makefile >>>--- Makefile 25 Jul 2003 08:55:51 -0000 1.798 >>>+++ Makefile 25 Jul 2003 12:58:42 -0000 >>>@@ -1087,7 +1087,11 @@ >>> @echo "echo Please insert MFS root floppy and press enter:" >> ${RD}/image.${FSIMAGE}/boot/loader.rc >>> @echo "read" >> ${RD}/image.${FSIMAGE}/boot/loader.rc >>> .endif >>>+.if defined(FDSIZE) && ${FDSIZE} == "SMALL" >>>+ @echo "load -t mfs_root /mfsroot-small" >> ${RD}/image.${FSIMAGE}/boot/loader.rc >>>+.else >>> @echo "load -t mfs_root /mfsroot" >> ${RD}/image.${FSIMAGE}/boot/loader.rc >>>+.endif >> >>Can we *PLEASE* stop this .ifdef maze? Why not set ${MFSROOT_NAME} much >>higher up and have a single >> @echo "load -t mfs_root ${MFSROOT_NAME}" >> ${RD}/image.${FSIMAGE}/boot/loader.rc >> > > Feel free to. > > > Cheers, Guys, the release is broken again, after having worked for only about 12 hours. This continued breakage, along with obvious lack of design, thought, and testing is unacceptable. I'm going to start doing summary backouts if it does not get fixed. + [ -d /R/stage/mfsfd ] + set -e + cd /R/stage/mfsfd + cpio+ find -dump . /mnt -print 6153 blocks + df -ki /mnt Filesystem 1K-blocks Used Avail Capacity iused ifree %iused Mounted on /dev/md0c 4175 3147 1028 75% 95 543 15% /mnt + tail+ df -1 -ki /mnt + set /dev/md0c 4175 3147 1028 75% 95 543 15% /mnt + echo *** Filesystem is 4320 K, 1028 left *** Filesystem is 4320 K, 1028 left + echo *** 8000 bytes/inode, 543 left *** 8000 bytes/inode, 543 left + break + umount /mnt + mdconfig -d -u md0 mfsroot: 70.0% rm: mfsroot-small: No such file or directory *** Error code 1 Stop in /usr/src/release. + umount /dev *** Error code 1