Displaying 20 results from an estimated 10000 matches similar to: "how to set Ruby path?"
2011 Aug 16
4
Dashboard table resource_statuses growing uncontrollably
I''ve "inherited" the administration of a puppet-dashboard (version
1.1.0, installed on RHEL 5.6 from puppetlabs RPM), and have hit a
problem I''m hoping for some help with.
In short, one table, "resource_statuses" appears to be growing at a
rate far higher then the other tables:
mysql> select count(*) from nodes;
+----------+
| count(*) |
+----------+
|
2007 May 17
7
Puppet not honoring alternate path to namespaceauth.conf
Greetings,
I''ve two questions for y''all.
1) I''ve setup an alternate installation path for puppet in a site local
directory outside of ''the usual places''. Puppetd seems to insist that
/etc/puppet/namespaceauth.conf exists despite setting :authconfig in both
puppet and puppetd.
As a result part of my installation now includes a symlink to point
2010 Nov 01
7
No report named 'puppet_dashboard'
Hi all. I''m unable to integrate puppet dashboard as I keep getting the
following error: No report named ''puppet_dashboard''
Relevant configuration (names changed to protect the innocent)..
==== /etc/puppet/puppet.conf
[puppetd]
libdir=$vardir/lib
libdir=/var/www/puppet-dashboard/lib/puppet
[puppetmasterd]
reports = puppet_dashboard
2008 Apr 02
1
service won't restart puppetd
I''ve got the following class that runs if I activate the repo in
/etc/yum.conf. If I run "puppetd -t" from the command line it will
restart puppetd fine. If I let the class run on it''s own as a deamon
puppetd does not restart. The puppetmaster on the other hand does
restart using either method. I ran the client in "--debug" but that
doesn''t seem to
2007 Dec 07
2
last version of puppetd that will work with ruby 1.6.8 (RHEL3)
Hello...
What is the last version of puppet that will work with ruby version
1.6.8? I have a few RHEL 3 machines I would like to run puppetd (only
the client, not puppetmaster). They will be updated to RHEL 5 fairly
soon, so I don''t want to spend a lot of time trying to get a more recent
version of ruby on them.
thanks
/me buys Luke a beer for all his help :)
I now have
2007 Feb 27
14
Using a single class multiple times
Hi-
Recently starting using puppet while migrating an existing messy group
of systems to some nice new hardware. Things are going incredibly well,
and puppet''s functioning great. Have a bit of a headache. I''d like to
keep myself from duplicating lots of included classes. Lets say I have
this (snippet of a) class:
class dbserver {
file { "/etc/my_${db}.cnf":
2008 May 27
12
Puppetting the puppetmaster problems
Hi,
installing puppet at my first site was quite easy (not w/o problems,
but still). At the second site, I''ve run into something more serious.
First things first - I install puppetmaster on existing server, used
to keep LDAP db (my puppetmaster DOES NOT use LDAP, it just tries to
coexist on the same machine). The thing is, I need to puppet this
baby, so I''m running into a
2008 Dec 04
4
puppetmaster built via puppetd
hi,
i''m trying to set up my puppetmaster infrastructure with multiple
puppetservers behind load balancers in each of our datacenters. i''m
using 0.24.6. i''ve read the howto on puppet scalability, and i think
i''ve got the ssl config working correct, but i''m noticing that when
puppetd is used to build a puppetmaster, some of the files in $vardir/
ssl
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,
2007 Jan 10
7
Problem adding facts ...
I have created my first ''fact'', first attempt at Ruby too, and
configured the fileserver to server it but when a Fedora (5 or 6)
client sync''s puppetd appears to hang. CentOS clients sync and use the
new fact fine.
Find attached the fact file and the output from ''puppetd --debug
--factsync'' on a FC5 client is below. This is a 0.20.1 client and
2009 Feb 10
7
Lock file /var/lib/puppet/state/puppetdlock
I''m just starting a roll out of Puppet and I''m seeing a problem on maybe
25% of client nodes. The symptoms are that the clients stop updating. In
the Puppetmaster log, I''m seeing things like:
Feb 9 20:10:23 vs4 puppetmasterd[17942]: Compiled catalog for xxxx in
0.05 seconds
Feb 9 20:40:41 vs4 puppetmasterd[17942]: Compiled catalog for xxxx in
0.05 seconds
Feb 9
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
2006 Sep 23
4
"server" config option (and cmd-line option) don''t do anything for puppetd?
Hi guys,
Unlike what it says in the documentation and the --help output, I
can''t seem to get puppetd to use the --server setting. The only way I
can get puppetd to work is to include a ''puppet'' alias to the ip of
the machine I''m running puppetmasterd on in my hosts file.
The strange thing though, is that the logs of my puppetmaster show
that it *is* getting
2009 Jul 13
7
puppetd no-daemonize
So I have been trying to run puppet once in my kickstart %post scripts but
every time it detaches and daemonizes even though I have explicitly stated
otherwise. Am I missing something?
# rpm -q puppet
puppet-0.24.8-1
# /usr/sbin/puppetd --onetime --no-daemonize --verbose --debug
debug: Creating default schedules
debug: Failed to load library ''shadow'' for feature
2007 Oct 12
7
puppetd dies?
Greetings all,
My deployment of puppet includes a monitrc to make sure that puppetd stays
up and running. It seems like (across all of my hosts) that pupeptd will
end up dying and restarted by monit. I''m running puppetd under a screen
session now on one particular host with --debug --verbose to see if any
thing comes out on console but until it happens again, any anybody else
2009 Jul 01
10
Forcing puppetd ask puppemasterd for new changes
Guys, I seriously could not find this topic in the documentation.
What do you do when you need to force puppetd hosts get the new
settings from puppetmasterd?
What I found was only sending USR1 signal to the client process in
order to make it refresh its configuration from the master.
But I find it a bit inconvenient for a large amount of hosts.
There is also puppetrun which, if I understand
2009 Oct 20
11
Stuck with puppet
Hello a newbie here.
The situation is that:
2 machine one master one client
Puppet 0.24.5
This my configuration:
Client:
/etc/puppet/puppetd.conf
[puppetd]
server = Asus-Vista-Box
logdir = /var/log/puppet
vardir = /var/lib/puppet
rundir = /var/run
master
/etc/puppet/manifests/classes/sudo.pp
class sudo {
file { "/etc/sudoers":
owner => "root",
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
2007 Apr 13
2
puppet reporting an older version installation
Hello all,
I have puppet rpm on internal repository for updating it to servers that
don''t have it on their normal repos (Centos, Fedora Core 4 or older...)
Then I have this to ensure that puppet is at latest version:
package { "puppet":
ensure => latest,
provider => yum,
}
I added puppet 0.22.3 to my internal repository and all servers updated
to that version,
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