From owner-freebsd-questions@FreeBSD.ORG Fri Jan 14 21:32:34 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 56F8C1065670 for ; Fri, 14 Jan 2011 21:32:34 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id DFDA28FC0A for ; Fri, 14 Jan 2011 21:32:33 +0000 (UTC) Received: by fxm16 with SMTP id 16so3365674fxm.13 for ; Fri, 14 Jan 2011 13:32:33 -0800 (PST) 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:cc:content-type; bh=GroGHRPLH3FuswHLmr6pLW9cA99JUrToo4M4Utl7sDE=; b=OQUuSFwCsnRAopuujPe6ySx867SkySiP1Dmeld502XiS+lBHFQcQfBWjrnBjpOKlNy Y/4d5GX290VdnkjoGw3vXat/3LgYRScrwex9t/dnSeRS+FsofwgfCn5rqNuZytuqsYKx tsNgJNHPPNXflgdqIYULRehlYbZ4pors51nBY= 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 :cc:content-type; b=g3QiH01wWpzQpR96lYsW5muw5Tsbo5V+LImvhEUaFkXVjdKCxLZAv9o9TaEe5Z8Wop 43xjUMeZ/AGROdi1yWb4cvEy4QiRoO5FJqL/slCxbFirJWDItheVgfYZoPQIu0JBLWf8 OXB7e9CcoCBMYkjV0gejbMQL38FQ1V9on4B58= MIME-Version: 1.0 Received: by 10.223.106.129 with SMTP id x1mr1262419fao.13.1295040752817; Fri, 14 Jan 2011 13:32:32 -0800 (PST) Received: by 10.223.114.4 with HTTP; Fri, 14 Jan 2011 13:32:32 -0800 (PST) In-Reply-To: <4D30BB03.9030404@gmail.com> References: <4D30BB03.9030404@gmail.com> Date: Fri, 14 Jan 2011 15:32:32 -0600 Message-ID: From: Adam Vande More To: Michael Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: portupgrade over http only 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: Fri, 14 Jan 2011 21:32:34 -0000 On Fri, Jan 14, 2011 at 3:07 PM, Michael wrote: > Hello, > > Is it possible to force portupgrade to use only http protocol where > possible and skip the ftp servers? > > It's because currently I'm using very restrictive public access point where > they block everything other than port 80 and I don't have a chance to set up > a tunnel or proxy anywhere outside that network. > > When I try to: > portupgrade -arRF > it looks like it prefers ftp. Eventually it falls back to http but it takes > ages before it tries all ftp servers. What to do? > You could set FTP_TIMEOUT to an absurdly low value. -- Adam Vande More