cvsup can't work

2005-03-14 Thread wanakahalugi
hi all,

I installed FreeBSD5.3REL on my PC, and I want to update the source
tree and ports collection using cvsup.
To do that I copy the stable-supfile to /etc directory and set its
default host tag to the nearest mirror, and also set only the ports
that I want to update to save bandwith.
Everything is work fine except when I run the command # cvsup
/etc/stable-supfile the response from the mirror server is like this :

[EMAIL PROTECTED] root]# cvsup /etc/stable-supfile
Cannot connect to cvsup.id.FreeBSD.org: Connection refused 
Will retry at 09:31:28

I use netstat to look what happen inside those error message, and I
found this one :

[EMAIL PROTECTED] cakra]$ netstat   

Active Internet connections   
Proto Recv-Q Send-Q  Local Address  Foreign Address(state)
tcp4   0  0  192.100.40.14.53875mirror.cbn.net.i.cvsup SYN_SENT   

The PC never ESTABLISHED the connection to the server it's only do the
SYN_SENT. Why it happen? Is cvsup using certain ports so I can make
some proper change on my firewall?
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cvsup can't work

2005-03-14 Thread Michael C. Shultz
On Monday 14 March 2005 06:33 pm, wanakahalugi wrote:
> hi all,
>
> I installed FreeBSD5.3REL on my PC, and I want to update the source
> tree and ports collection using cvsup.
> To do that I copy the stable-supfile to /etc directory and set its
> default host tag to the nearest mirror, and also set only the ports
> that I want to update to save bandwith.
> Everything is work fine except when I run the command # cvsup
> /etc/stable-supfile the response from the mirror server is like this
> :
>
> [EMAIL PROTECTED] root]# cvsup /etc/stable-supfile
> Cannot connect to cvsup.id.FreeBSD.org: Connection refused
> Will retry at 09:31:28
>
> I use netstat to look what happen inside those error message, and I
> found this one :
>
> [EMAIL PROTECTED] cakra]$ netstat
> Active Internet connections
> Proto Recv-Q Send-Q  Local Address  Foreign Address   
> (state) tcp4   0  0  192.100.40.14.53875   
> mirror.cbn.net.i.cvsup SYN_SENT
>
> The PC never ESTABLISHED the connection to the server it's only do
> the SYN_SENT. Why it happen? Is cvsup using certain ports so I can
> make some proper change on my firewall?
> ___
> freebsd-hackers@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"

It uses port 5999 see /etc/services

-Mike

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


Re: cvsup can't work

2005-03-15 Thread c0ldbyte
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Mon, 14 Mar 2005, Michael C. Shultz wrote:
On Monday 14 March 2005 06:33 pm, wanakahalugi wrote:
hi all,
I installed FreeBSD5.3REL on my PC, and I want to update the source
tree and ports collection using cvsup.
To do that I copy the stable-supfile to /etc directory and set its
default host tag to the nearest mirror, and also set only the ports
that I want to update to save bandwith.
Everything is work fine except when I run the command # cvsup
/etc/stable-supfile the response from the mirror server is like this
:
[EMAIL PROTECTED] root]# cvsup /etc/stable-supfile
Cannot connect to cvsup.id.FreeBSD.org: Connection refused
Will retry at 09:31:28
I use netstat to look what happen inside those error message, and I
found this one :
[EMAIL PROTECTED] cakra]$ netstat
Active Internet connections
Proto Recv-Q Send-Q  Local Address  Foreign Address
(state) tcp4   0  0  192.100.40.14.53875
mirror.cbn.net.i.cvsup SYN_SENT
The PC never ESTABLISHED the connection to the server it's only do
the SYN_SENT. Why it happen? Is cvsup using certain ports so I can
make some proper change on my firewall?
It uses port 5999 see /etc/services
-Mike
No I think his problem is using the server he has specified
"cvsup.id.FreeBSD.org"
change ".id." to a different country instead.
sed s/\.id\./\.us\./g
Since there is only one server listed in that country more then likely
H NO "Its dead!" Try another.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (FreeBSD)
Comment: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xF7DF979F
iD8DBQFCNt7/smFQuvffl58RAiqnAJ97gomWEFWg8ENT5ujG1Xf3qWmsNwCeK44o
P8wUJnwFtvMfy2COGqbZPig=
=61Jl
-END PGP SIGNATURE-
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"