search for: evaltrac

Displaying 11 results from an estimated 11 matches for "evaltrac".

Did you mean: evaltrace
2012 Sep 03
3
Puppet runs extremly slow on 1 of 18 Windows Server
Hi, We have 18 Windows Server in the same environment. All Windows Server are build with an individual Windows Image, we created before, which means, that all Windows Machines have the same configuration except ip/mac address and hostname. 17 of those Windows Server run Puppet within 120 seconds per run. But one of those Server took 49 hours for the run...the second one wasn''t
2012 Dec 09
4
Catalog compile times > 40s - Puppet 2.7.18
...ache::mod::dev" in puppetlabs-passenger, I get "Config retrieval: 2.45". Catalogs had hostnames replaced, puppetmaster.tld is the CNAME for Puppet master and puppetmaster-host.tld is the actual hostname. Catalog: http://pastebin.com/V29JmB8J # puppet agent --{summarize,test,debug,evaltrace,noop} | perl -pe ''s/^/localtime().": "/e'' <snip> Sun Dec 9 13:05:35 2012: notice: Finished catalog run in 2.43 seconds Sun Dec 9 13:05:35 2012: Changes: Sun Dec 9 13:05:35 2012: Events: Sun Dec 9 13:05:35 2012: Total: 1 Sun Dec 9 13:05:35 2012:...
2012 Mar 06
2
Long config retrieval on nodes
...large latency during agent runs, which appears to be down to the config retrieval step, so much so that we''ve needed to increase timeouts to avoid our Apache/Mongrel puppetmasterd solution from timing out the connection. I''ve done some basic profiling, using --summarize and --evaltrace, which shows that the bottelneck *appears* to be happening at the config retrieval level: (This is on our monitoring server) Time: Attachedstorage: 2.00 Class: 0.00 Collectd conf: 0.01 Config retrieval: 85.91 Cron: 0.00 Exec: 34.11 Fi...
2012 Jan 17
29
pass values to puppet-lvm
i would like to use the module puppet-lvm and would like to pass values to it. I have it setup properly as a module but I can''t for the lfe of me get it to take any values that I put in my baseconfig.pp in my home folder. like shouldn''t something like this work?? puppet-lvm {''setvolume'': vg => ''myvg'', pv =>
2012 Nov 06
19
puppet failing to run
I am getting this error after installing puppet with gem $ gem install puppet Fetching: facter-1.6.14.gem (100%) Fetching: puppet-3.0.1.gem (100%) Successfully installed facter-1.6.14 Successfully installed puppet-3.0.1 2 gems installed Installing ri documentation for facter-1.6.14... Installing ri documentation for puppet-3.0.1... Installing RDoc documentation for facter-1.6.14... Installing
2012 Jan 20
9
client not getting updates no error message
...seconds info: Applying configuration version ''1327090832'' debug: Finishing transaction 23780377878220 debug: Storing state debug: Stored state in 0.01 seconds notice: Finished catalog run in 0.03 seconds [root@PROXY-02 tmp]# puppetd --server PROXY-03.carnation.in --test -- noop --evaltrace notice: Ignoring --listen on onetime run info: Caching catalog for proxy-02.carnation.in info: Applying configuration version ''1327092221'' info: /Schedule[weekly]: valuated in 0.00 seconds info: /Schedule[monthly]: valuated in 0.00 seconds info: /Schedule[hourly]: valuated in 0.0...
2012 Nov 07
1
Instalacion y configuracion de puppet
Muy buenos días les escribo porque en mi empresa se decidió instalar puppet y tengo una semana tratando de hacerlo funcionar y me da un error tras error estamos usando canaima 3.1 si pudieran ayudarme se los agradeceria -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit
2012 Aug 23
1
Puppet Agent VS User
...lhost dbsocket = "" dbuser = puppet deviceconfig = /etc/puppet/device.conf devicedir = /var/lib/puppet/devices diff = diff diff_args = -u dns_alt_names = "" document_all = false downcasefacts = false dynamicfacts = memorysize,memoryfree,swapsize,swapfree environment = production evaltrace = false external_nodes = none factdest = /var/lib/puppet/facts/ factpath = /var/lib/puppet/lib/facter facts_terminus = facter factsignore = .svn CVS factsource = puppet://puppet/facts/ factsync = false fileserverconfig = /etc/puppet/fileserver.conf filetimeout = 15 freeze_main = false genconfig =...
2013 Sep 24
5
Service refresh gets scheduled and swp files
Hi, I have two issues with my puppet. *1*- When I change the config the service on the agent side implement the configuration change but the restart/reload gets scheduled and after 15 or 20 minutes it is executed, however the agent time to get conffig from server is 180 seconds. Followings are the logs *(/Stage[main]/Nginx/Service[nginx]) Triggered ''refresh'' from 2 events*
2011 Mar 30
8
trouble with my virtual user setup
Hello, I''m a puppet newbie and I''m having trouble getting my virtual user setup to work. Can someone please tell me what''s wrong with this setup? # virtual.pp # class virtual_users::virtual { @group { "users": gid => "100", ensure => present } @user { "lmoore": password =>
2011 Nov 04
1
Storeconfigs and nagios and foreman
...mma-separated. # The default value is ''''. # tags = # Whether to print a transaction summary. # summarize = false # Whether each resource should log when it is # being evaluated. This allows you to interactively see exactly # what is being done. # evaltrace = false # Whether to use lexical scoping (vs. dynamic). # lexical = false # Where Puppet looks for template files. Can be a list of colon- seperated # directories. # The default value is ''$vardir/templates''. templatedir = /var/lib/puppet/templates...