Displaying 20 results from an estimated 3000 matches similar to: "Forcing puppetd ask puppemasterd for new changes"
2008 Jan 14
5
Puppetrun denied by puppetd
Hi,
I have a Gentoo server running puppetmasterd from Puppet 0.24.1 and a
Ubuntu server running puppetd from Puppet 0.23.2.
I have added listen=true to the [puppetd] section on the client and run
puppetd --debug. I then run puppetrun --debug --host hostname on the
puppetmaster server. This is the output I get:
Puppetmaster:
# puppetrun --debug --host hostname
Failed to load ruby LDAP library.
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
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 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
2007 Nov 28
7
puppetrun failing: "connect'': tlsv1 alert unknown ca"
I''m trying to get puppetrun to work, without luck so far.
I have my puppetmaster and clients working fine with the clients polling
the master. Now I want to be able to force an update. Using version
0.23.2
On the client I set listen=true and created the namespaceauth.conf file.
Restarted puppetd and it appears fine.
On the master I run puppetrun as root and get
root@plane:/etc/puppet#
2007 Nov 12
2
How to keep several puppetd in sync at the same time ?
Hi,
I''m still writing my djbdns module, I came to the following design issue
with master and slave tinydns.
Normally there is no such master and slave distinction in djbdns: all
tinydns instance are equal. Usually one instance on one host is
considered the master on, which the RR are changed, and when you need to
propagate them, you rsync the datas to the other hosts, where they will
be
2010 Aug 13
7
Push changes to clients
I was wondering how to configure the puppet clients to only listen,
not to periodically pull configs down from the puppetmaster.
I''d rather push the configs out from the puppetmaster with
puppetrun...
At a guess I need to set runinterval to 0 in /etc/puppet/puppet.conf?
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post
2007 Feb 16
1
Can''t get puppetrun to work
I''ve tried this on two different setups all running 0.22.1. One group
is Ubuntu/OpenBSD the other is RHEL4/RHEL4.
Master has signed client certs. puppetd works fine from client.
If I run from the server side:
root@server:~# puppetrun --host client_host.example.com
Failed to load ruby LDAP library. LDAP functionality will not be available
Triggering client_host.example.com
Host
2007 Jan 29
1
Fatal messages being lost from daemon
I want to use puppetrun so I added --listen to the puppetd
command-line. Puppetd would run and then immediately exit. I
couldn''t figure out the cause because there was nothing in the logs.
I finally figured it out when I ran it with --verbose.
# puppetd --listen --verbose
Will not start without authorization file /etc/puppet/namespaceauth.conf
My guess is that the fatal message is
2011 Feb 22
8
auth.conf & namespaceauth.conf : which files belong on the master , and client?
I''m trying to wrap my head around these files...
do both of them need to reside on the client and master?
are there any docs that describe these files and what all the option/
sections are and what they do?
Thanks all....
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to
2006 Dec 06
1
Problem with puppetd --listen
Hello all,
I have a little problem with the --listen option.
Id like my client servers to update only when I run puppetrun on the
puppetmaster server. So far, I tried:
puppetd --listen --server mymasterserver -v (on the client server)
Then:
puppetrun --host myclientserver
The updates runs ok... but the client check for updates again every 30
mins or so and I dont want him to do so. I tried:
2007 Jul 23
4
options not being parsed...
With both puppet-0.23.0 and 0.23.1 if I setup just the configuration file
puppet.conf, none of the puppetd options seem to get parsed. I first
noticed this when monit failed to start/stop services due to the lack of a
pid file being generated (and mine is not in one of the usual places).
I''m sure that something like the patch attached but I bet it breaks other
assumptions :-)
Cheers,
2007 Feb 17
1
Not authorized to call puppetmaster.freshness ?
What''s this mean?
root@gravity:/etc/puppet/manifests# puppetd -v --listen
info: Starting handler for Runner
info: Starting server for Puppet version 0.22.1
info: Listening on port 8139
notice: Starting Puppet client version 0.22.1
err: Could not run Puppet::Client::MasterClient: Host
gravity.example.org not authorized to call puppetmaster.freshness
Thanks,
Kent
--
"It may be true
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
2010 Oct 05
32
puppet push mode
Hello All,
I am trying to put puppet into push mode only. The instructions I''ve seen
have said to put listen=true in puppet.conf but that doesn''t seem to have
stopped the pull every 30 minutes. What else needs to be set?
Thanks,
Jim
--
“Twenty years from now you will be more disappointed by the things that you
didn’t do than by the ones you did do. So throw off the bowlines.
2007 Oct 29
2
puppetd and self management
OS: FreeBSD 6.2-RELEASE
Puppet: 0.22.4
OS: CentOS 5.0
Puppet: 0.23.2
Is it currently not possible for puppetd to upgrade itself (0.22.4 -> 0.23.2)? I tried it,
and when puppetd attempted to restart itself (using the init provider), it failed to start
back up. Perhaps the init provider needs to close all file handles before executing the
rc.d scripts?
Additionally, I had puppetd update its
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 Nov 11
4
puppetrun fails: "Certificates were not trusted"
Hello all,
I''ve tried to run ''puppetrun'', but there seems something unconfigured regarding the certificates. The reverse way (puppetd pulls the config from puppetmasterd) works fine.
The namespaceauth.conf on the client (where puppetd runs) is configured as follows:
[puppetrunner]
allow *.abc.net
(also tried the calling host: puppet1.abc.net)
But when I call
2009 Jun 10
10
puppet client looking for server puppet
In my puppet client I have
puppet.conf defined puppet server as mypuppet
server = mypuppet.example.net
Not sure why the puppet client puppet-test is still sending these
noises to the syslog
Jun 10 13:36:23 puppet-test puppetd[10863]: [ID 702911 daemon.error]
Could not find server : getaddrinfo: node name or service name not
known
Jun 10 13:36:23 puppet-test puppetd[10863]: [ID 702911
2008 Apr 22
9
Puppetd exits when "puppet" can't be resolved
Heya,
I''m using puppet on Ubuntu (Gutsy/Hardy) and there''s a problem with
the default setup of Ubuntu.
Ubuntu uses network-manager to start the network in the background,
which in turn causes puppet to start before the network is up. Puppet
will then exit because it can''t resolve the server name.
Currently I "solve" this problem by uninstalling