From owner-cvs-all@FreeBSD.ORG Sun Aug 22 07:33:53 2004 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 CEB8716A4CE; Sun, 22 Aug 2004 07:33:53 +0000 (GMT) Received: from smtp-vbr13.xs4all.nl (smtp-vbr13.xs4all.nl [194.109.24.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 489A643D2D; Sun, 22 Aug 2004 07:33:53 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) i7M7Xpww067923; Sun, 22 Aug 2004 09:33:51 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.12.11/8.12.9) with ESMTP id i7M7XpQT068260; Sun, 22 Aug 2004 09:33:51 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.12.11/8.12.11/Submit) id i7M7XpHt068259; Sun, 22 Aug 2004 09:33:51 +0200 (CEST) (envelope-from wb) Date: Sun, 22 Aug 2004 09:33:51 +0200 From: Wilko Bulte To: Marcel Moolenaar Message-ID: <20040822073351.GA68229@freebie.xs4all.nl> References: <200408220534.i7M5Y72I008587@repoman.freebsd.org> <20040822060122.GA51375@dhcp50.pn.xcllnt.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040822060122.GA51375@dhcp50.pn.xcllnt.net> User-Agent: Mutt/1.4.1i X-OS: FreeBSD 4.10-STABLE X-PGP: finger wilko@freebsd.org X-Virus-Scanned: by XS4ALL Virus Scanner cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: Ken Smith Subject: Re: cvs commit: src/release/sparc64 mkisoimages.sh 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: Sun, 22 Aug 2004 07:33:54 -0000 On Sat, Aug 21, 2004 at 11:01:22PM -0700, Marcel Moolenaar wrote.. > On Sun, Aug 22, 2004 at 05:34:07AM +0000, Ken Smith wrote: > > kensmith 2004-08-22 05:34:07 UTC > > > > FreeBSD src repository > > > > Modified files: > > release/sparc64 mkisoimages.sh > > Log: > > Found another one. Why does mdconfig hate me? > > Nothing personal. I ran into the same on ia64. I added > sync; sleep 1; sync This stuff? + mdconfig -a -t vnode -f /R/stage/mfsroot/mfsroot + MDDEVICE=md0 + sleep 5 + [ ! -c /dev/md0 ] + trap umount /mnt; mdconfig -d -u md0 EXIT + bsdlabel -w -B -b /R/stage/trees/base/boot/boot md0 auto bsdlabel: boot code /R/stage/trees/base/boot/boot is wrong size + umount /mnt umount: /mnt: not a file system root directory *** Error code 1 Stop in /usr/src/release. + umount /dev *** Error code 1 (on Alpha this time) -- Wilko Bulte wilko@FreeBSD.org