From owner-freebsd-questions@FreeBSD.ORG Sun Jun 22 03:56:26 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 06F101065672 for ; Sun, 22 Jun 2008 03:56:26 +0000 (UTC) (envelope-from darknighter@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.168]) by mx1.freebsd.org (Postfix) with ESMTP id E4AF38FC14 for ; Sun, 22 Jun 2008 03:56:25 +0000 (UTC) (envelope-from darknighter@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so1475036wfg.7 for ; Sat, 21 Jun 2008 20:56:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=z+S2IsgkdsaytKG2I3zB6dsRLQspmfkuSrxYI5RWR4g=; b=W1ki7eoBsdhdeAF2Y5WXSkAmgOMv78OGeU1UtSinuXnN4ePEf2zh3sDNfC3Ofv1rgP rN5VrepanKvcQ3mKRIPU2yoisTuQfZ4jrtGezhR5xdyHsggdgyLyo2pkfXI+1xP88QBz jHhdFU8t/ncBiO1qivckNgmfxXH4z69n0PEqU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=uBluFoXib7ZH8mB8MvYZ4oI045ZS76wTNDyfdWCy2ve5BNfJyNlZqtcLwMFHT4tAXN O3w6u/ryc53S2ORlrFIUwkRo1jKU37laiwf38kYzYqpl07P6PK1E+HbqvSQ+VoZF0UqQ QPeSWy33s5pYWjjLJfW4uTAed3tJq4zcNhISI= Received: by 10.142.52.9 with SMTP id z9mr2618982wfz.258.1214105308675; Sat, 21 Jun 2008 20:28:28 -0700 (PDT) Received: by 10.143.16.18 with HTTP; Sat, 21 Jun 2008 20:28:28 -0700 (PDT) Message-ID: Date: Sun, 22 Jun 2008 05:28:28 +0200 From: "Edgardo Nuevo" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Portsnap behind proxy squid not update 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: Sun, 22 Jun 2008 03:56:26 -0000 Hi I have a proxy (squid) that gives Internet to a set of pcs, one of them is a FreeBSD 6.2, when wanting to upgrade ports ( portsnap fetch) gives me the messages following: PC1 # fetch portsnap Looking up portsnap.FreeBSD.org Mirrors ... 4 Mirrors found. Fetching snapshot tag from portsnap2.FreeBSD.org ... Failed. Fetching snapshot tag from portsnap1.FreeBSD.org ... Failed. Fetching snapshot tag from portsnap3.FreeBSD.org ... Failed. Fetching snapshot tag from portsnap4.FreeBSD.org ... Failed. No mirrors remaining, giving up. Look for documentation and establish indicated in the parameter ftp_proxy / etc / make.conf and leave it like this: # ee / etc / make.conf FETCH_ENV = = FTP_PROXY 10.0.1.1:3128 FETCH_ENV HTTP_PROXY = = 10.0.1.1:3128 But I fail to upgrade ports, then modify the file. cshrc and leave it well # ee. cshrc setenv HTTP_PROXY http://10.0.1.1:3128 setenv FTP_PROXY ftp://10.0.1.1:3128 setenv FTP_PASSIVE_MODE ftp://10.0.1.1:3128 But nothing, so we appeal to your experience to give any suggestions. Thanks.