portinstall: fetch(1) doesn't fetch

2005-03-11 Thread h p
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

Re: portinstall: fetch(1) doesn't fetch

2005-03-11 Thread Michael L. Hostbaek
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

Re: portinstall: fetch(1) doesn't fetch

2005-03-11 Thread Chris Hodgins
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

Re: portinstall: fetch(1) doesn't fetch

2005-03-11 Thread RW
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

Re: portinstall: fetch(1) doesn't fetch

2005-03-11 Thread h p
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