Displaying 20 results from an estimated 10000 matches similar to: "Odd error"
2012 Jul 10
9
Hiera and environments
Hey there,
I''m new to hiera and I'' m looking to configure it to use multiple
environments. I''m able to query hiera keys from using the hiera CLI,
however my clients seem to be having problems identifying the look up
variables.
*On the puppet master, CLI query*
[root@puppet-dev puppet]# hiera -a sshpackages environment=development
["openssh",
2012 Jan 15
1
puppet client server connection refused when I use puppet kick
I have very strange problem. I set up puppet client on serveral
servers but have problem with one of them.
When I invoke:
root@www ~ # puppet agent --server puppetmaster.domain.ltd --test
notice: Ignoring --listen on onetime run
info: Caching catalog for puppetclient.domain.ltd
info: Applying configuration version ''1326444431''
notice: Finished catalog run in
2012 Mar 06
1
File checksum
I want to to ensure a file, and if the content changes a subscribed exec
should fire.
file { "/etc/opt/microsoft/scx/ssl/scx-host-$fqdn.pem":
checksum => "md5",
}
exec { "/etc/init.d/scx-cimd restart":
subscribe =>
File["/etc/opt/microsoft/scx/ssl/scx-host-$fqdn.pem"],
refreshonly => true
}
The file is
2010 Apr 28
2
storeconfigs seems to disable external nodes
I have a working configuration using external nodes, but when I enable
storeconfigs using either Sqlite or MySQL, nodes no longer get
assigned their classes from the external nodes script. I''m currently
using the 0.25.4-2ubuntu6 packages from Ubuntu 10.4. Disabling
storeconfigs and restarting puppetmaster causes nodes to be assigned
classes from the external nodes script. I''ve
2011 May 11
2
rack problems
I''m having some issues running rake commands for puppet dashboard.
Here is one of the symptoms (see below). I''m a little new to setting
up rails/rack applications, so I may be making a common mistake. It
looks like gems are already packaged with dashboard, specifically
rack-1.01. Should that gem just work out of the box?
Command:
rake RAILS_ENV=production reports:prune upto=1
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
2007 Feb 15
3
Fwd: devnull-dev.stanford.edu syslog filter results (fwd)
We''re still intermittantly getting these messages in syslog on various
different systems:
Feb 14 17:32:10 server-dev puppetd[20363]: Could not call
puppetreports.report: #<EOFError: end of file reached> Feb 14 17:32:10
server-dev puppetd[20363]: Reporting failed: end of file reached
Anyone else ever see stuff like this?
2007 Oct 23
3
file retrieval problems
Hi puppetiers,
recently I switched to using Mongrel webserver in effort to get rid of
those annoying "end of file reached" errors and increase performance. It
did the trick beautifully, but now a lot of my reports are plagued by
another error message:
---
err: Could not call fileserver.describe: #<Errno::EPERM:
Operation not permitted - connect(2)>
2011 Feb 22
8
auth.conf & namespaceauth.conf : which files belong on the master , and client?
I''m trying to wrap my head around these files...
do both of them need to reside on the client and master?
are there any docs that describe these files and what all the option/
sections are and what they do?
Thanks all....
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to
2007 Jan 31
7
Report usage...
Hi,
I''ve setup my systems to do reporting as explained in https://
reductivelabs.com/cgi-bin/puppet.cgi/wiki/ReportsAndReporting, with
tagmail defined as one of the report types - but I do not recieve any
mail at all.
I''ve configured a tagmail.conf file like this:
all: root@localhost
But the documentation mentions three options, namely sendmail,
reportfrom,
2010 Mar 05
6
About autosigning and the FAQ entry
Hello!
The FAQ contains an entry about autosigning:
http://reductivelabs.com/trac/puppet/wiki/FrequentlyAskedQuestions#why-shouldn-t-i-use-autosign-for-all-my-clients
It says:
> The certificate itself is stored, so two nodes could not connect with
the same CN
I tried this (using 0.25.4), and actually, that doesn''t seem to be
correct. I was able to run puppetd on two different
2007 Sep 12
3
puppet reporting stopped working
Hi,
I''m not sure what I''ve did wrong, I now get an error message denying
authenticated client ... access to puppetreports.repot
anyone has an idea where should i look ?
Thanks,
Ohad
_______________________________________________
Puppet-users mailing list
Puppet-users@madstop.com
https://mail.madstop.com/mailman/listinfo/puppet-users
2007 Feb 17
1
Not authorized to call puppetmaster.freshness ?
What''s this mean?
root@gravity:/etc/puppet/manifests# puppetd -v --listen
info: Starting handler for Runner
info: Starting server for Puppet version 0.22.1
info: Listening on port 8139
notice: Starting Puppet client version 0.22.1
err: Could not run Puppet::Client::MasterClient: Host
gravity.example.org not authorized to call puppetmaster.freshness
Thanks,
Kent
--
"It may be true
2010 Feb 16
20
Puppetmaster child processes hang
After an unexpected and unreasonably long hiatus, I''ve finally returned to
implementing Puppet in my environment.
My puppetmaster: Puppet 0.25.4, Facter 1.5.7, Ruby 1.8.7, and FreeBSD 8.0.
I''ve got five clients using the puppetmaster so far. After about 24 hours,
I''ve got three puppetmaster processes running. This number continues to grow
over time. If stored configs
2010 Sep 21
9
Undefined method 'closed?' for nil:NilClass
Hi all
I started researching on puppet and decided I''ll try it out on Vmware
Workstation using Ubuntu 10.04. So I''m trying to do the simplest
puppet install pattern as outlined in
http://projects.puppetlabs.com/projects/puppet/wiki/Simplest_Puppet_Install_Pattern.
For now, I''m trying to test puppetd and puppetmasterd on the same
machine. I start puppetmaster and
2010 Feb 02
32
Making the new users experience easier
Just one more email and I''ll let you go for a few hours :)
One of the things I like to see in apps is that they are immediately
intuitive and easy to use for new users. I think Puppet is really good
here, but there''s opportunity to make everything better. We want
everyone to love Puppet from their first few minutes using it, all the
way through to datacenter nirvana.
2010 Jun 03
8
authenticating new nodes that are created by provisioning
Hey Folks,
I''m looking at doing automated provisioning of new servers and am trying to integrate puppet into this process. What I''m wondering though is what the best process for securely registering a new node is.
At the moment the first time puppet is run I have to then accept the certificate on the puppetmaster and then run puppet again.
What I would like to do is accept the
2012 Jun 29
5
puppetmaster init script - bug ?
I''ve configured puppet to use storedconfigs and puppetDB,
If I start the puppet master using the init script puppetmaster I get a permission denied error when a node connects:
Master:
[root@puppet ~]# service puppetmaster start
Starting puppetmaster: [ OK ]
Node:
[root@puppet-slave ~]# puppet agent --test
err: Could not retrieve catalog from remote
2011 Mar 24
3
err: Could not retrieve catalog from remote server: certificate verify failed
So set up new node, ran on the client
puppetd --server puppetmaster --waitforcert 60 --test
on the puppetmaster itself I ran
puppetca --list
saw the hostname
and then ran:
puppetca --sign hostname.domain.com
and on the puppet node itself I went back and ran puppetd -tv
and get the following error:
err: Could not retrieve catalog from remote server: certificate verify failed
warning: Not
2010 Dec 15
22
Separating puppetmaster file serving and catalogs
I''m looking for a way to run more than one puppetmaster on the same server under passenger. Most of the puppet CPU load is waiting for the catalogs to compile. This also seems to be mostly what takes large amounts of RAM. I have storedconfigs on.
I want to be able to move the fileserver to a different pool of puppetmaster processes. Is there an easy way to tell the client, either in