From owner-freebsd-questions@FreeBSD.ORG Tue Apr 17 21:19:00 2007 Return-Path: X-Original-To: questions@FreeBSD.ORG Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C298916A411 for ; Tue, 17 Apr 2007 21:19:00 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id A1A1713C45D for ; Tue, 17 Apr 2007 21:19:00 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 436AE1A4D83; Tue, 17 Apr 2007 14:19:15 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id C06C651406; Tue, 17 Apr 2007 17:18:59 -0400 (EDT) Date: Tue, 17 Apr 2007 17:18:59 -0400 From: Kris Kennaway To: "Philip J. Koenig" Message-ID: <20070417211859.GA7048@xor.obsecurity.org> References: <20070417164314.GA2664@xor.obsecurity.org> <20070417204545236.AAA301@empty1.ekahuna.com@dyn205.ekahuna.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070417204545236.AAA301@empty1.ekahuna.com@dyn205.ekahuna.com> User-Agent: Mutt/1.4.2.2i Cc: questions@FreeBSD.ORG, Sean Murphy Subject: Re: Is FTP install broken? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Apr 2007 21:19:00 -0000 On Tue, Apr 17, 2007 at 01:45:44PM -0700, Philip J. Koenig wrote: > On 17 Apr 2007 at 11:34, Sean Murphy boldly uttered: > > > Kris Kennaway wrote: > > On Tue, Apr 17, 2007 at 04:51:19AM -0700, Philip J. Koenig wrote: > > > > I'm trying to install the 200703 snapshot of 6.2-STABLE, and no > > matter what server I select, no matter what variant I try of various > > length paths specified in a custom URL to a server that I *know* has > > the files (ftp.freebsd.org), I get the following message: > > > > Warning: Can't find the '6.2-STABLE-200703' distribution on this > > FTP server. You may need to visit a different server for > > the release you are trying to fetch or go to the Options > > menu and to (sic) set the release name to explicitly match what's > > available on ftp.freebsd.org (or set to "any"). > > > > Would you like to select another FTP server? > > > > > > I am booting from the 200703 snapshot i386 bootdisk-only ISO image. > > > > > > I don't think FTP installs are possible for snapshots, i.e. only the > > ISO images are provided. > > > During the choice for the ftp server selection there are two servers > > close to the top of the list that are named "snapshot.se.freebsd.org" > > and "snapshot.jp.freebsd.org" you might want to try those. > > > Tried both before I posted my message here. I got the "can't find" > message on both of them. > > Re: Kris's assertion, I guess I could have lived with that if it > weren't for the fact that the installer doesn't give you any clue of > this. > > Thought I was going to avoid the time to download and burn a couple > of CD's, and now it's sucked up way more of my time than making those > CD's ever would have... > > Thanks for the answers/input. No special casing happens for the snapshot builds, i.e. sysinstall is not specially modified to disable the FTP install option. It should be mentioned in the documentation; but for all I know it already is :) Kris