From owner-freebsd-current@FreeBSD.ORG Wed Aug 3 19:02:03 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 937F11065673; Wed, 3 Aug 2011 19:02:03 +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 62A868FC15; Wed, 3 Aug 2011 19:02:00 +0000 (UTC) Received: from emphyrio.blackend.org (unknown [88.179.1.53]) by smtp6-g21.free.fr (Postfix) with ESMTP id ECB5A822BD; Wed, 3 Aug 2011 21:01:54 +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 p73J3MYV002503; Wed, 3 Aug 2011 21:03:22 +0200 (CEST) (envelope-from marc@emphyrio.blackend.org) Received: (from marc@localhost) by emphyrio.blackend.org (8.14.5/8.14.4/Submit) id p73J3Mla002502; Wed, 3 Aug 2011 21:03:22 +0200 (CEST) (envelope-from marc) Date: Wed, 3 Aug 2011 21:03:22 +0200 From: Marc Fonvieille To: Nathan Whitehorn Message-ID: <20110803190322.GD1973@emphyrio.blackend.org> References: <4E37C634.6090002@cran.org.uk> <4E37FD41.4070601@freebsd.org> <20110803182834.GC1973@emphyrio.blackend.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110803182834.GC1973@emphyrio.blackend.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 19:02:03 -0000 On Wed, Aug 03, 2011 at 08:28:34PM +0200, Marc Fonvieille wrote: > 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/ > I'm wrong, I did an install and same behavior as Bruce. I looked in /tmp/bsdinstall_log: Running installation step: docsintall pkg_add: unable to fetch 'ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9-current/Latest/en-freebsd-doc.tbz' by URL Any idea? -- Marc