From owner-freebsd-questions@FreeBSD.ORG Fri Mar 11 17:10:52 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 AB06216A4CE for ; Fri, 11 Mar 2005 17:10:52 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A08D43D49 for ; Fri, 11 Mar 2005 17:10:52 +0000 (GMT) (envelope-from regnans@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so922712wri for ; Fri, 11 Mar 2005 09:10:51 -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:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=ntGdkbpyzCkupzMtwyZauFpJ80NXUNTxkFBQ3CY8O9FRUVSdBbmzzJwOFlm7IlyzDh2SVAPrKVLXEgSOrlvX6svaUAK/yKLUe5ktNmaIMuKVU354yCwHap7p52dDVC9D9xS5HbGcj5ya5/U0k0KcAqklxUe0PDXoQt2w7jdlUmQ= Received: by 10.54.44.78 with SMTP id r78mr827914wrr; Fri, 11 Mar 2005 09:10:50 -0800 (PST) Received: by 10.54.53.70 with HTTP; Fri, 11 Mar 2005 09:10:50 -0800 (PST) Message-ID: <68b3483d05031109107d5e1cb2@mail.gmail.com> Date: Fri, 11 Mar 2005 18:10:50 +0100 From: h p To: freebsd-questions@freebsd.org In-Reply-To: <20050311145134.GI59028@mich2.itxmarket.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <68b3483d05031102153d1b67b5@mail.gmail.com> <20050311145134.GI59028@mich2.itxmarket.com> Subject: Re: 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 17:10:52 -0000 > > 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 ? Oh my, HTTP_PROXY was the culprit. Thanks. Strange wget doesn't use the proxy though. This brings me to another question. In my /etc/hosts i have lines like 192.168.1.44 sue.microsoft.com sue but sue is not resolved. the /etc/host.conf looks like # Auto-generated from nsswitch.conf, do not edit hosts bind and /etc/nsswitch.conf is group: compat group_compat: nis hosts: files dns networks: files passwd: compat passwd_compat: nis shells: files What am I missing here? I want sue to be resolved without DNS... Thanks Helge