From owner-freebsd-current@FreeBSD.ORG Thu Nov 22 20:24:46 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4965816A417; Thu, 22 Nov 2007 20:24:46 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from heff.fud.org.nz (203-109-251-39.static.bliink.ihug.co.nz [203.109.251.39]) by mx1.freebsd.org (Postfix) with ESMTP id BBCF713C4F3; Thu, 22 Nov 2007 20:24:45 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: by heff.fud.org.nz (Postfix, from userid 1001) id C14076924; Fri, 23 Nov 2007 09:24:37 +1300 (NZDT) Date: Fri, 23 Nov 2007 09:24:37 +1300 From: Andrew Thompson To: Colin Percival Message-ID: <20071122202437.GA77577@heff.fud.org.nz> References: <1195488856.19739.42.camel@bauer.cse.buffalo.edu> <4741BB44.7010906@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4741BB44.7010906@freebsd.org> User-Agent: Mutt/1.5.16 (2007-06-09) Cc: freebsd-current@freebsd.org, freebsd-stable Subject: Re: FreeBSD 7.0-BETA3 Available X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 22 Nov 2007 20:24:46 -0000 On Mon, Nov 19, 2007 at 08:35:16AM -0800, Colin Percival wrote: > Ken Smith wrote: > > The 7.0-BETA3 builds are now available. If you would like to download > > an ISO image to install from they are available here: > > > > ftp://ftp.freebsd.org/pub/FreeBSD/releases//ISO-IMAGES/7.0/ > > > > (adjust to be your architecture, e.g. amd64, i386, etc.). If you > > would like to use cvsup to update an older machine the release tag is > > still RELENG_7. > > Due to a communications mix-up, it isn't yet possible to upgrade to 7.0-BETA3 > using FreeBSD Update -- the bits are being assembled as I type this and binary > upgrading to 7.0-BETA3 should work by the end of the day. I thought i'd have a go at updating from 7.0-BETA2 to BETA3 but hit a snag, I am using ZFS on root which doesn't support file flags so it borked in install_unschg(), chflags noschg ${BASEDIR}/${F} || return 1 Is there any way to test the underlying filesystem supports flags first? cheers, Andrew