From owner-freebsd-current Thu Aug 7 05:07:18 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id FAA04405 for current-outgoing; Thu, 7 Aug 1997 05:07:18 -0700 (PDT) Received: from pahtoh.cwu.edu (root@pahtoh.cwu.edu [198.104.65.27]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id FAA04400 for ; Thu, 7 Aug 1997 05:07:15 -0700 (PDT) Received: from opus.cts.cwu.edu (skynyrd@opus.cts.cwu.edu [198.104.92.71]) by pahtoh.cwu.edu (8.8.5/8.8.5) with ESMTP id EAA29961; Thu, 7 Aug 1997 04:39:05 -0700 (PDT) Received: from localhost (skynyrd@localhost) by opus.cts.cwu.edu (8.8.6/8.8.5) with SMTP id EAA28311; Thu, 7 Aug 1997 04:39:04 -0700 (PDT) Date: Thu, 7 Aug 1997 04:39:04 -0700 (PDT) From: Chris Timmons To: ken@tydfam.iijnet.or.jp cc: current@FreeBSD.ORG Subject: Re: Q) CVSup operation In-Reply-To: <199708070141.KAA02082@tyd1.tydfam.iijnet.or.jp> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Maybe a packet filter is blocking the connection that the server is trying to make back to your machine? If you like, try connecting to cvsup.freebsd.org and drop me a line in private email with the date/time utc that you tried, and your machine name. I can tell you a little more from looking at the server side log files. CVSup's author (John Polstra) has recently added support for mulitplexed mode, which may help you if there is a firewall problem. You will want to make sure you have the most recent release of the software: ftp://hub.freebsd.org/pub/CVSup/cvsup-bin-15.1.tar.gz And then RTM and try: cvsup -P m -g -L 2 supfile.cvsup hope this helps, -Chris On Thu, 7 Aug 1997, Takeshi Yamada wrote: > I am maintaining cvs source tree using cvsup, but since July 20th, > I only receive the following message and cannot update the source. ( > Tried several mirror sites, but it was the same.) > > What is wrong with me? > I am using FreeBSD-current(smp) from 7/20 source tree. > > ----------------- Log ----------------- > # {572} cvsup -g -L 2 supfile.cvsup > Parsing supfile "supfile.cvsup" > Looking up address of cvsup.jp.FreeBSD.org > Connecting to cvsup.jp.FreeBSD.org > Connected to cvsup.jp.FreeBSD.org > Server software version: REL_15_1 > Negotiating file attribute support > Exchanging collection information > Establishing active-mode data connection > Timed out waiting for connection from server > Will retry at 11:08:42 > --------------------------------------- > > ----------- supfile.cvsup ----------- > *default host=cvsup.jp.FreeBSD.org > *default prefix=/home/SRC/FreeBSD-CVS > *default base=/usr/local/etc/cvsup > *default release=cvs delete use-rel-suffix compress > > src-all > ports-all > -------------------------------------- >