From owner-freebsd-current@FreeBSD.ORG Wed Jul 28 02:27:36 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 2B5C916A4CE for ; Wed, 28 Jul 2004 02:27:36 +0000 (GMT) Received: from hellhound.ceribus.net (c-24-21-90-79.client.comcast.net [24.21.90.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id A91D343D5F for ; Wed, 28 Jul 2004 02:27:35 +0000 (GMT) (envelope-from grover@ceribus.net) Received: (qmail 47455 invoked by uid 1002); 28 Jul 2004 02:27:42 -0000 Received: from grover@ceribus.net by hellhound.ceribus.net by uid 89 with qmail-scanner-1.22 (clamscan: 0.73. spamassassin: 2.63. Clear:RC:1(192.168.200.200):. Processed in 0.833282 secs); 28 Jul 2004 02:27:42 -0000 Received: from unknown (HELO purgatory) (192.168.200.200) by 192.168.200.225 with SMTP; 28 Jul 2004 02:27:41 -0000 From: "Grover Lines" To: Date: Tue, 27 Jul 2004 19:27:34 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcR0SnCS1rjrLIsnRWO+BWvocEnZQw== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2149 X-Qmail-Scanner-Message-ID: <109098166267247449@hellhound.ceribus.net> Message-Id: <20040728022735.A91D343D5F@mx1.FreeBSD.org> Subject: Re: make release has been breaking with "No /dev/md1" for a couple of weeks. 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: Wed, 28 Jul 2004 02:27:36 -0000 Thyer, Matthew wrote: > Claude Buisson (cbuisson at nerim.net) wrote: > > >>Edwin Culp wrote: >> >>>I've not been able to make a release for a couple of weeks now. >>>I get the following error. >>> >>>+ [ -f /R/stage/trees/base/boot/boot ] >>>+ BOOT=-B -b /R/stage/trees/base/boot/boot >>>+ dofs_md >>>+ [ x != x ] >>>+ mdconfig -a -t vnode -f /R/stage/mfsroot/mfsroot >>>+ MDDEVICE=md1 >>>+ [ ! -c /dev/md1 ] >>>+ echo No /dev/md1 >>>No /dev/md1 >>>+ exit 1 >>>*** Error code 1 >>> >>>Stop in /usr/src/release. >>>+ umount /dev >>>*** Error code 1 >>> >>>Is anyone else seeing this? >> >>Same thing here today (July 3) -- with md0 instead of md1. >> >>But was OK 1 week ago (June 26) >> >> >>>Thanks, >>> >>>ed >> >>Claude Buisson > > > I am also getting this as is a friend of mine. > > It would be really good to have this fixed as I would like to make a release to install on a gateway to take advantage of ALTQ. > > Matthew Thyer Phone: +61 8 8259 7249 > Science Corporate Information Systems Fax: +61 8 8259 5537 > Defence Science and Technology Organisation, Edinburgh > PO Box 1500 EDINBURGH South Australia 5111 I am also seeing this problem. Just wanted to keep the thread going so it might catch the eye of someone who knows how to fix it or what the problem is. It always increases mdX by 1 every time I try and do chroot /home2/build/work/5-current-chrootdir /mk release.9 I did find a crappy way around that though by running that command simultaniously in 2 shells, which makes it unable to unmount /dev/mdX because it's busy with another operation. It still doesnt fix the problem though becuase it doesnt install the mfsroot. -- Grover Lines