From owner-freebsd-ports@FreeBSD.ORG Fri Jan 16 22:21:17 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BE458106566B for ; Fri, 16 Jan 2009 22:21:17 +0000 (UTC) (envelope-from tingox@gmail.com) Received: from mail-bw0-f20.google.com (mail-bw0-f20.google.com [209.85.218.20]) by mx1.freebsd.org (Postfix) with ESMTP id 49E4C8FC18 for ; Fri, 16 Jan 2009 22:21:16 +0000 (UTC) (envelope-from tingox@gmail.com) Received: by bwz13 with SMTP id 13so6357297bwz.19 for ; Fri, 16 Jan 2009 14:21:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=3/OAx26svevhut4c2u+EtCdcPcJFLo6ZDo/ia6WZOjc=; b=PNQMapVM1e1SM0KVZb3Q2y/BRsWlZzFHyK2yjmK7LNpIxALOdlc4vAaaaSxps650/k MoRcHL8SyDhZNGqd/ApiRPxgBalFNglYePUsjIUANXnkI2zuAfJ3NGvR4qoNeoHQeKdH Ojp9o+YTLpJtc2g06oLJ4VZ3dZTLQJfHFr1i0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=uSzJNcQhpcW9rRU3UtPdPAAoJs46nIQl2F8miW0taHFUuy/pVMYFrOEBKNATRojiNx yEVIFWNRLstPaOuAPCiaSOAqXqiidkaeRNfe4nZG8zy9/FOhJKzygiXyP5ikKbZs///V XVwafMeKuf4+DWCfNfpg0ifzNvYhf6nhkB+qY= Received: by 10.181.226.19 with SMTP id d19mr1003602bkr.38.1232144475095; Fri, 16 Jan 2009 14:21:15 -0800 (PST) Received: by 10.181.228.18 with HTTP; Fri, 16 Jan 2009 14:21:14 -0800 (PST) Message-ID: Date: Fri, 16 Jan 2009 23:21:14 +0100 From: "Torfinn Ingolfsen" To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: tinderbox - tinderd and nullfs? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jan 2009 22:21:18 -0000 Hello, I have installed tinderbox[1] and is now trying to get tinderd to work. I have read the information at the web page[2], but it is very terse. Note: I am using nullfs instead of nfs. Even if I added " -nullfs" to tinderd_flags, tinderd just sits there and doesn't want to start a build. And there is a port in the queue: root@kg-vm# ./tc listBuildPortsQueue +=====+===========================+=======+==+ | Id | Build Name | Port Directory | Pri | +=====+===========================+=======+===+ | 1 | 7.1-FreeBSD | net-p2p/amule2 | 10 | +-----+---------------------------+-------------------------------------+-----+ But tinderd does nothing: root@kg-vm# ps ax | grep tinder 51574 p0 S+ 0:00.00 grep tinder 50765 p2 I 0:00.02 /bin/sh -T /usr/local/tinderbox/scripts/tinderd -nullfs What am I doing wrong? References: 1) http://www.freshports.org/ports-mgmt/tinderbox/ 2) http://tinderbox.marcuscom.com/ -- Regards, Torfinn Ingolfsen