From owner-cvs-src@FreeBSD.ORG Sun Aug 22 15:13:00 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 641D216A4CE; Sun, 22 Aug 2004 15:13:00 +0000 (GMT) Received: from ns1.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34C4A43D1D; Sun, 22 Aug 2004 15:13:00 +0000 (GMT) (envelope-from marcel@xcllnt.net) Received: from dhcp50.pn.xcllnt.net (dhcp50.pn.xcllnt.net [192.168.4.250]) by ns1.xcllnt.net (8.12.11/8.12.11) with ESMTP id i7MFCw9w005285; Sun, 22 Aug 2004 08:12:58 -0700 (PDT) (envelope-from marcel@piii.pn.xcllnt.net) Received: from dhcp50.pn.xcllnt.net (localhost [127.0.0.1]) by dhcp50.pn.xcllnt.net (8.13.1/8.13.1) with ESMTP id i7MFCwKL053030; Sun, 22 Aug 2004 08:12:58 -0700 (PDT) (envelope-from marcel@dhcp50.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp50.pn.xcllnt.net (8.13.1/8.13.1/Submit) id i7MFCvjE053029; Sun, 22 Aug 2004 08:12:57 -0700 (PDT) (envelope-from marcel) Date: Sun, 22 Aug 2004 08:12:57 -0700 From: Marcel Moolenaar To: Wilko Bulte Message-ID: <20040822151257.GA52947@dhcp50.pn.xcllnt.net> References: <200408220534.i7M5Y72I008587@repoman.freebsd.org> <20040822060122.GA51375@dhcp50.pn.xcllnt.net> <20040822073351.GA68229@freebie.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040822073351.GA68229@freebie.xs4all.nl> User-Agent: Mutt/1.4.2.1i 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-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Aug 2004 15:13:00 -0000 On Sun, Aug 22, 2004 at 09:33:51AM +0200, Wilko Bulte wrote: > > > 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 Can you try with boot code made with HEAD sources: src/sys/boot/alpha/Makefile.inc 1.6 src/sys/boot/alpha/common/Makefile.common 1.19 src/sys/boot/alpha/common/ldscript 1.1 src/sys/boot/ficl/Makefile 1.38 The quickest way to check is to build outside the release tree and manually copying the files into ${CHROOT}/R/stage/trees/base/boot If the release builds and is bootable, I'll merge the changes into RELENG_5. -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net