Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Mar 2005 15:33:35 +0000
From:      RW <list-freebsd-2004@morbius.sent.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: portinstall: fetch(1) doesn't fetch
Message-ID:  <200503111533.36008.list-freebsd-2004@morbius.sent.com>
In-Reply-To: <68b3483d05031102153d1b67b5@mail.gmail.com>
References:  <68b3483d05031102153d1b67b5@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Friday 11 March 2005 10:15, h p wrote:
> 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
>

This is what you get when fetch can't do a successful dns lookup.

Just a thought, but I had a problem with the dns proxy on my adsl-nat-router 
where certain applications were consistently failing to get DNS resolution, 
and similar applications were consistently working. It went away when I 
disabled dhcp, and entered the isp servers in resolve.conf

To use wget look at FETCH_CMD,  and related variables, 
in /usr/ports/Mk/bsd.port.mk. I think you also need to set NO_SIZE to prevent 
a fetch specific option being used. 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503111533.36008.list-freebsd-2004>