From owner-freebsd-questions@FreeBSD.ORG Fri Mar 11 15:04:26 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 8103316A4CE; Fri, 11 Mar 2005 15:04:26 +0000 (GMT) Received: from smtphost.cis.strath.ac.uk (smtphost.cis.strath.ac.uk [130.159.196.96]) by mx1.FreeBSD.org (Postfix) with ESMTP id B576543D48; Fri, 11 Mar 2005 15:04:25 +0000 (GMT) (envelope-from chodgins@cis.strath.ac.uk) Received: from [192.168.0.4] (chrishodgins.force9.co.uk [84.92.20.141]) j2BF4Jke009466; Fri, 11 Mar 2005 15:04:20 GMT Message-ID: <4231B4BA.2020700@cis.strath.ac.uk> Date: Fri, 11 Mar 2005 15:09:46 +0000 From: Chris Hodgins User-Agent: Mozilla Thunderbird 1.0 (X11/20050204) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Michael L. Hostbaek" References: <68b3483d05031102153d1b67b5@mail.gmail.com> <20050311145134.GI59028@mich2.itxmarket.com> In-Reply-To: <20050311145134.GI59028@mich2.itxmarket.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-CIS-MailScanner-Information: Please contact support@cis.strath.ac.uk for more information X-CIS-MailScanner: Found to be clean X-CIS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-4.9, required 6, autolearn=not spam, BAYES_00 -4.90) X-CIS-MailScanner-From: chodgins@cis.strath.ac.uk cc: freebsd-questions@freebsd.org cc: h p Subject: Re: portinstall: fetch(1) doesn't fetch X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Mar 2005 15:04:26 -0000 Michael L. Hostbaek wrote: > h p (regnans) writes: > >>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 > > > Do you have any weird environment variables set ? Like > FETCH_BIND_ADDRESS or maybe HTTP_PROXY ? > > Check out 'man 3 fetch' for more info. > > /mich > Run it using the verbose -v option as well. It might show more interesting output. Chris