Date: Wed, 5 Sep 2001 10:54:20 -0700 (PDT) From: John Polstra <jdp@polstra.com> To: current@freebsd.org Subject: Re: more anoncvs servers Re: none Message-ID: <200109051754.f85HsKH07526@vashon.polstra.com> In-Reply-To: <20010905094236.G96880@dragon.nuxi.com> References: <F209GUjGnAKYoo9tjxq000052dc@hotmail.com> <200109051638.f85Gc6c07100@vashon.polstra.com> <20010905094236.G96880@dragon.nuxi.com>
next in thread | previous in thread | raw e-mail | index | archive | help
In article <20010905094236.G96880@dragon.nuxi.com>, David O'Brien <obrien@FreeBSD.ORG> wrote: > What is the right mailing list to plead for more anoncvs mirrors? I doubt that "pleading" would help, but "volunteering" might. :-) I have (had?) been maintaining anoncvs.freebsd.org, but I don't have time for any others. In fact I don't really have time even for that one any more. I think the best way for us to get more anonymous CVS sites would be to encourage volunteers to set them up, just like our other mirror sites. And a good way to encourage that would be for you or somebody else to create an "anoncvs-kit" port analogous to the cvsup-mirror port, which would make it easy to set up an anonymous CVS site. It's not as trivial to do as you might imagine. Here are a few important points: - You need a pretty powerful machine to handle even, say, 4-6 clients at a time. Anonymous CVS is a hog like you wouldn't believe. Don't try to use the machine for anything else if you're using it for anonymous CVS. - You need a way to limit the number of simultaneous clients. I used xinetd on anoncvs.freebsd.org, and it worked well enough. - You need an MFS filesystem with zillions of inodes, because anonymous CVS just hammers the disk with tiny lock files or state files. If they are on a drive that has moving parts, your system will tear itself apart. - You have to set up the pserver stuff correctly so that everybody can get read-only access. - A chroot environment would be a Real Good Idea. - And of course you have to have cvsup running from a cron job to keep the repository up to date. John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Disappointment is a good sign of basic intelligence." -- Chögyam Trungpa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109051754.f85HsKH07526>