Hi Bjoern,

I did, but the error was somewhere else. I set the proxy through
        set http_proxy="http://proxy.example.com:8080";
while the correct version would be
        setenv http_proxy http://proxy.example.com:8080

In both cases, "echo $http_proxy" returns the correct entry. Could you explain 
the difference between set and setenv?

Best Regards,
Lars



-----Ursprüngliche Nachricht-----
Von: Bjoern A. Zeeb [mailto:[email protected]] 
Gesendet: Dienstag, 17. November 2009 12:28
An: Scheithauer, Lars (FH)
Cc: [email protected]
Betreff: Re: AW: Networking from jail - errata

On Tue, 17 Nov 2009, Scheithauer, Lars (FH) wrote:

Hi,

> thanks for the clarification, I changed the values according to your 
> suggestions. However, it did not resolve the problem.

Did you aslo check resolv.conf inside the jail?
Does host www.freebsd.org work?


> I've checked the proxy logfiles and it seems, that the Makefile(s) don't try 
> to access the proxy at all while fetching files. Is there any reason, why the 
> Makefile(s) should not use the *_PROXY-variables on the jails?

I assume the proxy is squid and that the proxy itself works?
What if you set the http_proxy variables to an IP address rather than
the name (don't use 127.0.0.1 as address, just to rule that out as
well).

/bz

-- 
Bjoern A. Zeeb         It will not break if you know what you are doing.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-jail
To unsubscribe, send any mail to "[email protected]"

Reply via email to