From owner-freebsd-questions@FreeBSD.ORG Tue Jan 31 01:44:28 2006 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 EB43316A420 for ; Tue, 31 Jan 2006 01:44:28 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A6C143D58 for ; Tue, 31 Jan 2006 01:44:27 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.12.11/8.12.11) with ESMTP id k0V1euux087999 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 31 Jan 2006 08:40:56 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.1/8.12.11) id k0V1hrue075830; Tue, 31 Jan 2006 08:43:53 +0700 (ICT) Date: Tue, 31 Jan 2006 08:43:53 +0700 (ICT) Message-Id: <200601310143.k0V1hrue075830@banyan.cs.ait.ac.th> From: Olivier Nicole To: ross.penner@gmail.com In-reply-to: (message from ross on Mon, 30 Jan 2006 14:35:45 -0800) References: X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: freebsd-questions@freebsd.org Subject: Re: Connection refused when trying do download ports 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, 31 Jan 2006 01:44:29 -0000 > I've updated the ports tree with portsnap and then I try and install a new > port such as ImageMagick and it can't find the source anywhere. For almost > all the locations, I get the message that my connection is refused. Does > anybody have any idea what's going on? Did you try to download the ports by hand? That would help to make sure you are allowed to connect. When you are trying to make a port you should see something like: banyan: make => atk-1.10.3.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/gnome2. => Attempting to fetch from ftp://ftp.belnet.be/mirror/ftp.gnome.org/sources/atk/1.10/. Just try to fetch that URL: fetch ftp://ftp.belnet.be/mirror/ftp.gnome.org/sources/atk/1.10/ What is the error message? Maybe you have forgotten to configure a proxy or something? Olivier