From owner-freebsd-ports@FreeBSD.ORG Fri Jul 18 12:57:08 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 259C6347 for ; Fri, 18 Jul 2014 12:57:08 +0000 (UTC) Received: from winston.madpilot.net (winston.madpilot.net [78.47.75.155]) by mx1.freebsd.org (Postfix) with ESMTP id D15682058 for ; Fri, 18 Jul 2014 12:57:07 +0000 (UTC) Received: from winston.madpilot.net (localhost [127.0.0.1]) by winston.madpilot.net (Postfix) with ESMTP id 3hFC5m2rNZzFTD6; Fri, 18 Jul 2014 14:57:00 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=madpilot.net; h= content-transfer-encoding:content-type:content-type:in-reply-to :references:subject:subject:mime-version:user-agent:from:from :date:date:message-id:received:received; s=mail; t=1405688218; x=1407502619; bh=8aKx0NPbiUHO6e8NvuD+aCKEgj49GGZtWmuxk36p7Pw=; b= A6BFyQNcxw0oWnF51yDHnNvlT6AV9/uLgKde7XfVtA3jd6GmrZrbRTQupzo50xWR XU/MNKOzkLNx/MeFkunNnzTMpGqcs33GPRJBaCdQAug0EZkOJ5SoRgZnE5CoQyb+ IMp7d3ov0PXqn1OXG8RChfK3aP2bd9jlYAt95DsMs9I= Received: from winston.madpilot.net ([127.0.0.1]) by winston.madpilot.net (winston.madpilot.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id N9rSrwE9EGIq; Fri, 18 Jul 2014 14:56:58 +0200 (CEST) Received: from tommy.madpilot.net (micro.madpilot.net [88.149.173.206]) by winston.madpilot.net (Postfix) with ESMTPSA; Fri, 18 Jul 2014 14:56:58 +0200 (CEST) Message-ID: <53C91999.7030707@madpilot.net> Date: Fri, 18 Jul 2014 14:56:57 +0200 From: Guido Falsi User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: mexas@bris.ac.uk, freebsd-ports@freebsd.org Subject: Re: /usr/local/share/poudriere/include/common.sh.freebsd: sysctl: not found References: <201407181001.s6IA1IMP046139@mech-cluster241.men.bris.ac.uk> In-Reply-To: <201407181001.s6IA1IMP046139@mech-cluster241.men.bris.ac.uk> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jul 2014 12:57:08 -0000 On 07/18/14 12:01, Anton Shterenlikht wrote: > I can run this command interactively: > > /usr/local/bin/poudriere bulk -J4 -j ia64-10 -f /usr/local/etc/poudriere.d/pkglist > > and build the packages. > > But when I put in into crontab, I get: > > /usr/local/share/poudriere/include/common.sh.freebsd: sysctl: not found > > and package building does not start. Looks like a PATH problem. Does your crontab PATH include /sbin? -- Guido Falsi