From owner-freebsd-sparc64@FreeBSD.ORG Sun Jun 25 22:51:45 2006 Return-Path: X-Original-To: freebsd-sparc64@freebsd.org Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA01E16A408 for ; Sun, 25 Jun 2006 22:51:45 +0000 (UTC) (envelope-from Peter_Losher@isc.org) Received: from farside.isc.org (farside.isc.org [204.152.187.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09ADE43D6D for ; Sun, 25 Jun 2006 22:51:40 +0000 (GMT) (envelope-from Peter_Losher@isc.org) Received: from [10.0.0.3] (c-24-4-238-138.hsd1.ca.comcast.net [24.4.238.138]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by farside.isc.org (Postfix) with ESMTP id C0B58E601F for ; Sun, 25 Jun 2006 22:51:39 +0000 (UTC) (envelope-from Peter_Losher@isc.org) Message-ID: <449F1376.1030805@isc.org> Date: Sun, 25 Jun 2006 15:51:34 -0700 From: Peter Losher Organization: ISC User-Agent: Thunderbird 1.5.0.4 (Macintosh/20060530) MIME-Version: 1.0 To: freebsd-sparc64@freebsd.org X-Enigmail-Version: 0.94.0.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigE0A2439B65FF5197260B3AEA" Subject: 'make release' & sunlabel/GEOM.... X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jun 2006 22:51:45 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigE0A2439B65FF5197260B3AEA Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I am building a custom FreeBSD for internal use for the various platforms we use. For sparc64, I am encountering a issue w/ sunlabel when creating the md devices: -=3D- sh -e /usr/src/release/scripts/doFS.sh sunlabel "" /R/stage/mfsroot/mfsroot /R/stage /mnt 4096 /R/stage/mfsfd 8192 auto + export BLOCKSIZE=3D512 + DISKLABEL=3Dsunlabel + shift + MACHINE=3D + shift + FSIMG=3D/R/stage/mfsroot/mfsroot + shift + RD=3D/R/stage + shift + MNT=3D/mnt + shift + FSSIZE=3D4096 + shift + FSPROTO=3D/R/stage/mfsfd + shift + FSINODE=3D8192 + shift + FSLABEL=3Dauto + shift + [ 4096 -eq 0 -a auto =3D auto ] + rm -f /R/stage/mfsroot/mfsroot + dd of=3D/R/stage/mfsroot/mfsroot if=3D/dev/zero count=3D4096 bs=3D1k + uname -r + [ -f /R/stage/trees/base/boot/boot ] + BOOT=3D-r + dofs_md + [ x !=3D x ] + mdconfig -a -t vnode -f /R/stage/mfsroot/mfsroot + MDDEVICE=3Dmd0 + [ ! -c /dev/md0 ] + trap umount /mnt; mdconfig -d -u md0 EXIT + [ xsunlabel !=3D x ] + sunlabel -w -r md0 auto Obsolete -r flag ignored sunlabel: Geom not found + umount /mnt umount: /mnt: not a file system root directory *** Error code 1 Stop in /usr/src/release. + umount /dev *** Error code 1 (ignored) -=3D- is sunlabel GEOM-aware? Best Wishes - Peter --=20 Peter_Losher@isc.org | ISC | OpenPGP 0xE8048D08 | "The bits must flow" --------------enigE0A2439B65FF5197260B3AEA Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (Darwin) iD8DBQFEnxN7PtVx9OgEjQgRAuF4AKCsrC7Il+rwNul5KUziolE5dnlbNgCg2ETa Ab7RCenWriTZwSDTD19EtwQ= =lo6B -----END PGP SIGNATURE----- --------------enigE0A2439B65FF5197260B3AEA--