Displaying 20 results from an estimated 9000 matches similar to: "Solved: Can't convert Puppet::Util::Log into Integer"
2013 Mar 26
1
Can't convert Puppet::Util::Log into Integer
Hi all,
Could anyone help me at least start debugging this issue?
All agents have the same error, but i can''t find anything on the
master-side logs. And the agent-side logs are non-existent (/var/log/puppet
is empty).
Thanks.
Versions:
Master:
Red Hat Enterprise Linux Server release 6.3
puppet-server-3.1.0-1.el6.noarch
puppetdb-1.1.1-1.el6.noarch
puppetdb-terminus-1.1.1-1.el6.noarch
2013 Nov 23
2
OSX 10.9 appdmg/pkgdmg
Howdy,
Trying to install dmg files with puppet. However, after running my manifest
the .dmg file is never downloaded by curl. I tried pkgdmg and appdmg. I
also tried using a local directory as the source. It seems to ignore any
path I give as the source even totally bogus ones.
1 define pkg_deploy($sourcedir = false) {
2 $sourcedir_real = $sourcedir ? {
3 false
2012 Aug 23
1
Puppet Agent VS User
Hello,
Running into a problem when wanting to daemon-ize the agent. It doesnt
seems to do anything:
- cannot find any daemon process with (ps aux | grep puppet)
- the config is not updated after editing some params on the master
- /var/log/puppet stay empty...
while, when logged as root, it is working without issue with $puppet agent
--test.
##Conf
Ubuntu 12.04
Puppet 2.7.11
## Daemon is
2013 Feb 25
5
Puppet execution hangs for long periods of time
Hi,
I wrote a little "hello world" script and I am a little concerned by
execution that hangs for long periods of time.
*computer:*
Windows XP Professional Service Pack 3
Intel(R) Xeon(R) CPU
W3550 @ 3.07GHz
3.07GHz, 3.50 GB of RAM
*init.pp:*
class hello
{
notice(''Hello world!'')
}
*command line:*
puppet apply --debug -e ''include hello''
2011 Jul 12
0
Freezes at "debug: file_metadata supports formats:"
Hi. I have a client and server running Puppet 2.7.1 from GEMS
(though the same problem occurs using the Ubuntu Lucid standard
packages). I try to update the client against the server, and it
freezes at this line:
debug: file_metadata supports formats: b64_zlib_yaml marshal pson
raw yaml; using pson
Any idea what would cause that? I''m afraid I didn''t recognize any
usable
2013 Aug 30
1
Could not find certificate Error: header too long
I''m having a strange issue:
A new machine created this morning showed thi error:
ON PUPPET AGENT
[root@wso2greg ~]# puppet agent --environment=production --verbose
--no-daemonize --debug
Debug: Puppet::Type::User::ProviderUser_role_add: file rolemod does not
exist
Debug: Puppet::Type::User::ProviderPw: file pw does not exist
Debug: Failed to load library ''ldap'' for
2011 Jun 29
0
Setting up puppetmaster-passenger on Debian
I am at the end of my rope here so I pray to the gods that
puppet-users can help.
Using Debian apt-get install puppetmaster-passenger you get a fairly
complete puppetmaster setup. I have the Pro Puppet book next to me and
following Chapter 4 on setting up Puppet with Passenger I can see that
apt has already done most of the ground work.
For example the config.ru script is owned by puppet,
2013 Feb 12
2
Regarding the error Could not retrieve catalog from remote server:
Hi,
I am newbie in puppet. Now I have installed the puppet master and puppet
client on 2 nodes. when I ran puppet client with the command
*$ sudo puppetd --waitforcert 60 --verbose --debug --test*
*
*
*I have got an following error *
*
*
*
debug: Failed to load library ''selinux'' for feature ''selinux''
debug: Failed to load library ''ldap'' for
2012 Jul 04
8
on puppet master server , puppet agent can't connect to itself
on my puppet master server (v 2.7.17 , both server and client version) ,
the puppet agent can''t connect to itself. other clients connected to this
puppet server are working fine.
the hostname is puppet.domain.com
[root@puppet /]# cat /etc/puppet/puppet.conf
[main]
# The Puppet log directory.
# The default value is ''$vardir/log''.
logdir = /var/log/puppet
2013 Oct 09
6
Could not retrieve catalog from remote server: Error 400 on SERVER: cannot generate tempfile `/var/lib/puppet/yaml/facts/vagrant1.localdomain.yaml20131009-16545-8oie5i-9'
Hi,
i''m a newbie about Puppet( 1 month ~)
i got error on generate temp file, i''ll explain my situation:
-i have a puppetmaster(version: 3.3.0),executed on root
and a puppet agent(version 2.7) provisioning by vagrant,executed on root
-my site.pp, where webserv is a parametrized class, and typews is a
parameter to choice nginx or lamp module,
-i have my Enc node with path
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]
2012 Jun 26
5
Next Problem: Puppet 2.7 + Passenger won't connect
OK. What did I booger up this time ?
agent.myexample.org and puppetmaster.myexample.org are the same server.
----------------------------------------------------------------------------
# puppetd --no-daemonize --onetime --debug --noop
debug: Puppet::Type::User::ProviderUser_role_add: file roleadd does not exist
debug: Puppet::Type::User::ProviderDirectoryservice: file /usr/bin/dscl does not
2011 Dec 08
4
Error 400 on SERVER: Could not write /var/lib/puppet/ssl/ca/requests/node13.pem
If anybody knows? plese tell me what is a reason of this problem, i`m
novice with puppet and sorry for my english=)
have error on client:
[root@node13 ~]# [root@node13 ~]# puppet agent --server=head02 --test
warning: peer certificate won''t be verified in this SSL session
warning: peer certificate won''t be verified in this SSL session
info: Creating a new SSL certificate request
2010 Sep 29
0
err: Could not run Puppet configuration client: Could not find a default provider for augeas
Hello,
I get these message when i try to run puppet with augeas.
Puppet Version are 2.6.1 on server and client.
The ouput of the puppet Client with debug:
debug: Failed to load library ''selinux'' for feature ''selinux''
debug: Failed to load library ''shadow'' for feature ''libshadow''
debug:
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
2013 Aug 07
1
puppet-3.2.2 runs fine - but doesn't work. 2.7.22 works fine.
Hi,
I''ve setup a puppet-3.2.2 master, on a new server, and I''ve updated 1
server (agent) to 3.2.2 as well - and when I run that against the new
master (where I''ve copied my /etc/puppet folder over incl. modules etc.),
the client removes all facts etc. and does absolutely nothing.
I''ve tried to change the manifest - but nothing is done anyways.
I''m
2013 Jan 03
2
Configuration is not applied notice: Finished catalog run in 0.01 seconds
Hi guys,
I am fairly new to puppet and I am having a problem with one of the
clients. I recently installed a new server that should get config from
puppet master. All similar servers I recently installed didn''t have any
problem. I installed puppet agent on the server and sent a sign request.
SSL cert is signed but when I run puppetd manually I get the following:
info: Retrieving
2009 Nov 16
1
Apache passenger broke after puppet after upgrade
Hi,
I just upgrade to the next version of puppet (0.25.1-2) and now passenger broke (puppetmaster is still working). I have followed the guide on
http://github.com/reductivelabs/puppet/tree/master/ext/rack
but still I get a errorcode 500 with the error:
support:~# puppetd --test --debug
debug: Puppet::Type::User::ProviderDirectoryservice: file /usr/bin/dscl does not exist
debug:
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 18
0
info: Retrieving plugin, err: /File[/var/lib/puppet/lib]: Failed to generate additional resources using 'eval_generate': undefined method `closed?' for nil:NilClass
I''m not really sure the problem is a Plugin problem!! Note than a
puppet client was installed, i change the setting of ip/hosname and
try to re inscription the node to puppetmaster. I would like to
understand what happen. The errors/warnings messages are not very easy
to understand and sometime i''m lost. thank you for you advice. Eric
Puppet version: 0.25.4-2ubuntu6