From owner-freebsd-current@FreeBSD.ORG Wed Aug 3 19:42:32 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 D5B1E106566B; Wed, 3 Aug 2011 19:42:32 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id 620D18FC0C; Wed, 3 Aug 2011 19:42:32 +0000 (UTC) Received: by vxh10 with SMTP id 10so855202vxh.13 for ; Wed, 03 Aug 2011 12:42:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=yZzdVEB/6i/cd7E2qDVFRzm3zGBLhprDd/aqRqIoGhc=; b=Z8uP5i38+uawCmAIW+nbP8O2wJQU4MMU01WWIS8lWWNcKV6F29R9MhdNhPndS26AXd wXu2+rKGGh4tlES/7qSlPqN5xAOsh4nsKz8dcEiq8/UENSjqsK7AeQvj8Qd6RmEafR2L hL7ejjLxvHWydJeNV/AAcdEGJLm7KGl34eh90= MIME-Version: 1.0 Received: by 10.52.31.135 with SMTP id a7mr7243163vdi.118.1312400551564; Wed, 03 Aug 2011 12:42:31 -0700 (PDT) Received: by 10.220.172.18 with HTTP; Wed, 3 Aug 2011 12:42:30 -0700 (PDT) In-Reply-To: <20110803190322.GD1973@emphyrio.blackend.org> References: <4E37C634.6090002@cran.org.uk> <4E37FD41.4070601@freebsd.org> <20110803182834.GC1973@emphyrio.blackend.org> <20110803190322.GD1973@emphyrio.blackend.org> Date: Wed, 3 Aug 2011 12:42:30 -0700 Message-ID: From: Garrett Cooper To: Marc Fonvieille Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Bruce Cran , freebsd-current@freebsd.org, Nathan Whitehorn 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:42:32 -0000 On Wed, Aug 3, 2011 at 12:03 PM, Marc Fonvieille wro= te: > 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". =A0= 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, assumi= ng >> > you selected something. Do you have the installer log handy? It will b= e >> > 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/p= ackages-9-current/Latest/en-freebsd-doc.tbz' by URL > > Any idea? Because PACKAGESITE isn't specified properly for starters; also the extension for the file is wrong (it should be txz, right?). So it sounds like the pkg_add remote fetching logic in bsdinstall isn't correct today. Thanks, -Garrett