From owner-freebsd-questions@FreeBSD.ORG Mon Oct 11 11:27:02 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED5AE16A4CE for ; Mon, 11 Oct 2004 11:27:02 +0000 (GMT) Received: from smtp.prodigy.net.mx (nlpproxy09.prodigy.net.mx [148.235.52.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A12543D2F for ; Mon, 11 Oct 2004 11:27:02 +0000 (GMT) (envelope-from edwinculp@prodigy.net.mx) Received: from prodigy.net.mx (du-148-235-52-32.prodigy.net.mx [148.235.52.32]) by smtp.prodigy.net.mx (iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep 8 2003)) with ESMTP id <0I5F0093D3SZ90@smtp.prodigy.net.mx>; Mon, 11 Oct 2004 06:26:59 -0500 (CDT) Received: from [148.235.52.102] (Forwarded-For: [201.129.94.187]) by nlpmail02.prodigy.net.mx (mshttpd); Mon, 11 Oct 2004 06:27:31 -0500 Date: Mon, 11 Oct 2004 06:27:31 -0500 From: edwinculp To: questions@freebsd.org Message-id: <16abe516959c.16959c16abe5@prodigy.net.mx> MIME-version: 1.0 X-Mailer: iPlanet Messenger Express 5.2 HotFix 1.21 (built Sep 8 2003) Content-type: text/plain; charset=us-ascii Content-language: es Content-transfer-encoding: 7bit Content-disposition: inline X-Accept-Language: es Priority: non-urgent X-Priority: 5 (Lowest) Subject: cvsupd configuration ? unknown collection src-all X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 11:27:03 -0000 I decided to give cvsupd a try to make my upgrading a bit more efficient and bandwidth friendly. I read the manual page chose a local server [local3], cvsup-ed, updated the repository, built world, kernel, etc. All with no problems. I started cvsupd on the machine with the following options: cvsupd -b /usr/local/etc/cvsup -c sup -s sup -C 3 & I went to one of the machines that I wanted to update and started cvsup and got Server message: unknow collection "src-all" and all others and a message that said it was skipping the colections, ended by a message that stated that it had finished successfully. It actually updated nothing. I've used cvsup as a client for years with no problem. From the manual page it seemed very straight forward and simple but somehow I've managed to screw it up. Any suggestions would be appreciated. Thanks, ed P.D. I'm running current. I've got the same configuration for cvs-supfile on both machines except for the server that I changed for freebsd to local3. Both machined were update from freebsd yesterday with no problem.