Connection refused when trying do download ports

2006-01-30 Thread ross
I've been having a lot of trouble getting ports to work for me. I'm  
wondering if this is the fault of something I have set up on my end.


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?

 --
What time is it?

Dodgeball Time!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Connection refused when trying do download ports

2006-01-30 Thread Olivier Nicole
> 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
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Connection refused when trying do download ports

2006-01-30 Thread ross

On Mon, 30 Jan 2006 17:43:53 -0800, Olivier Nicole <[EMAIL PROTECTED]> wrote:

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


The output I get is this.

=> ImageMagick-6.2.5-5.tar.bz2 doesn't seem to exist in  
/usr/ports/distfiles/.

=> Attempting to fetch from ftp://ftp.nluug.nl/pub/ImageMagick/.
fetch: ftp://ftp.nluug.nl/pub/ImageMagick/ImageMagick-6.2.5-5.tar.bz2:  
Connection refused


It then repeats for other various locations with the same error.
I then tried to do it manually.

ross# fetch -v  
ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/pav/ImageMagick-6.2.5-5.tar.bz2

looking up ftp.tw.FreeBSD.org
connecting to ftp.tw.FreeBSD.org:2100
fetch:  
ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/pav/ImageMagick-6.2.5-5.tar.bz2:  
Connection refused


I get the same error for every location I try and connect to.

I'm connecting directly to my ISP from this computer.

--
What time is it?

Dodgeball Time!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Connection refused when trying do download ports

2006-01-30 Thread Olivier Nicole
> connecting to ftp.tw.FreeBSD.org:2100

I'd say, why 2100? The port for ftp is 21, not 2100, check your
personnal settoings, including the environment variable FTP_PROXY

Olivier
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"