From owner-freebsd-questions@FreeBSD.ORG Sat Jun 11 23:35:02 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 783C4106564A for ; Sat, 11 Jun 2011 23:35:02 +0000 (UTC) (envelope-from rsimmons0@gmail.com) Received: from mail-yi0-f54.google.com (mail-yi0-f54.google.com [209.85.218.54]) by mx1.freebsd.org (Postfix) with ESMTP id 31D018FC13 for ; Sat, 11 Jun 2011 23:35:01 +0000 (UTC) Received: by yic13 with SMTP id 13so167217yic.13 for ; Sat, 11 Jun 2011 16:35:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type:content-transfer-encoding; bh=3FGKZ8T1YEPSAxSg+eDMg8f6nd+tT2m3DP84YXLj1OU=; b=Yaq8zhlFCvx5Q39JEOXNJIB6O5CbOHr+0il8EfAPc8CCRdbBR4RMG5CyVQEV7uFMZu JlPlYhRpueylYUvdj8gAMk/9HJ1HRpV9xwih6SwoIgs0nJEvJJtR2WnziWTELJCxn7rf jzmRRQmbtBY2+JUd0BiFHHBBcnuy0XI1wmr1A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=m0xgEOFW7f4IycTiIxfZ+QsDbmeaHJafFxUTtjvhuYXlQrdZ6P1RX2B3x1oJ7q+oPj dSrpVTRy38JSy2adeaiD9eWZdqScR6q7w1OkRrcowfYXk2vrKEtI3cQczUiE/iLEI41v Y5QMyMIAWxLrDLCbCSo+U7EAyBDoM0gkdpGpE= MIME-Version: 1.0 Received: by 10.101.152.32 with SMTP id e32mr3452724ano.45.1307835301150; Sat, 11 Jun 2011 16:35:01 -0700 (PDT) Received: by 10.100.243.35 with HTTP; Sat, 11 Jun 2011 16:35:00 -0700 (PDT) In-Reply-To: References: Date: Sat, 11 Jun 2011 19:35:00 -0400 Message-ID: From: Robert Simmons To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: ftp installation 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: Sat, 11 Jun 2011 23:35:02 -0000 On Sat, Jun 11, 2011 at 6:52 PM, Daniel Feenberg wrote: > > I have tried many of the ftp sites enumerated in sysinstall, with both > 7.4-RELEASE and 8.2-RELEASE, and in all cases the installation proceeds > for a few seconds and then hangs, with the last message on the console > always being: > > =A0DEBUG: Generating /etc/fstab file. > > This happens with several different systems. I believe it is not any > hardware problem, since I was able to install 7.4 from NFS. (I have > unrelated problems with 8.2). > > If I ftp to any of the mentioned FreeBSD ftp servers under manual control= , I > have no trouble downloading ISO files. The ftp sites tried include > ftp[34567].freebsd.org and ftp10.us.freebsd.org. We have no firewall or > proxy regulating outbound connections. > > Is there something off about the sysinstall ftp dialog? I don't see a way= to > monitor what is happening. Your firewall may be interfering with the connection. You may want to read the handbook section on FTP installs (the grey box at the bottom of the page): http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install-media.htm= l You can determine if you are having a firewall problem specific to FTP by using an HTTP proxy install (if it works, you need to change your firewall rules). A convenient list of free and open http proxies is available here: http://www.xroxy.com/proxylist.htm Just narrow the list down to http proxies that are near you (US, I assume) then arrange them in order of ascending latency (there is a drop down menu for this). The top few should work great for you. I have found that going a step further will ensure using the fastest proxy. Just install netselect from the ports collection: http://www.freebsd.org/cgi/url.cgi?ports/net/netselect/pkg-descr http://apenwarr.ca/netselect/ then feed the top 10 proxies from xroxy to netselect and use the one it selects as fastest. All of this can be scripted using wget to scrape the data from xroxy when you need it, since free and open proxies disappear faster than fart in a fan factory.