From owner-freebsd-ports@FreeBSD.ORG Fri Feb 5 19:51:46 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2B97310656AC for ; Fri, 5 Feb 2010 19:51:46 +0000 (UTC) (envelope-from tlott@gamesnet.de) Received: from spirit.gamesnet.de (spirit.gamesnet.de [87.230.101.86]) by mx1.freebsd.org (Postfix) with ESMTP id DE7F08FC5A for ; Fri, 5 Feb 2010 19:51:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by spirit.gamesnet.de (Postfix) with ESMTP id 31F1829B00B; Fri, 5 Feb 2010 20:27:11 +0100 (CET) X-Virus-Scanned: amavisd-new at mail.gamesnet.de Received: from spirit.gamesnet.de ([127.0.0.1]) by localhost (spirit.gamesnet.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NuTcNYIdFqeI; Fri, 5 Feb 2010 20:27:09 +0100 (CET) Received: from sub.han.vpn.gamesnet.de (sub.han.vpn.gamesnet.de [192.168.1.101]) by spirit.gamesnet.de (Postfix) with ESMTPSA id 0063A29B032; Fri, 5 Feb 2010 20:27:08 +0100 (CET) Date: Fri, 5 Feb 2010 20:27:07 +0100 From: Tobias Lott To: ports@freebsd.org Message-ID: <20100205202707.294e1e82@sub.han.vpn.gamesnet.de> X-Mailer: Claws Mail 3.7.4 (GTK+ 2.18.6; amd64-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: raj@csub.edu Subject: FreeBSD port: puppet-0.25.3_1 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, 05 Feb 2010 19:51:46 -0000 I just installed a fresh Jail based on FreeBSD 8.0-STABLE to run puppetmasterd. On a remote puppetd connecting I get following errors: debug: Failed to load library 'RRDtool' for feature 'rrd' warning: RRD library is missing; cannot store metrics warning: RRD library is missing; cannot graph metrics warning: RRD library is missing; cannot store metrics warning: RRD library is missing; cannot graph metrics warning: RRD library is missing; cannot store metrics warning: RRD library is missing; cannot graph metrics err: Report rrdgraph failed: Could not find graphs for daily Just installing rrdtool+ruby-bindings did the Job normally. $ grep RRDtool /usr/local/lib/ruby/site_ruby/1.8/puppet/feature/base.rb Puppet.features.add(:rrd, :libs => ["RRDtool"]) root@pp (~) ?0 # pkg_info -L rrdtool-1.3.9|grep ruby /usr/local/lib/ruby/site_ruby/1.8/amd64-freebsd8/RRD.so Am I missing another dependence here? Are there any Puppet Best Practices with FreeBSD Writeups especially about Port Handling around? Thanks Tobias