From owner-freebsd-questions@FreeBSD.ORG Thu Aug 3 12:05:17 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 F1B7816A4DE for ; Thu, 3 Aug 2006 12:05:17 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from zeus.dfwlp.com (zeus.dfwlp.com [208.11.134.127]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6444043D58 for ; Thu, 3 Aug 2006 12:05:17 +0000 (GMT) (envelope-from freebsd@dfwlp.com) Received: from webmail.dfwlp.org (localhost.dfwlp.com [127.0.0.1]) by zeus.dfwlp.com (8.13.6/8.13.6) with ESMTP id k73C5FHa089714 for ; Thu, 3 Aug 2006 07:05:15 -0500 (CDT) (envelope-from freebsd@dfwlp.com) Received: from athena.dfwlp.com ([192.168.125.83]) (SquirrelMail authenticated user jhorne) by webmail.dfwlp.org with HTTP; Thu, 3 Aug 2006 07:05:15 -0500 (CDT) Message-ID: <58138.192.168.125.83.1154606715.squirrel@webmail.dfwlp.org> Date: Thu, 3 Aug 2006 07:05:15 -0500 (CDT) From: "Jonathan Horne" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.7 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Spam-Status: No, score=-0.1 required=5.0 tests=ALL_TRUSTED, MISSING_SUBJECT autolearn=failed version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on zeus.dfwlp.com Subject: (no subject) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Aug 2006 12:05:18 -0000 im having a problem with cvsup-ing my existing sources. if i update an existing set, i get this: -=(oooooooooooooooooo)=(cvsup18.us.freebsd.org)=- Parsing supfile "/root/stable-supfile" Connecting to cvsup15.us.freebsd.org Connected to cvsup15.us.freebsd.org Server software version: SNAP_16_1h Negotiating file attribute support Exchanging collection information Establishing multiplexed-mode data connection Running Updating collection src-all/cvs Server warning: RCS file error in "/usr/local/etc/cvsup/prefixes/FreeBSD.cvs/src/sys/modules/i2c/controllers/nfsmb/Makefile,v": 1: "head" expected Shutting down connection to server Finished successfully [root@zeus ~]# i use the stable-supfile, but with one changed line, to get me to RELENG: *default release=cvs tag=RELENG_6_1 command i use to cvsup is as such: cvsup -L 2 -h `(fastest_cvsup -q -c us )` /root/stable-supfile and my system is: FreeBSD zeus.dfwlp.com 6.1-RELEASE-p2 FreeBSD 6.1-RELEASE-p2 #0: Thu Jun 29 00:56:08 CDT 2006 root@zeus.int.dfwlp.com:/usr/obj/usr/src/sys/ZEUS i386 last night i wanted to recompile the kernel, so that the next time i reboot ill have p3. when i cvsup'd my existing set, i got the above error. so i did a rm -rf /usr/src/*, cvsup'd again, and no issues. put a backup of my kernel conf file in there, and away i went. i kinda thought nothing of it until this morning, when just for kicks, i did another cvsup on the same box, and got the updating error again. none of my other boxes get an error like this, they all peform a normal cvs updating operation. any ideas? tia, jonathan