From owner-freebsd-questions@FreeBSD.ORG Fri Mar 11 10:15:41 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4295616A4CE for ; Fri, 11 Mar 2005 10:15:41 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id D695C43D39 for ; Fri, 11 Mar 2005 10:15:40 +0000 (GMT) (envelope-from regnans@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so834973wri for ; Fri, 11 Mar 2005 02:15:40 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=sLoucyLA4LH/j2f26PhexaCZWFxslym6aYg/j3aX5bYbRIcbJvdWD4+Fz9qzZ2XKDR8xC4DzQlwxZ1Q0mVaroa91Tmf+qzVgOfmmzQV9C4Sdi6gVWVTWJuHDYSjct6jR2eaUZ04BqfVdprCLstWeqSHJjLY9yyIEWvj+aHCMPiI= Received: by 10.54.63.5 with SMTP id l5mr1200122wra; Fri, 11 Mar 2005 02:15:40 -0800 (PST) Received: by 10.54.53.70 with HTTP; Fri, 11 Mar 2005 02:15:40 -0800 (PST) Message-ID: <68b3483d05031102153d1b67b5@mail.gmail.com> Date: Fri, 11 Mar 2005 11:15:40 +0100 From: h p To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: portinstall: fetch(1) doesn't fetch X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: h p List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Mar 2005 10:15:41 -0000 Hi, I don't understand the behaviour of fetch(1). Whenever I try to fetch from an URL, I get anwers like > fetch http://www.google.com fetch: http://www.google.com: No address record I have set up my network correctly though. If, in contrast, I use wget, I get > wget http://www.google.com --11:20:32-- http://www.google.com/ => `index.html' Resolving www.google.com... done. Connecting to www.google.com[66.102.9.99]:80... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [text/html] [ <=> ] 2,298 10.69K/s 11:20:39 (10.69 KB/s) - `index.html.1' saved [2298] ... as expected. What have I done wrong? Where can I configure fetch to honor my network setup? Or can I configure portinstall to use wget instead of fetch? TIA Helge