Displaying 20 results from an estimated 3000 matches similar to: "puppet kick problem: host is already running"
2010 Jun 09
12
Foreman -- Reporting
Hello All,
I don''t seem to be able to get reports to display on the foreman
interface. I copied extras/puppet/foreman/files/foreman-report.rb to /
usr/lib/ruby/site_ruby/1.8/puppet/reportsforeman.rb, instead of /usr/
lib/ruby/1.8/puppet/reports/foreman.rb. Config: Centos5.4, Apache/
Passenger, Puppet 0.25.4.
The reports are coming from the clients, because I can see them
in
2010 Jul 22
8
Foreman / External Nodes -- Node Not found
Hello All,
So I finally got around to start to cut over node definitions
from standard flat files to external nodes (foreman), and getting
error message: "Error 400 on SERVER: Could not find node ''nodename'';
cannot compile" - So basically it can''t pick up the node from the
external node config.
When I test the fetching of the yaml file it seems to work
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
2009 Aug 26
7
storeconfigs + environments issue
Hi Guys,
Im trying to turn on storeconfigs with a mysql db backend. On my
testing server in our lab, i configured this successfully and can see
if keeping information on all test hosts.
When trying to implent the same idea onto our production puppet
server, I get the following errors:
Aug 26 16:35:53 opsynxsr0097 puppetmasterd[27003]: (/Settings[/etc/
2008 Feb 12
4
getaddrinfo: Name or service not known
Hi.
When running "puppetd --server <puppetmaster> --waitforcert 50 --test"
on a puppet client we get the following error:
/usr/lib/ruby/1.8/net/http.rb:560:in `initialize'': getaddrinfo:
Name or service not known (SocketError)
from /usr/lib/ruby/1.8/net/http.rb:560:in `open''
from /usr/lib/ruby/1.8/net/http.rb:560:in `connect''
2009 Nov 12
6
Multiple environments
So I''m trying to get multiple environments to work with puppet 0.25.1
on ubuntu 8.04 and no matter what I do, puppet just completely ignores
any environment setting. There''s really next to no information in
terms of configuration on the multiple environments documentation page
(http://reductivelabs.com/trac/puppet/wiki/UsingMultipleEnvironments)
other than saying that the
2011 Nov 04
1
Storeconfigs and nagios and foreman
All-
Poking around in the bug database it looks like storeconfigs is being
actively worked on. I am using 2.7.6 on my master as well as all the
clients. I have clients boot , start puppet and get a signed cert via
auto signing. The nagios module (and currently the only thing puppet
does) complains a lot during compile time about not having
storeconfigs enabled, which is not the case in my
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
2012 Aug 29
1
Puppet-Dashboard nodes showing up as unreported
Hello,
I have followed the documentation at
http://docs.puppetlabs.com/dashboard/manual/1.2/bootstrapping.html to try
to setup dashboard but after I manually add a node it shows up as
unreported. The agent has successfully completed a very basic catalog run
just adding a file to the file-system.
Dashboard v1.2
Puppet puppet-server.noarch 2.7.19-1.el6
SERVER:
-bash-4.1$ cat
2011 Feb 08
12
multiple puppetmasters (w/ Passenger) behind load balancer
Hello Gang,
I''m working on scaling my puppet solution, and I''m deploying multiple
masters w/ passenger that are going sit behind a load balancer. If anyone
is using these type of setup, would you share how you deal with the SSL
certs? I''ve been following Bode''s Blog (http://bodepd.com/wordpress/?p=7),
and it''s not working to good for me.
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
2008 Dec 18
3
errors after 0.24.7 upgrade ..
After upgrading my puppetmaster to 0.24.7 from 0.24.6 i am getting the
following errors in the puppetmaster logs. Any help would be appreciated.
Thu Dec 18 16:11:39 +1100 2008 Puppet (err): Could not store configs:
undefined method `environment='' for #<Puppet::Rails::Host:0xb72c0c38>
I do not use environment''s and they are not defined anywhere in the
puppet.conf
2013 Oct 08
4
'puppet storeconfigs export' killed
Hi,
I currently have a MySQL database containing all Puppet storeconfigs. My
intention is to migrate to PuppetDB on a PostgreSQL server, so the first
step is to use the ''storeconfigs'' face to export all the DB to a file
PuppetDB can later consume. But the ''puppet storeconfigs export'' command
always ends up being killed, I suspect due to some sort of OOM
2007 Dec 22
8
puppet with postgresql adapter
Hi all,
i'' m trying to configure puppet to use rails with postgresql. I'' m having
troubles to make it work. Got no error when running puppetmasterd but
nothing is being populated in the DB. Is anybody using puppet with postgres
?
my config (in puppet.conf)
[rails]
dbadapter = postgresql
dbname = mydb
dbserver = localhost
dbuser = user
dbpassword = password
2012 Jul 07
1
plugin sync in masterless mode
So, I''m reading that this works, but I''m obviously missing something
somewhere, cause its not...
I''m testing a masterless setup, and thus far, pluginsync isn''t doing anything.
my puppet.conf looks like
[main]
vardir = /var/lib/puppet
logdir = /var/log/puppet
rundir = /var/run/puppet
ssldir = $vardir/ssl
classfile = $vardir/classes.txt
2012 Jun 12
6
Trying to get tagmail to work
Hey guys,
Relatively new to Puppet and I''m trying to setup tagmail to send all emails
to me: at one point I''ll filter that down to errors and whatnot (based on
tags) but for now I just want to get it working.
Master Puppet server is setup with Passengers, all works well:
/etc/puppet/puppet.conf
[main]
# The Puppet log directory.
# The default value is
2011 Jun 14
5
puppet dashboard
I am using Ubuntu 10.04 and ruby-enterprise (not ubuntu ruby) and installed puppet via gem.
How can I install puppet-dashboard if I don''t see a gem available and if I use the ubuntu package, i get the whole slop of ruby packages sucked in (which i am trying to avoid)?
# dpkg -i puppet-dashboard_1.1.0-1_all.deb
Selecting previously deselected package puppet-dashboard.
(Reading database
2013 Feb 08
3
issue storing facts values in mysql on puppet master 3.0.2
Hi,
I got the following error:- Error: Could not retrieve catalog from remote
server: wrong header line format
In puppet.conf file on puppetmaster, I added following lines -
facts_terminus = inventory_active_record
dbadapter = mysql
dbname = dashboard
dbuser = test
dbpassword = test123
dbserver = puppet-master.com
dbsocket =
2011 Sep 08
2
Issues with environments not being respected
I''ve ran into a strange issue today while using my development environment I
was receiving some errors about modules that shouldn''t have been used. After
looking it looks like my agent (or master) isn''t respecting the environment
I specify and is actually using the main (master) environment. This used to
work and I haven''t had any changes beyond a upgrade ..
2007 Dec 03
3
certificate issue with Branch Testing
Hello All,
I''m using the "Branch Testing" approach documented at
https://reductivelabs.com/trac/puppet/wiki/BranchTesting and am seeing
an issue with certificates.
On all clients, I can run puppetd --masterport=8141 successfully but see
the following error when I run against the default (8140) port:
err: Could not retrieve configuration: Certificates were not trusted: