search for: splay

Displaying 20 results from an estimated 64 matches for "splay".

Did you mean: play
2007 Oct 17
4
oddity
Greetings, Shouldn''t puppetd -o --ignoreschedules ... imply that splay* options are ignored :-) If that''s not the intended behavior could we get a --run-now that ignores splay* and schedules? Cheers, Ryan
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 similar environment (windows, Puppet 3...
2013 Feb 08
1
Still getting an error....Re: Mcollective/Puppet Plug-In
...annot validate input: Unknown validator: ''puppet_server_address''. Cannot validate input: Unknown validator: ''puppet_server_address''.puppetdev04 : Puppet command ''puppet agent --test --onetime --daemonize --color=false --no-splay --server puppetdev05'' had exit code 1, expected 0 {:summary=> "Puppet command ''puppet agent --test --onetime --daemonize --color=false --no-splay --server puppetdev05'' had exit code 1, expected 0"} On Fri, Feb 8, 2013 at 2:12 PM, R.I.Pienaar <...
2008 Jul 10
6
Getting undefined method `-' for #<XMLRPC::DateTime:0xb7c729e8>
Hello, all. I am getting the following error on a couple of my puppet nodes when I run puppetd -v -o --no-daemonize --no-splay: err: Could not retrieve catalog: undefined method `-'' for #<XMLRPC::DateTime:0xb7c729e8> The error goes away if I add --ignorecache, but I''m not sure that''s quite the fix I''m hoping for. It will also go away if i remove my localconfig file, but the error...
2009 May 18
4
running and configuring puppetd as a daemon at a set time
Hello All I gather that the number of times the daemon checks in is controlled via runinterval (default 1800 seconds) Further, splay (and splaylimit) sets if a pseudo random time is used before checking in. BUT does splay have any meaning if i can not set when the daemon should attempt to check in? Or can i set the check-in time (i may have just missed the option)? cheers chakkerz --~--~---------~--~----~------------~-------~-...
2018 Feb 27
1
tinc 1.1: missing PONG
...Moving the most recently > > accessed event to the end gives the others a chance to proceed. > > But it doesn't order them by most recently accessed. It's a > deterministic order that doesn't change except when io_add() or io_del() > is called. Or put in another way: splay_each(io_t, io, &io_tree) goes > through the nodes of the io_tree in the order determined by > io_compare(). Unlike the POSIX event code, the Windows version calls splay_search() to map the event to an io_t. The call to splay_search() will splay the tree which changes the order the next...
2007 Aug 20
2
beginner question
...tions 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 of thing? Specifically, if I want to do something like change ''runinterval'' or ''splay'' on all the clients, what would be the standard way of doing it? I''m guessing this info is contained in the missing file ''reductivelabs.com/trac/puppet/wiki/ MasterConfigLayout'' ...
2013 Jun 07
1
" mco puppet runonce -v" fails when puppet returns code 2 for change
...mco puppet runonce -v Discovering hosts using the mc method for 2 second(s) .... 1 * [ ============================================================> ] 1 / 1 mcqpuppetagent. : Puppet command ''puppet agent --test --server mcqpuppetserver. --onetime --daemonize --color=false --splay --splaylimit 30'' had exit code 2, expected 0 {:summary=> "Puppet command ''puppet agent --test --server mcqpuppetserver. --onetime --daemonize --color=false --splay --splaylimit 30'' had exit code 2, expected 0"} ---- rpc stats ---- No...
2001 Mar 09
2
converting WAV to ogg
I am trying to convert some a few WAV files to ogg format (using vorbis-tools-1.0beta4 oggenc). I tried: $ oggenc -o nash.ogg nash.wav ERROR: Wav file is unsupported subformat (must be 16 bit PCM or floating point PCM ERROR: Input file "nash.wav" is not a supported format And: splay -d - nash.wav | oggenc -r -o nash.ogg - The resulting file when played with ogg123 played so fast I couldn't understand it. For example, the wav playing normally: real 0m30.018s user 0m0.021s sys 0m0.011s And the ogg version: real 0m3.826s user 0m0.564s sys 0m0.013s...
2011 Jun 22
2
environment ENC vs cmdline
Hi all, I am using puppet with an ENC script. In this scripts YAML output the environment (generally "production") is set. For testing purposes I would like to start puppet runs from the cmdline of a managed host like: $ puppet agent --onetime --no-daemonize --verbose --no-splay --environment development The problem is the --environment Parameter is not being used if an environment is already set in the ENC. The ENC environment settings seems to always win over the cmdline. Is the the desired behavior? I would like to set all configuration (incl. environment) in the ENC,...
2008 Aug 04
18
puppetd daemon vs. cron
Hi, I''m running multiple vservers and have some aspects managed via puppet. I noticed that puppetd consumes from 20 to 60 mb RAM and the longer the process runs, the more RAM it takes. It looks like 60MB is the top what I measured. Having a couple of vservers (11 in my case) this can already take up to 500MB just for puppet! I''m wondering if there''s any downside in
2007 Oct 30
1
puppet.conf sections
...logdir = /var/log 9 10 ssldir = $vardir/ssl 11 12 [puppetmasterd] 13 manifestdir = $vardir/manifests 14 modulepath = $vardir/modules 15 16 [ca] 17 autosign = false 18 19 [puppetd] 20 listen = true 21 report = true 22 splay = false 23 24 [reporting] 25 reports = tagmail 26 27 [tagmail] 28 reportfrom = foo@host I can only get it to work as expected with: 1 $Id$ 2 3 [main] 4 confdir = <%= confdir %> 5 vardir = <%= vardir %> 6 7 rundir = /var/run 8...
2000 Jun 26
1
Re: [vorbis] bug in glibc 2.1.2 and older
Hello, I have solved this problem in the splay mp3 decoder with this: In the header: #if (__GNUC__ < 2 || ( __GNUC__ == 2 && __GNUC_MINOR__ < 91 ) ) #warning "inline code disabled! (buggy egcs version)" #undef __NO_MATH_INLINES #define __NO_MATH_INLINES 1 #endif #include <math.h> In the makefile: CXXFLAGS=@CXX...
2009 Jul 28
2
sequential change implementation
How do I prevent the following: I have several web servers behind the load balancer, how do I make sure that when something changes and web servers need to be restarted that they are not all restarted at the same time but rather one by one. Is there a way to configure sequential push of some kind? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are
2008 Apr 12
8
Question: Do all puppetd run at the same time?
(I know more questions... :-)) I know the default for puppetd is to check puppetmasterd every half hour, but my question does each puppetd check at the same time? Or does it depend when puppetd is started or like a cronjob does it run at the 1/2 hour and hour mark? Is there some randomness to the times they run? My point is if they all run at the same time then if you have a large amount of
2013 Mar 05
9
Mcollective/Puppet Connector
When attempting to execute the mcollective puppet plugin: # mco puppet runonce -v aixl : execution expired aixj : execution expired I get an error, ''execution expired'' on some hosts. However, these hosts respond via mco ping and, I have verified the date/time on the servers. The puppet agent is also
2001 Feb 27
2
building under NetBSD and using /dev/audio
I am using NetBSD 1.5.1_ALPHA (i386). I have libao-0.6.0, libvorbis-1.0beta4, libogg-1.0beta4 and vorbis-tools-1.0beta4. My sound works. I am able to use a .ogg file by using ogg123 to create a .wav file and playing it with splay. (splay uses /dev/audio.) How can I modify ogg123 (or liba0) so I can use /dev/audio as the default sound device? Or maybe it would be better to add a new device (for ao_get_driver_id) so I can use /dev/audio. I did try patching libao's src/plugins/oss/ao_oss.c to use /dev/audio instead of /...
2018 Feb 27
2
tinc 1.1: missing PONG
Here's a diff to call WSAWaitForMultipleEvents() repeatedly to check for events other than the first one returned. I've also added a map of io_t to events[] index so avoid the need for splay_search(). The value of event_count will change if a callback adds an event so we need to handle that. I've added a generation number to the splay tree head that gets incremented by io_del(). I'm undecided whether it should also be incremented by io_add(). Does this seem like the right di...
2009 Jun 09
2
err: Connection timeout calling puppetmaster.getconfig: execution expired
Hi all, My current conf splits 188 clients execution in one hour, and puppet runs as a cron job. My server (2cpu 2 GB RAM) runs with mongrel (with 8 puppetmasterd) and this conf works fine. We''d like puppet to run clients all at same time (force a change, i.e.), so we''re testing several things. (Previous conf do not support massive execution). First and most important, is
2012 Jun 14
15
Problem with Load Balancing Puppet masters with Apache mod_proxy
I have a single LB running Apache with mod_proxy in front of a Puppet master. These are the LB and Puppet master configs: <Proxy balancer://puppetmaster> BalancerMember http://192.168.1.10:8140 </Proxy> Listen 8140 <VirtualHost *:8140> SSLEngine on SSLCipherSuite SSLv2:-LOW:-EXPORT:RC4+RSA SSLProtocol -ALL +SSLv3 +TLSv1 SSLCipherSuite