From owner-freebsd-questions@FreeBSD.ORG Tue Sep 20 06:26:45 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06B2816A41F for ; Tue, 20 Sep 2005 06:26:45 +0000 (GMT) (envelope-from vdemart1@tin.it) Received: from vsmtp4.tin.it (vsmtp4.tin.it [212.216.176.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D45043D53 for ; Tue, 20 Sep 2005 06:26:44 +0000 (GMT) (envelope-from vdemart1@tin.it) Received: from [192.168.10.8] (82.53.155.88) by vsmtp4.tin.it (7.2.060.1) (authenticated as vdemart1@tin.it) id 432F1D0700034D07 for freebsd-questions@freebsd.org; Tue, 20 Sep 2005 08:26:41 +0200 From: vittorio To: freebsd-questions@freebsd.org Date: Tue, 20 Sep 2005 08:26:35 +0200 User-Agent: KMail/1.8.2 References: <3360624.1126887229256.JavaMail.root@pswm4.cp.tin.it> <432AF27E.10804@ashleymoran.me.uk> In-Reply-To: <432AF27E.10804@ashleymoran.me.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200509200826.35867.vdemart1@tin.it> Subject: Re: Updating freebsd without cvsup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Sep 2005 06:26:45 -0000 Alle 18:27, venerd=C3=AC 16 settembre 2005, Ashley Moran ha scritto: > Vittorio wrote: > > Thanks. > > I've just compiled the portsnap sources and put the following > > in /usr/local/etc/portsnap.conf: > > > > # Defaults: > > WORKDIR=3D/usr/local/portsnap > > PORTSDIR=3D/usr/ports > > KEYPRINT=3D9b5feee6d69f170e3dd0a2c8e469ddbd64f13f978f2f3aede40c98633216= c330 > > URL=3Dhttp://portsnap.daemonology.net > > > > BUT > > > > # portsnap fetch > > Fetching > > public key... failed. > > > > What's wrong with the original key in the > > portsnap.conf.sample file? > > > > Thanks again > > Vittorio > > The key is fine. Perhaps you need to run portsnap as > > # HTTP_PROXY=3D portsnap fetch > > to get round your proxy > Well, after thourough examination and a word with the network administrator= I=20 learnt that my FreeBSD 5.4 client cannot resolve the name (and the IP too) = of=20 portsnap.daemonology.net because it is behind a firewall and a proxy (which= =20 =2Dby the way - I had already defined via both $HTTP_PROXY and $http_proxy;= as=20 I stated in so doing "make install" under a port works flawlessly downloadi= ng=20 whatever is needed!). According to the admin (windows 2000 network) portsnap is not able to use t= he=20 name resolution of the proxy as other programs like browsers can and relies= =20 on the nameservers in /etc/resolv.conf only. Any idea for this poor newbie? Ciao Vittorio=20