Help - Search - Members - Calendar
Full Version: cvsup Connection refused
The Planet Forums > Operating Systems > BSD > BSD HOWTOs
SoulCoder
Hello,
I'm trying to update ports for installing databes mysql41.
I tried with anonymouse cvs but even ater fix CVSROOT variable as follow:
setenv CVSROOT :pserver:anoncvs@anoncvs.FreeBSD.org:/home/ncvs

It refuse to login in after I had tape cvs login and given anoncvs as password.and it give me this issue:
cvs [login aborted]: connect to anoncvs.FreeBSD.org(128.46.156.46):2401 failed: Connection refused

So I tried with cvsup.

This is my ports-supfile content:
*default host=cvsup16.FreeBSD.org
*default base=/usr
*default prefix=/usr
*default release=cvs tag=.
*default delete use-rel-suffix
*default compress
ports-all

but when I launch cvsup with thoose kind of command line:
cvsup -g -L 2 ports-supfile
or
cvsup -g -L 2 -h cvsup14.FreeBSD.org ports-supfile

then it give me this kind of response
Cannot connect to cvsup14.FreeBSD.org: Connection refused
Will retry at 16:19:40


Well I'm sure that I miss something when I configure cvs or cvsup but I can't see what it is at now.



thank you in advance
gloomy
the config that really works:
===================
*default tag=.
*default host=cvsup6.FreeBSD.org
*default prefix=/usr
*default base=/var/db
*default release=cvs delete use-rel-suffix compress
ports-all
===================

use it like this:
#cvsup cvsup-ports
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.