Date: Mon, 22 Sep 2003 23:47:41 +0200 From: Jan-Espen Pettersen <sigsegv@leakingmemory.org> To: freebsd-questions@freebsd.org Cc: sigsegv@leakingmemory.org Subject: Re: cvsup problem Message-ID: <1064267261.2216.25.camel@endeavour.localnet.radiotube.org> In-Reply-To: <20030922180851.GA12079@devil.stderror.at> References: <200309221740.h8MHeuJ10825@ligeti.cc.uottawa.ca> <20030922180851.GA12079@devil.stderror.at>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 2003-09-22 at 20:08, Toni Schmidbauer wrote: > On Mon, Sep 22, 2003 at 01:40:56PM +0000, balaji@alumni.uottawa.ca wrote: > > # cvsup -g -L 2 /root/ports-supfile > > Parsing supfile "/root/ports-supfile" > > Connecting to cvsup1.FreeBSD.org > > Cannot connect to cvsup1.FreeBSD.org: Connection refused > > Will retry at 17:47:15 > > seems like cvsup1.freebsd.org is down, have you tried any other > cvsup server? > > > bash-2.05b$ netstat -na |grep 5999 > > tcp4 0 0 *.5999 *.* LISTEN > > are you running a cvsup server? if you just would like to update > your ports-collections this is _not_ necessary. > > > Two bits of information: > > > > * I am accessing via a firewall. I able to browse the web, send/get mail etc. > > * I can ping to hosts in the internal network, but not external hosts. You'll probably need -P m to cvsup via a firewall or NAT gateway. example: # cvsup -g -L 2 -P m /root/ports-supfile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1064267261.2216.25.camel>