From owner-freebsd-stable@FreeBSD.ORG Mon Nov 3 07:55:31 2014 Return-Path: Delivered-To: freebsd-stable@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D2324338; Mon, 3 Nov 2014 07:55:31 +0000 (UTC) Received: from sola.nimnet.asn.au (paqi.nimnet.asn.au [115.70.110.159]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4DE9487B; Mon, 3 Nov 2014 07:55:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by sola.nimnet.asn.au (8.14.2/8.14.2) with ESMTP id sA37tRSw083598; Mon, 3 Nov 2014 18:55:27 +1100 (EST) (envelope-from smithi@nimnet.asn.au) Date: Mon, 3 Nov 2014 18:55:27 +1100 (EST) From: Ian Smith To: Glen Barber Subject: Re: FreeBSD 10.1-RC4 Now Available In-Reply-To: <20141103074204.GF4390@hub.FreeBSD.org> Message-ID: <20141103184410.V52402@sola.nimnet.asn.au> References: <20141102194344.GA21862@hub.FreeBSD.org> <20141103174009.C52402@sola.nimnet.asn.au> <20141103074204.GF4390@hub.FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-stable@FreeBSD.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Nov 2014 07:55:31 -0000 On Mon, 3 Nov 2014 07:42:04 +0000, Glen Barber wrote: > On Mon, Nov 03, 2014 at 05:54:50PM +1100, Ian Smith wrote: > > On Sun, 2 Nov 2014 19:43:44 +0000, Glen Barber wrote: > > > > > Note to consumers of the dvd1.iso image: The packages included on the > > > dvd will not be recognized by bsdconfig(8), and the cause is being > > > investigated. The packages, however, can be installed manually. > > > > Where is this issue being discussed? I just browsed October -current@ > > archives, seeing no mention, and -sysinstall@ (dead since August, last > > real discussion in June, giving the last - terrifying! - list of PRs ..) > > > > I'm soon to find out if this issue affects 9.3 also, on a memstick made > > from the DVD. I reported similar problems re 10.0-R (to questions@ cc > > Devin) and what I thought _might_ be a fix, but heard nothing back. > > > > It is not (currently actively) being discussed, but there has been prior > discussion about the issues with bsdconfig(8) and pkg(8) integration in > the past off-list. > > The issues affecting 10.1-RELEASE were not present in 9.3-RELEASE with > the 9.3-RELEASE tagged ports tree. Ok, thanks. I'll go ahead with my 9.3 testing, involving a small patch to bsdconfig while generating the memstick image; in outline, bsdconfig only looks for local packages if the install media type is _detected_ as a CD, where that needs to apply to a) memsticks and b) other media types like a local disk partition if they include a package set as on the DVD. cheers, Ian