From owner-freebsd-questions@FreeBSD.ORG Sun Apr 26 02:56:07 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 20AA4106566C for ; Sun, 26 Apr 2009 02:56:07 +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 CBFD28FC0A for ; Sun, 26 Apr 2009 02:56:06 +0000 (UTC) (envelope-from tajudd@gmail.com) Received: by qyk3 with SMTP id 3so3675527qyk.3 for ; Sat, 25 Apr 2009 19:56:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:content-type; bh=H3uA9nhcbhynbixkzgoe5+10nLVttjjTxlmJQBi41qs=; b=p7JVP4QcgSjjGUiYg6wW6RUBmF7FwXRoD7qSZJtuVlUVEBbgAYXyTOzGFGe4K4oJi+ Nn5GGNSAiTezChslsgFkKtcRo9HyTlBJ/y0EnfuoQA5FeGAsEQZHfwcS9XG9YA2244YC jwhQ0NS4/uBnisFTZacmY+1aPJ/OyUFccHw5U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=PQmmmTPJTokRm8aUBAIsfipOXiQbQOZOee2t8vgVAqyrsflR3ZwKs7AGg6KqVFLr5B odXyvJFb3lHz25K1KhbAEmACa3d0LFc6B7NuzQppxQabpjiIxLlL/JSo8s2q6hCbj1qZ ATbkrrEZ/JEC5ZOUlXXovqfull/aXd12JBPi8= MIME-Version: 1.0 Received: by 10.220.87.1 with SMTP id u1mr7782841vcl.2.1240714566155; Sat, 25 Apr 2009 19:56:06 -0700 (PDT) In-Reply-To: References: From: Tim Judd Date: Sat, 25 Apr 2009 20:55:51 -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: Re: 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: Sun, 26 Apr 2009 02:56:07 -0000 On Wed, Apr 22, 2009 at 11:49 AM, Tim Judd wrote: > 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 > Bump Any other mailing list I can send this question to?