Displaying 20 results from an estimated 40000 matches similar to: "Puppetd hangs with 100% CPU usage"
2012 Feb 16
1
uncaught exception of type NoMethodError: undefined method `<=>'
Hi,
i''ve upgraded many of my client machines to version 2.7.10 lately and
since on some clients (server is running 2.7.10) i get the following
error (running puppetd -tvd --noop --trace):
/usr/lib/ruby/1.8/puppet/simple_graph.rb:181:in `<=>''
/usr/lib/ruby/1.8/puppet/simple_graph.rb:181:in `sort''
/usr/lib/ruby/1.8/puppet/simple_graph.rb:181:in
2010 Oct 06
2
weird ELF error
Anyone know what this is? It doesn''t seem related to puppet but I''m stumped.
info: Loading facts in dmidecode
info: Loading facts in cpuinfo
debug: catalog supports formats: b64_zlib_yaml marshal pson raw yaml; using pson
/usr/lib64/ruby/site_ruby/1.8/puppet/indirector/rest.rb:55:in `deserialize''
/usr/lib64/ruby/site_ruby/1.8/puppet/indirector/rest.rb:69:in
2006 Sep 19
4
Problem with ''package'' to yum install
Hi, I just got my local yum repo setup so that I can use puppet to  
install packages... and it looks like something is not working.
<snip>
Tue Sep 19 02:13:05 PDT 2006 Puppet (notice): Starting configuration run
Tue Sep 19 02:13:10 PDT 2006 //default/java/package=jdk/ensure (err):  
change from absent to latest failed: Could not update: Could not  
execute ''/usr/bin/yum -y install
2008 Feb 02
5
Service ensuring fails on some distro (gentoo) with some packages
Hi
I''m having the following problem and tried already several workarounds,
as well benp- tried to help me on irc.
I copied the ntp modul from DavidS repo and adapted it in the Service
part to run as well under openbsd. Which was just adding some binary if
openbsd is the operatingsystem.
However then I wanted to run it as well on a gentoo system (on centos,
debian and openbsd it was
2009 Jun 13
0
problems with puppetd on some of my solaris machines
I am having troubles with getting puppetd running on some of my  
Solaris10 update 7 (05/2009) boxes.
I use Jumpstart to build my servers, so the installation is  
repeatable, consistent, and automated, so it is especially confusing  
that some boxes work, and others don''t.
I can ssh into both of these machines, so the host certs should be OK.
As part of my installation, I download the
2011 Nov 01
2
Custom fact not set with mc-puppetd
Hello,
I''ve mcollective 1.2.1 with puppet 2.6.12 on rhel5.6, facter 1.6.2
setup from http://projects.puppetlabs.com/projects/mcollective-plugins/wiki/FactsFacterYAML.
Now I''ve create a custom fact in /usr/lib/ruby/site_ruby/1.8/facter/
customer_status.rb.
On the client;
Running facter customer_status works.
Running ''puppet agent --test'' works, customer_status
2012 Dec 07
2
Help with PuppetDB
Hello Everybody,
                           I am trying to install the puppetdb on the same 
machine as am running my puppetmaster.
I am getting the following error when am trying to connect the agent:
Error: Could not retrieve catalog from remote server: Error 400 on SERVER: 
Failed to submit ''replace facts'' command for ftldwshost180.wsdev.citrix.com 
to PuppetDB at
2011 Nov 18
5
Puppet on windows: File resource problem
Anybody knows what this error, bellow, means, the target file,
C:/Splunk/etc/system/local/inputs.conf, does exist.
sometimes, if I delete the file, it does actually create it, but never
update it if it exists and changed...
The resource is defined as:
    file { "splunk_inputs":        owner   => SYSTEM,        group
=> SYSTEM,        mode    => 664,        require =>
2012 Mar 28
2
retrieving module directory
Hi everyone,
I have a puppet master/client infrastructure setup with apache. When on the
same datacenter I don''t have any problem.
I am trying to use another datacenter, so I setup the fileserver.conf as
followed:
# Files in the /path/to/files directory will be served
# at puppet:///mount_point/.
[modules]
        allow   *.datacenter1
        allow   *.datacenter2
[plugins]
       
2009 Jul 28
1
puppet vs cron vs x86_64
I have following trouble on x86_64 machines.
On i686 machines all ok.
[awasilyev@hyperic ~]$ sudo puppetd -t
err: Could not create puppet: Could not find a default provider for cron
warning: Not using cache on failed catalog
warning: Configuration could not be instantiated: Could not find a default
provider for cron
[awasilyev@hyperic ~]$ ls /usr/lib/ruby/site_ruby/1.8/puppet/provider/cron
2006 Nov 21
5
strange puppetd error
Greetings,
I''m trying to set up a minimal CentOS 4 kickstart that installs puppet
during the %post and then use puppet to build up the rest of the
configuration.
I''ve gotten things so that puppet 0.20.1-2 will install using yum during
the %post in the kickstart, but now I''m seeing this error when it tries
to run during %post and after I reboot the newly installed
2007 Mar 26
7
"Could not run Puppet::Network::Client::Master" after 0.22.2 upgrade
After upgrading my puppetmaster server to 0.22.2 using David''s src RPM''s
   for RHEL4 rebuilt for x86_64 i am getting the following error when puppetd
   attempts a configuration run.
     Mon Mar 26 10:05:43 EST 2007 Puppet (err): Could not run
     Puppet::[1]Network::Client::Master: Invalid value ''nil'' for noop
   When puppetd is started the initial run is
2007 Dec 28
2
puppet hangs on Puppet::Type::Package::ProviderYum
This is particularly nasty, since it''s on the puppetmaster itself:
 
[root@puppet tmp]# rpm -q yum puppet puppet-server
yum-3.0.5-1.el5.centos.5
puppet-0.24.0-2.el5
puppet-server-0.24.0-2.el5
[root@puppet tmp]# cat /etc/issue
CentOS release 5 (Final)
Here''s the output of puppetd --debug:
 
notice: Starting catalog run
debug: Loaded state in 0.01 seconds
debug: Prefetching rpm
2007 Apr 23
8
exec resources
I am consistently getting the following error from puppetd when an exec resource is
triggered by a refresh event:
Apr 23 10:36:11 mailhub puppetd[37884]: Reopening log files
Apr 23 10:36:11 mailhub puppetd[37884]: Starting Puppet client version 0.22.3
Apr 23 10:36:11 mailhub puppetd[37884]: Starting configuration run
Apr 23 10:36:12 mailhub puppetd[37884]:
2007 Jan 03
18
error "Stack level too deep" on ''exec[ "perl Makefile.PL" ] ?
Hi,
I''m testing puppet from the subversion trunk. I have a rather
hacked-together system to install a CRM into one of my nodes, which
worked (more or less) with version 0.19.3. When I tried to do a puppet
run on a completely clean node it seemed to stall on the ''compilation''
part (I do an exec of ''perl Makefile.PL'' in the appropriate dir). When
I broke
2007 Mar 30
3
still unable to add new nodes?
I updated to 0.22.3-1 from the dlutter repo (CentOS 4.4) and I''m still
having trouble adding new nodes as others saw from the previous version,
though I believe the error is different now.  The procedure I used was:
<client> /etc/init.d/puppet once -v
<server> /usr/sbin/puppetca --sign nodename
<client> /etc/init.d/puppet once -v
This used to work for new nodes, now I
2012 Sep 14
2
assistance needed - err: Could not retrieve catalog from remote server: execution expired
Hi,
I have a puppet infrastructure running 2.6.14 under Passenger with about 30 
nodes. I''m just spinning up a new Cent 6.3, puppet 2.7.19 master. Right now 
I have the master built and configured using the same configuration as my 
2.6.14 setup, with a few tweaks for the new version. Puppet on the master 
built itself fine. I have puppetd stopped on the master. I tried pointing 
one
2009 Nov 16
1
puppetd 0.24.7-r1 has lots of close_wait connections
Hi folks
I know that has, to some degree, been run over the past year in different  
ways, but, I may have yet another instance of an issue on this.
The puppetmaster system and the puppet system are both running 0.24.7-r1,  
on a gentoo system. Other puppet systems are running 0.24.4.
The puppet system (not the puppetmaster system) that is running 0.24.7-r1  
is showing multiple close_wait
2009 Jul 16
2
In the catalog, /Settings[*] is what?
I left my new puppetmasterd running last night.
came in with a stack trace below.
A number of questions:
1. Where did /Settings come from?
2. Is there a way to dump the contents of the catalog to understand?
3. I want to change the perms for all that stuff
4. puppetd is not running on this host, does puppetmasterd act like a
puppetd?
notice: Compiled catalog for inst01.corp.631h.metaweb.com
2010 Jul 22
9
First Foray into Parameterized Classes.... not so good
I have this:
class foo::foobar ($version) {
}
which is called like this:
class facility::sanjose inherits facility::common {
    class { foo::foobar: version => "1.3.13" }
}
puppet complains with this on the client:
Could not retrieve catalog from remote server: Error 400 on SERVER:
Could not find parent resource type ''facility::sanjose'' of type
hostclass in