From owner-freebsd-ports@FreeBSD.ORG Tue Oct 15 18:04:19 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1BED873D for ; Tue, 15 Oct 2013 18:04:19 +0000 (UTC) (envelope-from decke@bluelife.at) Received: from mail-oa0-x232.google.com (mail-oa0-x232.google.com [IPv6:2607:f8b0:4003:c02::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D631B2BDD for ; Tue, 15 Oct 2013 18:04:18 +0000 (UTC) Received: by mail-oa0-f50.google.com with SMTP id j1so6235764oag.9 for ; Tue, 15 Oct 2013 11:04:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bluelife.at; s=google; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=1yJQJ0lgEkevw+fBKhqO8/bqaLl3FqNDVQcyZV1LqIM=; b=IKfignvMQJXqXNoyKctZLe0vBo4QlG4HgxPns7/GnVqs3GkDimU860NLVBJI70Wfw1 37FjLiOkHiKZUs2Ru4vhQkkmdR6OJmlHuRqRRE6ikgsPAdS/mdM6Y4ZIuRPx1y4RwqBv m1HTlQCQoUd7D5kCycv5MauPsMLtNAoQRNs88= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=1yJQJ0lgEkevw+fBKhqO8/bqaLl3FqNDVQcyZV1LqIM=; b=kdWy6mru7p9AFpjDzxZO4HnZC3+TH54crDLXxB4+0EZF+2v2zi1JVIZKX8wpHFwynm J2AR6qA7EAF+IHZIcdL1yGNi4lOfVZenvGfJHCb/tXrOnCyrb/cnUAyYHgWLUHuG4ja2 3Yis5UdNfFGDSSMx2mL0qVBgJ6Wy0S63RbPzMyuGnKjs+gtJjKH1B4KOHYGzEVy1AzzG b0kceKdstI2CivxIwKZayjniNWUdKNHmvwbWotEvpX2S1o+5e5vGLfVAlMRnKUCk8oRk sQ7pxMfQ6PbkF3X82Nts6iGuOsvbyvbPJtzaXoZ92ofl81zf7B+Jfs5510/xZESObB0q nwfA== X-Gm-Message-State: ALoCoQkNRVJV9/s880xysQeCe+kA+FxaEa6ugXUIDGASK4TwkJDz0zEGdzENak+80fIm/uiQ1DTN MIME-Version: 1.0 X-Received: by 10.182.48.166 with SMTP id m6mr2718791obn.65.1381860258149; Tue, 15 Oct 2013 11:04:18 -0700 (PDT) Received: by 10.76.154.2 with HTTP; Tue, 15 Oct 2013 11:04:18 -0700 (PDT) X-Originating-IP: [176.66.94.95] Received: by 10.76.154.2 with HTTP; Tue, 15 Oct 2013 11:04:18 -0700 (PDT) In-Reply-To: <201310151227.r9FCR1ax043941@mech-cluster241.men.bris.ac.uk> References: <201310151227.r9FCR1ax043941@mech-cluster241.men.bris.ac.uk> Date: Tue, 15 Oct 2013 20:04:18 +0200 Message-ID: Subject: Re: redports too busy? From: =?ISO-8859-1?Q?Bernhard_Fr=F6hlich?= To: mexas@bris.ac.uk Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Oct 2013 18:04:19 -0000 Am 15.10.2013 14:27 schrieb "Anton Shterenlikht" : > > Just to check the reports is running ok. > I see several ports building for 43 hours. > Is that expected? > > Anton Yeah that is okay. This is a bug in tinderbox that happens to leave a /tmp/trinderdlock directory behind when not properly shutdown. So when starting a new job tinderbox does not start the job and just waits because it thinks it can't get the lock - I usually see that after some hours and remove that directory to get it going. I've done this a few hours already so the jobs should finish soon.