Date: Fri, 5 Feb 2010 20:27:07 +0100 From: Tobias Lott <tlott@gamesnet.de> To: ports@freebsd.org Cc: raj@csub.edu Subject: FreeBSD port: puppet-0.25.3_1 Message-ID: <20100205202707.294e1e82@sub.han.vpn.gamesnet.de>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100205202707.294e1e82>