From owner-freebsd-questions@FreeBSD.ORG Mon Dec 8 07:18:44 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 771A49FE; Mon, 8 Dec 2014 07:18:44 +0000 (UTC) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 34854357; Mon, 8 Dec 2014 07:18:43 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost.zedat.fu-berlin.de (Exim 4.82) with esmtp (envelope-from ) id <1XxsWv-001jls-Ol>; Mon, 08 Dec 2014 08:14:49 +0100 Received: from p578a69f9.dip0.t-ipconnect.de ([87.138.105.249] helo=prometheus) by inpost2.zedat.fu-berlin.de (Exim 4.82) with esmtpsa (envelope-from ) id <1XxsWv-002M6F-Kx>; Mon, 08 Dec 2014 08:14:49 +0100 Date: Mon, 8 Dec 2014 08:13:45 +0100 From: "O. Hartmann" To: freebsd-questions@freebsd.org, freebsd-ports@freebsd.org Subject: Difference between fetch(1) and firefox http-access Message-ID: <20141208081345.6960d593@prometheus> Organization: FU Berlin X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.25; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Originating-IP: 87.138.105.249 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Dec 2014 07:18:44 -0000 Running CURRENT (FreeBSD 11.0-CURRENT #2 r275512: Fri Dec 5 16:00:34 CET 2014 amd64), I ran into some kind of obscurity I can not fathom. Updating ports fails since a couple of days by now (I do updates on a daily basis). fetch isn't capable of reaching any(!) server it tries to download sourcecode tarballs from (neither via ports ftp, http, https). When manually copied the sources of the tarball to Firefox' URL requester, I can luckily download the sources to whatever destination I like and I have to copy them to the /usr/ports/distfiles[/blabla] destination manually. As I understood "fetch" it establishes a simple ftp, http or https connection, as Firefox does. But it seems that something is going terribly wrong. It would be nice if someone could push me towards a hint or something to solve the problem. I hope it's not a serious bug but a simple error in the configuration. Thanks in advance, Oliver