From owner-freebsd-hackers@FreeBSD.ORG Sat Feb 7 19:51:30 2009 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 79B361065677 for ; Sat, 7 Feb 2009 19:51:30 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mta5.srv.hcvlny.cv.net (mta5.srv.hcvlny.cv.net [167.206.4.200]) by mx1.freebsd.org (Postfix) with ESMTP id 511958FC22 for ; Sat, 7 Feb 2009 19:51:30 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from flosoft.no-ip.biz (ool-435559b8.dyn.optonline.net [67.85.89.184]) by mta5.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTP id <0KEP00HRIOHT6810@mta5.srv.hcvlny.cv.net> for freebsd-hackers@freebsd.org; Sat, 07 Feb 2009 14:51:29 -0500 (EST) Received: from flosoft.no-ip.biz (localhost [IPv6:::1]) by flosoft.no-ip.biz (8.14.3/8.14.3) with ESMTP id n17JpSXU001991; Sat, 07 Feb 2009 14:51:28 -0500 Date: Sat, 07 Feb 2009 14:51:28 -0500 From: "Aryeh M. Friedman" To: freebsd-hackers@freebsd.org Message-id: <498DE640.4090904@gmail.com> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT User-Agent: Thunderbird 2.0.0.19 (X11/20090202) Subject: setting up net/cvsup-mirror correctly X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2009 19:51:30 -0000 I have installed net/cvsup-mirror with all the defaults but when I attempt to actually run cvsupd I get the following: prod# cvsupd & [1] 99334 prod# cvsup -g -h localhost /usr/share/examples/cvsup/cvs-supfile Connected to localhost 2009.02.07 14:48:28 EST [99334]: +0 aryeh@localhost (prod.istudentunion.com) [SNAP_16_1h/17.0] 2009.02.07 14:48:28 EST [99334]: =0 Unknown collection "src-all" 2009.02.07 14:48:28 EST [99334]: =0 Unknown collection "ports-all" 2009.02.07 14:48:28 EST [99334]: =0 Unknown collection "doc-all" 2009.02.07 14:48:28 EST [99334]: =0 Unknown collection "www" 2009.02.07 14:48:28 EST [99334]: =0 Unknown collection "projects-all" 2009.02.07 14:48:28 EST [99334]: =0 Unknown collection "cvsroot-all" Server message: Unknown collection "src-all" Server message: Unknown collection "ports-all" Server message: Unknown collection "doc-all" Server message: Unknown collection "www" Server message: Unknown collection "projects-all" Server message: Unknown collection "cvsroot-all" Skipping collection src-all/cvs Skipping collection ports-all/cvs Skipping collection doc-all/cvs Skipping collection www/cvs Skipping collection projects-all/cvs Skipping collection cvsroot-all/cvs Finished successfully 2009.02.07 14:48:28 EST [99334]: -0 [0Kin+0Kout] Finished successfully 2009.02.07 14:48:28 EST [99334]: Going down [1] + Done cvsupd prod# After reading through some examples on the web of how to set cvsupd up I can not see any difference between my setup and other peoples except most of the examples on the web use something else then /usr/local/etc/cvsup as the base dir. Any ideas on what I need to do to get it working? BTW once I get it going since I have a 20 MB/s upload on my fios I am going to make this an official cvsupXXX.us.freebsd.org server (Only one in the NYC metro area I know of)