Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Aug 2003 19:14:31 +0900
From:      "Rommel B. Ikeda" <r_ikeda@oisca.org>
To:        Andreas Kohn <andreas.kohn@gmx.net>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: FreeBSD behind a PROXY and unnatural Proxy Ports settings in our LAN
Message-ID:  <20030801191431.4bc18bb6.r_ikeda@oisca.org>
In-Reply-To: <1059731581.367.17.camel@klamath.ankon.homeip.net>
References:  <200307300958.52941.aaron-siegel@bresnan.net> <44adau18kd.fsf@be-well.ilk.org> <20030801171048.038fbefd.r_ikeda@oisca.org> <1059731581.367.17.camel@klamath.ankon.homeip.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Thanks for the reply,
> Have you tried to set the FTP_PROXY and HTTP_PROXY environment
> variables? fetch (the program ports use to get the distribution files)
> will honor them (more in fetch(3)).

When I first tried to instal CVSup, I really had a hard time in doing it...after a long time of research using Google and Netscape Search...I stumbled on a Thread that mentioned about how fetch's honors the HTTP and FTP mentioned in one's environemnt...Since FreeBSD has set me up to use Bourne Shell ($, I hope I am right)...I then put

http_proxy=http://192.168.1.5:10080/; export http_proxy
ftp_proxy=ftp://192.168.1.5:10021/; export ftp_proxy

in my .shrc file located my directory and I was able to download and install the cvsup Port...I thought that finally I can use cvsup and install all the Ports that I need...it turns out that...Yes, I was successfull in installing Sylpheed, but no I could not download and install the ports vilearn, kinput2-canna, but again I was successfull in installing Canna, and Eterm.

Now, I do not know why I can download some Ports and can not on others...

Rommel B. Ikeda



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