similar to: Puppet Scalability - any good references

Displaying 20 results from an estimated 7000 matches similar to: "Puppet Scalability - any good references"

2014 May 08
0
"locking" puppet runs
We run our puppet agents as daemons with runinterval set to 30m. This works fine for the mostpart, but recently we took on three MariaDB Galera cluster nodes. In order for the cluster to survive, at least one node must be running at all times, i.e. you must not restart the MariaDB service on all three nodes at the same time, e.g. by pushing a change to the config file with puppet. With the
2011 Mar 09
4
prerun_command don't stop puppet on error
When an error occurs in prerun_command, puppet continues execution instead of stopping. We can see the error at the log file, but puppet cotinues doing changes: puppetd[18430]: Failed to prepare catalog: Could not run command from prerun_command: Execution of ''/path/to/command'' returned 1: We want to prevent changes when an error occurs in prerun_command. Our puppet.conf:
2010 Dec 21
2
how to disable runinterval option
hi all , i want to disable runinterval option on puppetd . as i know , after every 1800 sec.( 30 mins) , puppet client pull configuration from puppet master . I want configuration to be pushed to puppet client when i wwould fire puppetrun on puppet master rather than after every 30 min , configuration pulled puppet client. runinterval :How often puppetd applies the client
2009 Apr 22
3
Puppet doesnt run
Hi guys, Apologies if this is covered elsewhere. I''ve had a hunt through Google, Redline, and the FAQs but dont see it. Puppet 0.24.8 (and 24.7 on teh same box) starts up fine, but then just sits there, regardless of what I set runinterval to be. Puppet Server debug output stops at: debug: Creating default schedules debug:
2002 Feb 09
4
compressed audio tutorial - "major" update
I've made a large update to the introduction to compressed audio. I completely rewrote the first section, which I wasn't happy with. It now features two diagrams (worth 1000 words each!), and is broken up into a couple of sections. http://cs.leander.isd.tenet.edu/~mitchell/vorbis_intro.html I have also continued to tweak other sections based on feedback from email and this forum.
2002 Feb 09
4
compressed audio tutorial - "major" update
I've made a large update to the introduction to compressed audio. I completely rewrote the first section, which I wasn't happy with. It now features two diagrams (worth 1000 words each!), and is broken up into a couple of sections. http://cs.leander.isd.tenet.edu/~mitchell/vorbis_intro.html I have also continued to tweak other sections based on feedback from email and this forum.
2009 Jan 09
7
Cannot create /var/lib/puppet/clientbucket; parent directory /var/lib/puppet does not exist
Hi all, I''m doing a new install of my puppet server and I''m doing it like: 1.-) adding epel repo: http://fedoraproject.org/wiki/EPEL/FAQ#howtouse 2.-) yum -y install puppet-server 3.-) rm -rf /etc/puppet 4.-) copy my old puppet conf (from puppet-0.24.5 to 0.24.6) mv /etc/puppet.old /etc/puppet 5.-) start puppetmaster: [gridinstall etc]# /etc/init.d/puppetmaster start
2012 Jan 15
1
puppet client server connection refused when I use puppet kick
I have very strange problem. I set up puppet client on serveral servers but have problem with one of them. When I invoke: root@www ~ # puppet agent --server puppetmaster.domain.ltd --test notice: Ignoring --listen on onetime run info: Caching catalog for puppetclient.domain.ltd info: Applying configuration version ''1326444431'' notice: Finished catalog run in
2007 Mar 26
1
Syslinux fails with floppy emulation
I am trying to use syslinux on a floppy image to create a bootable CD. When I boot (on a number of computers) I only get "Boot error", using the image file on a floppy works. I realize the correct way to do this is using isolinux with no emulation but but I need to do this with syslinux :( I've looked into it and older versions of syslinux dont have this problem. From my research
2013 May 24
1
Example of a working runinterval + splay configuration?
I have a substantial number of Windows hosts running puppet 3.1.1 with the following in their puppet.conf: runinterval = 1800 > splay = true > splaylimit = 900 However in checking puppet logs, I''m finding that these hosts are dialing in at 30 minute intervals +/- 5-10 seconds. Can someone provide me an example puppet.conf that is properly implementing the splay feature on a
2007 Oct 23
6
what''s the maximum of the runinterval
hi,all I want the puppetd run in daemon only run by the puppetrun trigger, not schedule run . so how can do this ? what''s the maximum of the runinterval ? I want change this option to do this. Please help me . -- Huang Mingyou
2002 Feb 12
1
Where's the tool to do .ogg bitrate "peeling"?
Hello. The page http://www.vorbis.com/faq.psp (last faq) and http://cs.leander.isd.tenet.edu/~mitchell/vorbis_intro.html both state that it's possible to lower the bitrate of an existant ogg enc file without reencoding. Where does this feature exists? oggenc only likes wav files as input, how can I feed it an .ogg file and get a lower bitrate in a new one? -- Grzegorz Adam Hankiewicz
2007 Aug 20
2
beginner question
I went through all the ''getting started'' stuff, and have a puppetmaster and several test clients configured. I''m not clear as to how the puppetmaster manages the puppet configurations on the clients ... while it would obviously be possible to add puppet.conf as a distributed file, I''m guessing there''s probably a better way to manage this sort
2013 Feb 27
3
Weird problem with puppet 3.1 on Windows
Hi all, I''m installing the latest version of puppet (opensource) for Windows on Windows 2008 Server (At Amazon EC2). For some reason, Puppet''s scheduled task is configured to run every 20 hours instead of the desired 30 minutes (as shown in - http://docs.puppetlabs.com/windows/running.html) Is it a bug in Puppet? Is it something that I misconfigured? Screenshot of the
2008 Jan 04
4
Help with custom class.
Here is my class class puppetconf { file { "/etc/puppet/puppetd.conf": mode => 644, owner => root, group => root, source => "puppet://puppet/cci/etc/puppet/puppetd.conf", notify => exec[puppet_restart] } file { "/etc/init.d/puppet": mode => 755, owner => root, group => root,
2019 May 01
0
libguestfs Windows Build Support
On Wed, May 01, 2019 at 04:33:49PM +0300, Matan wrote: > Hello Richard, > > I've recently encountered with libguestfs while looking for a library > that provides parsing capabilities for VMDK formats, as part of a > utility I'm working on. I've read the documentation and and few of the > source code but couldn't find an answer for my question. > Then, I've
2007 Feb 16
1
Puppet client not reloading manifest
Hi I have installed the puppet master daemon and a puppet client but the puppet client is not periodically reloading the manifest, even though the client connects successfully and applies the manifest when started up the first time. My simple test manifest looks as follows: node default { file {"/home/ubuntuvm1/test.txt": mode => 777 } } Is it possible to set the
2008 Feb 19
1
good references on "survival analysis"
Dear all, I am looking for a good reference on "Survival analysis". I am looking for a booking containing both applications and Maths. Explaining different methods in survival analysis .... Many thanks Bernard --------------------------------- [[alternative HTML version deleted]]
2015 Feb 27
1
Easy way to strip down CentOS?
Le 26/02/2015 15:53, David Both a ?crit : > Ok, I understand, now. I just leave multiple desktops in place and > switch between them as I want. But perhaps you have reasons to do it as > you do. That is one thing I really appreciate about Linux, the fact that > there are many, many ways to accomplish almost everything and that what > is right and works for me may not be what works
2010 Nov 12
4
Failed to generate additional resources using 'eval_generate': wrong header line format
I''ve upgraded to puppet v2.6.2 on ubuntu (clients and server) and now I get this error messages related to pluginsync: info: Retrieving plugin err: /File[/var/lib/puppet/lib]: Failed to generate additional resources using ''eval_generate'': wrong header line format err: /File[/var/lib/puppet/lib]: Could not evaluate: wrong header line format Could not retrieve file