Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 May 2001 09:12:44 -0700 (PDT)
From:      John Polstra <jdp@polstra.com>
To:        stable@freebsd.org
Cc:        fonvi@easynet.fr
Subject:   Re: CVSup through ssh tunnel
Message-ID:  <200105261612.f4QGCiX15017@vashon.polstra.com>
In-Reply-To: <20010526150646.A12866@vobiscum.styx.org>
References:  <20010526150646.A12866@vobiscum.styx.org>

next in thread | previous in thread | raw e-mail | index | archive | help
In article <20010526150646.A12866@vobiscum.styx.org>,
Marc Fonvieille  <fonvi@easynet.fr> wrote:

> I try to upgrade source tree on my laptop through a ssh tunnel:
> the laptop is on my lan and only one box (the gateway) can access to the
> Internet.
> 
> From the laptop, i launch the following command:
> 
> laptop:/home/marc% ssh -2 -N -f -L 5999:cvsup.uk.freebsd.org:5999 gateway
> 
> Then i su to root and i launch:
> 
> laptop:/home/marc#  cvsup -g -L 2 doc-supfile
[...]
> 
> Ok the doc is updated, i do the same with the ports and it succeeded.
> But when i cvsup the source tree, it gives me:
> 
> laptop:/home/marc# cvsup -g -L 2 stable-supfile
> Parsing supfile "stable-supfile"
> Connecting to localhost
> Connected to localhost
> Server software version: REL_16_1
> Negotiating file attribute support
> Exchanging collection information
> Establishing multiplexed-mode data connection
> Running
> Updating collection src-all/cvs
> Shutting down connection to server
> Finished successfully
> 
> without any changes in /usr/src (the sources are old 4.3-BETA).

Do you have a "refuse" file in one of the following places?

	/usr/sup/refuse
	/usr/sup/src-all/refuse
	/usr/sup/src-all/refuse.cvs:RELENG_4

Are you sure that the server host you are using is keeping its
src-all collection up-to-date?

John
-- 
  John Polstra                                               jdp@polstra.com
  John D. Polstra & Co., Inc.                        Seattle, Washington USA
  "Disappointment is a good sign of basic intelligence."  -- Chögyam Trungpa


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105261612.f4QGCiX15017>