Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Dec 2004 14:35:37 +0100
From:      v.demartino2@virgilio.it
To:        "FreeBSD" <freebsd-questions@freebsd.org>
Subject:   cvsup & http proxy problems
Message-ID:  <41536B85000CA04A@ims3e.cp.tin.it>

next in thread | raw e-mail | index | archive | help
On a pentium box with FreeBSD 5.3 stable behind a proxy which needs authe=
ntication
I'm able to download the ports I need & compile them. To do so, you corre=
ctly
suggested in this ML to put the following lines in /etc/make.conf

FETCH_ENV=3D FTP_PROXY=3Dhttp://myuser:psswd@proxy.myco:8080
FETCH_ENV=3D HTTP_PROXY=3Dhttp://myuser:psswd@proxy.myco:8080
FETCH_ENV=3D FTP_PASSIVE_MODE=3Dhttp://myuser:psswd@proxy.myco:8080

Well they work.

Unfortunately, when I issue the following command the anwer is as below

VicBSD# cvsup -g -L 2 /root/ports-supfile
Parsing supfile "/root/ports-supfile"
Unknown host "cvsup.it.FreeBSD.org"

(BTW, in /etc/resolv.conf there are the right DNS IPs)
I have read the docs which say that cvsup uses the same definition for pr=
oxies
of fetch.

What should I do?
Thanks
Vittorio





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