From owner-freebsd-current@FreeBSD.ORG Wed Aug 3 18:27:15 2011 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 8D7A31065676; Wed, 3 Aug 2011 18:27:15 +0000 (UTC) (envelope-from marc@blackend.org) Received: from smtp6-g21.free.fr (unknown [IPv6:2a01:e0c:1:1599::15]) by mx1.freebsd.org (Postfix) with ESMTP id 7BBEB8FC18; Wed, 3 Aug 2011 18:27:12 +0000 (UTC) Received: from emphyrio.blackend.org (unknown [88.179.1.53]) by smtp6-g21.free.fr (Postfix) with ESMTP id 0FEEC82262; Wed, 3 Aug 2011 20:27:06 +0200 (CEST) Received: from emphyrio.blackend.org (localhost [127.0.0.1]) by emphyrio.blackend.org (8.14.5/8.14.4) with ESMTP id p73ISYOS002396; Wed, 3 Aug 2011 20:28:34 +0200 (CEST) (envelope-from marc@emphyrio.blackend.org) Received: (from marc@localhost) by emphyrio.blackend.org (8.14.5/8.14.4/Submit) id p73ISY3r002395; Wed, 3 Aug 2011 20:28:34 +0200 (CEST) (envelope-from marc) Date: Wed, 3 Aug 2011 20:28:34 +0200 From: Marc Fonvieille To: Nathan Whitehorn Message-ID: <20110803182834.GC1973@emphyrio.blackend.org> References: <4E37C634.6090002@cran.org.uk> <4E37FD41.4070601@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4E37FD41.4070601@freebsd.org> X-Useless-Header: blackend.org X-Operating-System: FreeBSD 8.2-STABLE User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Bruce Cran , freebsd-current@freebsd.org Subject: Re: 9.0-BETA1 installer issues 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: Wed, 03 Aug 2011 18:27:15 -0000 On Tue, Aug 02, 2011 at 08:36:01AM -0500, Nathan Whitehorn wrote: > On 08/02/11 04:41, Bruce Cran wrote: > > I've been trying out 9.0-BETA1: it's a lot easier to install than > > previous releases with bsdinstall, but I spotted a few issues: > > Good! Thanks for checking. > > > Typo - "Resovler Configuration". > > If I leave the resolver window for a while it gets corrupted with: > > > > Aug 2 10:31:23 dhclient[973]: Bogus domain search list 15: lan, ..... > > Interesting. It looks like DHCP doesn't like your local setup... > > > In the documentation installation screen, it should say "At a > > minimum..." - the 'a' is missing. Also, there should perhaps be a > > semi-colon between "English version" and "this is the original". The > > menu also doesn't appear to do anything once you select "OK". > > The spelling fixes are easy to fix. The documentation issue is more > confusing. It should begin running pkg_add, after you press OK, assuming > you selected something. Do you have the installer log handy? It will be > in /tmp. > [...] Hmm I think it's "default" PACKAGESITE env variable pointing on non-existing ftp://ftp.freebsd.org/pub/FreeBSD/ports//packages-9-beta1/Latest/ -- Marc