From owner-freebsd-sparc64@FreeBSD.ORG Tue Feb 26 11:37:38 2008 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4523810656E3; Tue, 26 Feb 2008 11:37:38 +0000 (UTC) (envelope-from michael@fuckner.net) Received: from dedihh.fuckner.net (dedihh.fuckner.net [81.209.183.161]) by mx1.freebsd.org (Postfix) with ESMTP id 8699813C742; Tue, 26 Feb 2008 08:00:27 +0000 (UTC) (envelope-from michael@fuckner.net) Received: from localhost (localhost [127.0.0.1]) by dedihh.fuckner.net (Postfix) with ESMTP id 748EC61D5A; Tue, 26 Feb 2008 09:00:25 +0100 (CET) X-Virus-Scanned: amavisd-new at fuckner.net Received: from dedihh.fuckner.net ([127.0.0.1]) by localhost (dedihh.fuckner.net [127.0.0.1]) (amavisd-new, port 10024) with SMTP id 62+9qfiJVI84; Tue, 26 Feb 2008 09:00:18 +0100 (CET) Received: from tkd14.delnet (unknown [85.183.0.20]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by dedihh.fuckner.net (Postfix) with ESMTP id 088F961CE0; Tue, 26 Feb 2008 09:00:17 +0100 (CET) Message-ID: <47C3C712.8020804@fuckner.net> Date: Tue, 26 Feb 2008 09:00:18 +0100 From: Michael Fuckner User-Agent: Thunderbird 2.0.0.9 (X11/20080129) MIME-Version: 1.0 To: John Baldwin References: <20080223161901.147F561D9B@dedihh.fuckner.net> <200802251024.56611.jhb@freebsd.org> In-Reply-To: <200802251024.56611.jhb@freebsd.org> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD-gnats-submit@freebsd.org, freebsd-sparc64@freebsd.org Subject: Re: sparc64/120999: 7.0-RC2-Installation via FTP fails, wrong path X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2008 11:37:41 -0000 John Baldwin wrote: > On Saturday 23 February 2008 11:19:01 am Michael Fuckner wrote: >>> Number: 120999 >>> Category: sparc64 >>> Synopsis: 7.0-RC2-Installation via FTP fails, wrong path >>> Confidential: no >>> Severity: serious >>> Priority: low >>> Responsible: freebsd-sparc64 >>> State: open >>> Quarter: >>> Keywords: >>> Date-Required: >>> Class: sw-bug >>> Submitter-Id: current-users >>> Arrival-Date: Sat Feb 23 16:40:03 UTC 2008 >>> Closed-Date: >>> Last-Modified: >>> Originator: Michael Fuckner >>> Release: FreeBSD 6.3-RELEASE amd64 >>> Organization: >>> Environment: >>> >>> Description: >> Installing via FTP doesn't work because installation still searches for >> files in snapshot directory and not release. >> >> I'm not sure if this affects other architectures as well. >> >>> How-To-Repeat: >> boot from 7.0-RC2-sparc64-bootonly.iso and try to install via ftp from >> ftp://ftp.freebsd.org/pub/FreeBSD/releases/sparc64/7.0-RC2/ >> sysinstall searches for files in /pub/FreeBSD/snapshots/sparc64/7.0-RC2 >> >> The path can not be corrected in the options menu. >> >>> Fix: >> Correct path in installer or move files back to snapshots directory (not a >> good idea) > > Are you sure? sysinstall tries several different paths: > > /* List of sub directories to look for under a given FTP server. */ > const char *ftp_dirs[] = { ".", "releases/"MACHINE, "snapshots/"MACHINE, > "pub/FreeBSD", "pub/FreeBSD/releases/"MACHINE, > "pub/FreeBSD/snapshots/"MACHINE, NULL }; > > Also, this doesn't seem to be a sparc64-specific PR. I rechecked: squid vs pf was my problem. Please close this PR. Regards, Michael!