From owner-freebsd-stable Sat May 26 6: 2:38 2001 Delivered-To: freebsd-stable@freebsd.org Received: from smarthost1.mail.easynet.fr (smarthost1.mail.easynet.fr [212.180.1.68]) by hub.freebsd.org (Postfix) with ESMTP id 78AEB37B43E for ; Sat, 26 May 2001 06:02:34 -0700 (PDT) (envelope-from fonvi@easynet.fr) Received: from smtp1.mail.easynet.fr (slb-1-sippriv.mail.easynet.fr [10.0.1.57]) by smarthost1.mail.easynet.fr (Postfix) with ESMTP id 901E2B904 for ; Sat, 26 May 2001 15:02:33 +0200 (CEST) Received: from vobiscum.styx.org (adsl-2-105.adsl.easynet.fr [212.11.31.105]) by smtp1.mail.easynet.fr (Postfix) with ESMTP id 545ABB6AA for ; Sat, 26 May 2001 15:02:32 +0200 (CEST) Received: (from marc@localhost) by vobiscum.styx.org (8.11.3/8.9.3/ - 6/08/98) id f4QD7DF13167 for freebsd-stable@freebsd.org; Sat, 26 May 2001 15:07:13 +0200 (CEST) (envelope-from marc) Date: Sat, 26 May 2001 15:07:13 +0200 From: Marc Fonvieille To: freebsd-stable@freebsd.org Subject: CVSup through ssh tunnel Message-ID: <20010526150646.A12866@vobiscum.styx.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Useless-Header: Black Metal inc. X-Operating-System: FreeBSD 4.3-STABLE Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, 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 Parsing supfile "doc-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 doc-all/cvs [...] Shutting down connection to server Finished successfully 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). A cat on /usr/sup/src-all/checkouts.cvs:RELENG_4 gives me: F 5 990881176 Here's the stable-supfile used: *default host=localhost *default base=/usr *default prefix=/usr *default release=cvs tag=RELENG_4 *default delete use-rel-suffix # If your network link is a T1 or faster, comment out the following # line. *default compress src-all you can notice that doc and ports cvsup succeeded so i tried tag=. for sources but without results. Any help is welcome. Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message