Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Nov 2009 12:40:51 +0100
From:      "Scheithauer, Lars (FH)" <Lars.Scheithauer@fh-heidelberg.de>
To:        "Bjoern A. Zeeb" <bzeeb-lists@lists.zabbadoz.net>
Cc:        freebsd-jail@freebsd.org
Subject:   AW: AW: Networking from jail - errata
Message-ID:  <26040005B7F3AA41A0345BCE386CA09701C62A80@FHCLUSRV-EX.dcs.fh-heidelberg.de>
In-Reply-To: <20091117112535.L37440@maildrop.int.zabbadoz.net>
References:  <26040005B7F3AA41A0345BCE386CA09701C62A79@FHCLUSRV-EX.dcs.fh-heidelberg.de><26040005B7F3AA41A0345BCE386CA09701C62A7A@FHCLUSRV-EX.dcs.fh-heidelberg.de> <20091117103601.G37440@maildrop.int.zabbadoz.net> <26040005B7F3AA41A0345BCE386CA09701C62A7D@FHCLUSRV-EX.dcs.fh-heidelberg.de> <20091117112535.L37440@maildrop.int.zabbadoz.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi Bjoern,

I did, but the error was somewhere else. I set the proxy through
	set http_proxy=3D"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=FCngliche Nachricht-----
Von: Bjoern A. Zeeb [mailto:bzeeb-lists@lists.zabbadoz.net]=20
Gesendet: Dienstag, 17. November 2009 12:28
An: Scheithauer, Lars (FH)
Cc: freebsd-jail@freebsd.org
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

--=20
Bjoern A. Zeeb         It will not break if you know what you are doing.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?26040005B7F3AA41A0345BCE386CA09701C62A80>