Displaying 9 results from an estimated 9 matches for "configtimeout".
Did you mean:
config_timeout
2007 Feb 15
3
err: Configuration retrieval timed out
is there any way to prevent this timeou ?
i tried --configtimeout=600 --filetimeout=600
but this does not changes anything
--
Cordialement,
Ghislain
_______________________________________________
Puppet-users mailing list
Puppet-users@madstop.com
https://mail.madstop.com/mailman/listinfo/puppet-users
2009 Jun 09
2
err: Connection timeout calling puppetmaster.getconfig: execution expired
...g the client should wait for the configuration to be
retrieved
# before considering it a failure. This can help reduce flapping if too
# many clients contact the server at one time.
# The default value is ''120''.
server:
# puppetmasterd --genconf|grep timeout
configtimeout = 360
client:
# puppetd --genconf|grep timeout
configtimeout = 360
but then we get more errors! only 1 client is able to run its conf.
Does it make sense for anyone?
What other tunning could we test in order to reduce connection timeouts?
server:
# rpm -qa|grep puppet
puppet-0.24.7-4.el5
p...
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
2008 Dec 18
3
errors after 0.24.7 upgrade ..
...manifests
bucketdir = /opt/puppet/bucket
autoflush = true
logdir = /var/log/puppet
ssldir = $vardir/ssl
factpath = $vardir/lib/facter
vardir = /var/lib/puppet
rundir = /var/run/puppet
pluginsync = true
certdnsnames = puppet:< removed >
report = true
configtimeout = 300
puppetdlog = $logdir/puppetd.log
splaylimit = 1800
splay = true
runinterval = 3600
ca_port = 8145
[puppetmasterd]
storeconfigs = true
dbadapter = mysql
dbname = puppet
dbuser = puppet
dbpassword = < removed >
dbserver = localhost
dbsocket...
2012 Aug 23
1
Puppet Agent VS User
...ib/puppet/state/classes.txt
client_datadir = /var/lib/puppet/client_data
clientbucketdir = /var/lib/puppet/clientbucket
clientyamldir = /var/lib/puppet/client_yaml
code = ""
color = ansi
confdir = /etc/puppet
config = /etc/puppet/puppet.conf
config_version = ""
configprint = all
configtimeout = 120
couchdb_url = http://127.0.0.1:5984/puppet
csrdir = /var/lib/puppet/ssl/ca/requests
daemonize = true
dbadapter = sqlite3
dbconnections = ""
dblocation = /var/lib/puppet/state/clientconfigs.sqlite3
dbmigrate = false
dbname = puppet
dbpassword = puppet
dbport = ""
dbserver =...
2007 Feb 08
16
exported ressources
Hello,
i wanted to know if we can use exported ressrouces to do things like this:
- for all nodes tagged as xxx create on the node yyy a file which content is a template where we can have each hostname
, or create one file per nodes matching
exemple
/etc/hosts.allow
sshd: host1
sshd: host2
...
or
/etc/backuppc/host1
/etc/backuppc/host2
...
from the docs it seems i can collect only ALL
2007 Nov 11
4
puppetrun fails: "Certificates were not trusted"
...ebug: puppetd: Setting runinterval to ''60''
debug: puppetd: Setting listen to ''false''
debug: puppetd: Setting usecacheonfailure to ''true''
debug: puppetd: Setting puppetdlockfile to ''$statedir/puppetdlock''
debug: puppetd: Setting configtimeout to ''30''
debug: puppetmaster: Setting railslog to ''$logdir/rails.log''
debug: certificates: Setting hostprivkey to ''$privatekeydir/puppet1.abc.net.pem''
debug: certificates: Setting publickeydir to ''$ssldir/public_keys''
debug: cer...
2013 Aug 06
7
Puppet first run timing out
I''m working on deploying Puppet to our environment and after reinstalling
some nodes, I run Puppet for the first time. It appears to be updating some
Puppet specific files (see below), and then times out with the error:
"Error: /File[/var/lib/puppet/lib/facter/ip6tables_version.rb]/ensure:
change from absent to file failed: execution expired Error: Could not
retrieve plugin:
2011 Nov 04
1
Storeconfigs and nagios and foreman
...= /var/lib/puppet/state/classes.txt
# How long the client should wait for the configuration to be
retrieved
# before considering it a failure. This can help reduce flapping
if too
# many clients contact the server at one time.
# The default value is ''120''.
# configtimeout = 120
# Boolean; whether puppet agent should ignore schedules. This is
useful
# for initial puppet agent runs.
# ignoreschedules = false
# The port to communicate with the report_server.
# The default value is ''$masterport''.
report_port = 8140
# Whe...