search for: ppet

Displaying 4 results from an estimated 4 matches for "ppet".

Did you mean: hpet
2010 Aug 20
5
puppet dashboard gui looks odd from apache2
I downloaded the puppet-dashboard.git from http://github.com/puppetlabs/puppet-dashboard and did the installation in my ubuntu lucid puppet server following the steps in "Installation". Now I can run it fine using the WEBrick like this root@sys-ubuntu { ~/git/puppet-dashboard }$ ./script/server -e production =...
2007 Aug 16
0
No subject
...I inc= lude<br>&gt; ntp:ntp_server the template doesn&#39;t seem to be able to fin= d the <br>&gt; ntp_server variable (Failed to parse template ntp/etc/<br>&gt; ntp= .conf.server: Could not find value for &#39;ntp_server&#39; at /etc/<br>&gt= ; puppet/modules/ntp/manifests/init.pp:66). This works if I define<br>&gt; = the variable inside the node. Again, what am I doing wrong here? <br><br></div>There&#39;s an ordering issue when autoloading, and it&#39;s = somewhat<br>intractable -- Puppet evaluates all...
2008 Jan 16
2
Memory Leak
So, I''ve stumbled across bleak_house (http://blog.evanweaver.com/files/doc/fauna/bleak_house/files/README.html) - this looks like it may help me track down what is causing the Memory leak I''m seeing (be it me, Ubuntu, Debian, or Puppet). First step: I''m going to clone the repo, branch Second step: Learn Ruby - shouldn''t be too hard. Third step: Do exactly what bleak_house says! At the start of your app, put: require ''rubygems'' require ''bleak_house'' $memlogger = BleakH...
2003 Oct 09
4
howto enable ssh on connect to rsync daemon
Hi, I'm trying to setup automatic sync of files over SSH from node2 to node1. node2 is the "server" and node1 is the "client". I have setup rsync like this on the nodes which runs AIX (4.3.3 and 5.1): 1. Installed rsync from Linux Toolbox (rsync-2.5.4-1.aix4.3.ppc.rpm) on both nodes. 2. Added following to both nodes /etc/services file: rsync 873/tcp 3. Added