From continuum-dev-return-5952-apmail-maven-continuum-dev-archive=maven.apache.org@maven.apache.org Thu Apr 19 18:28:52 2007 Return-Path: Delivered-To: apmail-maven-continuum-dev-archive@www.apache.org Received: (qmail 68416 invoked from network); 19 Apr 2007 18:28:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Apr 2007 18:28:52 -0000 Received: (qmail 15246 invoked by uid 500); 19 Apr 2007 18:28:58 -0000 Delivered-To: apmail-maven-continuum-dev-archive@maven.apache.org Received: (qmail 15224 invoked by uid 500); 19 Apr 2007 18:28:58 -0000 Mailing-List: contact continuum-dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-dev@maven.apache.org Delivered-To: mailing list continuum-dev@maven.apache.org Received: (qmail 15213 invoked by uid 99); 19 Apr 2007 18:28:58 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Apr 2007 11:28:58 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [62.193.206.9] (HELO webmail9.amenworld.com) (62.193.206.9) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 19 Apr 2007 11:28:51 -0700 Received: (qmail 12648 invoked from network); 19 Apr 2007 18:28:27 -0000 Received: from 90.52.68-86.rev.gaoland.net (HELO ?127.0.0.1?) (86.68.52.90) by 0 with SMTP; 19 Apr 2007 18:28:27 -0000 Message-ID: <4627B4A4.2000703@venisse.net> Date: Thu, 19 Apr 2007 20:27:48 +0200 From: Emmanuel Venisse User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: continuum-dev@maven.apache.org Subject: Re: Continuum & CVS References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org What is your continuum version? Continuum 1.0.3 use the command line cvs client and since few days, continuum 1.1 use a pure java cvs client. Emmanuel Hilco Wijbenga a écrit : > Hi all, > > We've been trying to set up Continuum and consequently we started > running some builds. It all worked nicely until the CVS server ran out > of inodes in its /tmp directory. It looks like it's not the normal > checkouts that people do that's causing this ... it appears to be > Continuum. > > We tried a small build with Continuum and lo and behold: /tmp had a > new directory that was not deleted at the end of the checkout. So > we're fairly certain it's something Continuum related. > > CVS creates a sort of cache directory (in /tmp) for each checkout (it > stores the CVS directories, not any of the files that are being > checked out) and this directory (and all of its *many* subdirectories) > are not being deleted. Apparently, it doesn't notice that the checkout > has finished. Something like a session not being closed. After three > days of this our server runs out of inodes and nothing works anymore. > > Is this possible? Does Continuum have it's own built in CVS client? > Has anyone noticed anything like this? > > We've created a cron job to remove these CVS directories from /tmp at > the end of the day so we have a workaround ... but *any* advice for a > better solution would be highly appreciated. > > Cheers, > Hilco > > >