From owner-freebsd-questions@FreeBSD.ORG Wed Apr 22 17:50:01 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BB17A106566B for ; Wed, 22 Apr 2009 17:50:00 +0000 (UTC) (envelope-from tajudd@gmail.com) Received: from mail-qy0-f105.google.com (mail-qy0-f105.google.com [209.85.221.105]) by mx1.freebsd.org (Postfix) with ESMTP id 6A2178FC15 for ; Wed, 22 Apr 2009 17:50:00 +0000 (UTC) (envelope-from tajudd@gmail.com) Received: by qyk3 with SMTP id 3so201446qyk.3 for ; Wed, 22 Apr 2009 10:49:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:message-id :subject:to:content-type; bh=K34FCb2BdDqnwUpX6gGzZbeFR3aJL/RFXx9SVFKEc98=; b=Hl++aqNQ2FId9KdaTPLLvYs1N/BCRh+Ry+LibIbXjXx8Q1umHksEEw5ShaXqD1gRtb UpM6Ettu5cKImXxy9HfnRUVHlMcxDqfNKMHoWG54/B+vcS0ACfPFJQjDgKoAAZIq08S2 HOJSXmy0goIxirDqD4Nc6UvcXIHLBVkdIHlRg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=QcASYUp8mTo0dLGbUjI9ypg+5RpS7TBovyJNG8G2XOYknWABoyJR2SxUAZlQuzhw6/ 2/LDSoFkBPopdN6XxNWt6EKTho7x2O/fougnrzacz5lVHjUs3xJVdYBzpV/peNz8WT4C sm6hGal0ncckueIXZsmrRUA4tXkp+7fkbEFGs= MIME-Version: 1.0 Received: by 10.220.87.21 with SMTP id u21mr104342vcl.6.1240422598477; Wed, 22 Apr 2009 10:49:58 -0700 (PDT) From: Tim Judd Date: Wed, 22 Apr 2009 11:49:43 -0600 Message-ID: To: FreeBSD Mailing List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: cvsup-mirror 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: Wed, 22 Apr 2009 17:50:01 -0000 I am having quite the issue with a cvsup-mirror install (1.3_8) here. It seems to be keeping some meta information file somewhere and has FAILED to give me a local mirror (not one to be publicly available) yet. Being the stubborn person I am, I have multiple times cleared some and all of the following to try to resolve the problem... /usr/local/etc/cvsup the package itself /home/ncvs /home/cvsupin /usr/ports/ports/net/cvsup-mirror And each time it takes ~5 hours to download 1.5GB of data in /home/ncvs then a client connecting to itself fails to work. Latest problem is -- Quote Server warning: Cannot open "/usr/local/etc/cvsup/prefixes/FreeBSD.cvs/src/gnu/lib/libgmp/mpz/get_si.c,v": No such file or directory Server warning: Cannot open "/usr/local/etc/cvsup/prefixes/FreeBSD.cvs/src/gnu/lib/libgmp/mpz/get_str.c,v": No such file or directory Server warning: Cannot open "/usr/local/etc/cvsup/prefixes/FreeBSD.cvs/src/gnu/lib/libgmp/mpz/get_ui.c,v": No such file or directory Server warning: Cannot open "/usr/local/etc/cvsup/prefixes/FreeBSD.cvs/src/gnu/lib/libgmp/mpz/getlimbn.c,v": No such file or directory -- /Quote It's just a snippet.. It can't find ANYTHING. Other problems included the inability to even select the src-all/cvs or ports-all/cvs (trees? branches?) in the server, yet it has 1.5GB downloaded. What'd help me to learn what's wrong is the line in config.sh as below: distribs="distrib.self .. . FreeBSD.cvs /home/ncvs . FreeBSD-www.current SKIP . FreeBSD-gnats.current SKIP gnats FreeBSD-mail.current SKIP ." My guess is it names a distribution and puts a directory it stores the files into in the next argument, separated by space. Next distribution is named and it's directory it stores the files into as the next one past that, with all distributions separated by a single period. Then the word 'gnats' throws me off because I ..... don't know what the heck it's there for.. is the '.' an alias instead to the first item in the line, meaning it's a tuple? (distrib storedir alias)... What throws me off is that the /usr/local/etc/cvsup directory was tarred up from a working mirror and copied here and let the update.sh run for 5 hours, to come to the above quoted warnings (but I'm treating them as errors). The working system has about 4GB in /home/ncvs that works for me, but this one can't get past 1.5GB. Working system has been working beautifully for several months (6?).. so maybe it's just collective. I really would like to get a bearing on cvsup-mirror, but have no clue what to google or read to find out some of the troubleshooting guides. --Tim