Displaying 20 results from an estimated 6000 matches similar to: "weird ELF error"
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
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]
2013 Sep 09
1
Error 400 on SERVER: Could not find class pentaho for server.test.com
Good morning ,
I could help to debug this problem ?
"puppet agent - test"
Debug: catalog supports formats: b64_zlib_yaml dot pson raw yaml; using pson
Error: Could not retrieve catalog from remote server: Error 400 on SERVER:
Could not find class pentaho for s <http://srvdev206.cia.stefanini.com/>
erver.test.com
/usr/lib/ruby/vendor_ruby/puppet/indirector/rest.rb:185:in
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
2012 May 23
16
could not retrieve information from environment
Greetings. I am trying to set up a test puppet server in my
environment to evaluate windows clients. On the server side, I am
using puppet 2.7.14 (from the repos). I''m using the 2.7.14 windows 64
bit on the client (windows 2008 R2). I have another puppetmaster
already using "puppet" hostname in DNS (running a very old version of
puppet - can''t upgrade yet for various
2013 Sep 09
1
Error on tried to used this module in development environment.
Good morning ,
I could audar to debug this problem ?
"puppet agent - test"
Debug: catalog supports formats: b64_zlib_yaml dot pson raw yaml; using pson
Error: Could not retrieve catalog from remote server: Error 400 on SERVER:
Could not find class pentaho for srvdev206.cia.stefanini.com on node
srvdev206.cia.stefanini.com
/usr/lib/ruby/vendor_ruby/puppet/indirector/rest.rb:185:in
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
2011 Dec 15
0
Using stored configs brakes on client update
Hi,
We''re using puppet from longer time, but now want to switch into
stored configs. When I ran locally puppet on puppetmaster server, ie:
puppet /var/lib/puppet/manifests/nodes.pp --debug
it works smooth.
When running client with debug I get message:
root@puppet-client:~# puppet agent -v --fqdn=puppet-client.ig.local --
waitforcert 60 --onetime --no-daemonize --logdest console --test
2010 Apr 21
12
puppetd stops
Hi all,
The last 2 weeks we have been having problems with puppetd just randomly stopping. The only thing the log shows is:
<snip>
Apr 21 12:14:59 relay puppetd[1376]: Finished catalog run in 4.78 seconds
Apr 21 12:30:07 relay puppetd[1376]: Finished catalog run in 4.76 seconds
Apr 21 12:45:20 relay puppetd[1376]: Finished catalog run in 4.61 seconds
</snip>
There is no pattern when
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 =>
2011 Aug 23
2
err: Could not run Puppet configuration client: execution expired
I am new to using puppet and having trouble when updating an agent
from a master which has a lot of files.
Usually the updates work, but when there are a lot of files I get this
error when running:
sudo puppetd --test --server puppet.example.local --trace --debug
>>>
debug: Failed to load library ''rubygems'' for feature ''rubygems''
debug: Failed to load
2010 Aug 20
6
Debugging errors with external nodes
How do I debug errors with external nodes? When my client connects,
the following appears on the puppetmaster when running in debug mode.
It''s not feasible to always be running the pupeptmaster in debug mode.
debug: importing ''/etc/puppet/modules/yum/manifests/client.pp'' in
environment production
info: Automatically imported yum::client from yum/client into production
2009 Oct 21
2
Bug #2617(?) in Puppet 0.25.1rc2
When I use the latest puppet 0.25.1 I got the same problem. This is
what I do:
0. Install the Ubuntu 8.04 server with ssh, ruby, rdoc, libopenssl-
ruby and git-core (which gets removed after clone).
1. Install the latest puppet from git repositories on both machines
using git clone «git clone git://github.com/reductivelabs/puppet» and
«git clone git://github.com/reductivelabs/facter»
2. Install it
2010 Aug 25
18
Puppet hangs
Hello,
we have one puppet server managing approx servers, all FreeBSD.
The problem is that the puppet clients all hangs, one by one,
eventually. They will run for anything between an hour up to a week.
But eventually the all hang.
We really like puppet and want to keep using it. But the way it is now
is completely unusable. We''ve tried many versions, from 24.x, and now
2.6.1rc1. But
2011 Feb 21
7
header too long (OpenSSL::X509::CRLError) ?
Hi,
My puppet master don''t want to start anymore.
Any idea ?
[root@puppetmaster requests]# puppet master --no-daemonize --debug
debug: Puppet::Type::User::ProviderDirectoryservice: file
/usr/bin/dscl does not exist
debug: Puppet::Type::User::ProviderPw: file pw does not exist
debug: Puppet::Type::User::ProviderUser_role_add: file rolemod does not exist
debug:
2011 Feb 15
6
trouble with retrieving information from current source
I''m rather new to puppet and I''ve been trying to get a module to work
on the client servers. Right now I''m trying to get
http://forge.puppetlabs.com/ghoneycutt/pam to run. When I try to run
it I get these two errors:
err: //pam/File[/etc/pam.d/sshd]: Failed to retrieve current state of
resource: Could not retrieve information from source(s)
2008 Jan 08
1
odd facter error with split
Not sure if this is another issue cropping up with 0.24.1 but I''m getting
the following:
info: Loading fact raid
/etc/puppet/facts/location.rb:5: private method `split'' called for
nil:NilClass (NoMethodError)
from /usr/lib/ruby/site_ruby/1.8/facter.rb:510:in `call''
from /usr/lib/ruby/site_ruby/1.8/facter.rb:510:in `value''
from
2008 Jul 01
6
OpenVZ configuration of networking with puppet - big crash
I am trying to streamline the current distribution specific setup and
creation of VE''s within OpenVZ with puppet. My first attempt has gone
horribly wrong as you will see below. Here''s the script I wrote to
replace the redhat specific setup that OpenVZ used:
[jleggett@lxp6d15m3 scripts]$ cat redhat-add_ip.sh
#!/bin/bash
#
# Debug - take out later
set -x
2012 Jul 11
6
certname doesn't seem to work on the agent
Hi guys,
I have a box that needs to identify itself to the puppetmaster as something
different from the FQDN. I added certname to the agent configuration before
the first run, but it doesn''t seem to be sufficient. The certificate was
generated for the FQDN, and the host appears in the dashboard as the FQDN,
and the node name used to evaluate the manifest is also the FQDN. I would
2011 Jul 06
7
Issue with puppet file serving api not parsing yaml content correctly
I am working on building a facter tag based node classifier similar to
https://github.com/jordansissel/puppet-examples/tree/master/nodeless-puppet/.
However, I have run into an issue where I cannot use puppet''s require
file ability to push the yaml file containing the facts file to the
client because it would require two runs of puppet to pickup changes.
Consequently, I have written into