[Puppet Users] Re: Problem on live-management - Node list missing - User ->Find Resources not working

2013-04-01 Thread Christopher Marzullo
Same problem. Just getting started with new installation. PE 2.8. Two fresh VMs. Live Managment seems to have issues. I see the same things Juan states. On Monday, April 1, 2013 8:28:25 AM UTC-7, Richard Nadeau wrote: > > > > On Saturday, March 30, 2013 5:13:00 PM UTC-6, Juan Pablo Baudoin wrote:

[Puppet Users] Announce: Facter 1.7.0-rc1 Available

2013-04-01 Thread Matthaus Owens
Facter 1.7.0-rc1 is a feature release candidate in the 1.x series with new features and bug fixes. For current documentation on Facter 1.7.0, please see: http://docs.puppetlabs.com/facter/1.7/ To see a list of the issues addressed by this release, check out the 1.7.0 version in our issue tracker a

[Puppet Users] Template function does not show warnings if variable not defined

2013-04-01 Thread Alexander Kulbiy
Hello all, I have a problem while applying templates. I will show here a sample example while I can reproduce this problem but it also exist in more complicated configuration. I have a next manifest: class testClass { $testvar = 'test' } class {"testClass": } file { "/home/alex/workspace/Conf

[Puppet Users] Re: Custom fileserver paths

2013-04-01 Thread Erik Anderson
Well, figures. Right after sending this, I thought to check the filesystem permissions on the puppetmaster (which were incorrect). I fixed those so the puppet user could read these files, and it started working. -Erik On Mon, Apr 1, 2013 at 4:20 PM, Erik Anderson wrote: > So I've been through

[Puppet Users] Custom fileserver paths

2013-04-01 Thread Erik Anderson
So I've been through the fileserver documentation time and time again, and I can't make out what I'm doing wrong here. Here's the situation: --- fileserver.conf: [files] path /etc/puppet/files allow * --- in my node declaration for hostname file { '/tmp/testfile': ensure => present,

Re: [Puppet Users] troubleshoot hungup pids in Passenger

2013-04-01 Thread Ramin K
On 4/1/2013 1:15 PM, iamauser wrote: 'sudo passenger-status' gives me a bunch of processes that are forked from puppetmasterd. I see that some of these processes are hung up for a long time, e.g. PID: 5547 (see below). Is this expected behavior for Puppetmaster behind Passenger ? If not, how can

[Puppet Users] troubleshoot hungup pids in Passenger

2013-04-01 Thread iamauser
'sudo passenger-status' gives me a bunch of processes that are forked from puppetmasterd. I see that some of these processes are hung up for a long time, e.g. PID: 5547 (see below). Is this expected behavior for Puppetmaster behind Passenger ? If not, how can I kill/cure/avoid these processes w

Re: [Puppet Users] Nodes Could not retrieve catalog from remote server: execution expired

2013-04-01 Thread iamauser
Thanks. Just got it configured for our cluster. Now it should be able to manage 250 nodes without a bunch of nodes complaining about timeout. - On Monday, April 1, 2013 2:05:02 PM UTC-5, Matthew Burgess wrote: > > On Mon, Apr 1, 2013 at 5:24 PM, iamauser > > wrote: > >> >> Do you have a po

Re: [Puppet Users] Nodes Could not retrieve catalog from remote server: execution expired

2013-04-01 Thread Matthew Burgess
On Mon, Apr 1, 2013 at 5:24 PM, iamauser wrote: > > Do you have a pointer to the docs for using puppetmaster behind Apache ? > Sure. The official docs are at http://docs.puppetlabs.com/guides/passenger.html. Regards, Matt. -- You received this message because you are subscribed to the Googl

Re: [Puppet Users] Nodes Could not retrieve catalog from remote server: execution expired

2013-04-01 Thread iamauser
Hi Matt, Thanks for your reply. On Friday, March 29, 2013 2:32:10 PM UTC-5, Matthew Burgess wrote: > > > In addition to what John said, you didn't mention whether you are > already running the puppet master behind Apache or Nginx. If you're > not, then you are most probably being constrained b

[Puppet Users] Re: Problem on live-management - Node list missing - User ->Find Resources not working

2013-04-01 Thread Richard Nadeau
On Saturday, March 30, 2013 5:13:00 PM UTC-6, Juan Pablo Baudoin wrote: > > Hello > I'm testing Puppet Enterprise 2.7 and I'm having the following problem. > > When I go to live-management, the node list sometimes is missing. > > This behavior is random, but when It happend I find the followin

[Puppet Users] Re: All Hosts Shown as Unresponsive. Worker Restart Fails. Clients Seem Happy?

2013-04-01 Thread Erik Jones
There is a pid file in /var/run/puppet-dashboard.pid, but this file isn't what's stopping the startup. Puppet Dashboard also stores PID information in /usr/share/puppet-dashboard/tmp/pids. You must remove /var/run/puppet-dashboard.pid and /usr/share/puppet-dashboard/tmp/pids/*. Then you'll b

Re: [Puppet Users] Re: memory issue

2013-04-01 Thread jcbollinger
On Monday, April 1, 2013 6:15:54 AM UTC-5, Mamta Garg wrote: > > HI jcbollinger , > > Thanks for your reply! > > I have attached my master machine memory infor screenshot.Could you guide > me with that ,whats is wrong? > I am using one master at a time. I don't see a smoking gun, but I find i

Re: [Puppet Users] Re: Catalog compilation, puppetdb and ssl

2013-04-01 Thread Mohit Chawla
Slightly OT here - shouldn't setting ca_name be enough for --compile to not fail ? Why does it need the --certname param ? On Mon, Apr 1, 2013 at 2:03 PM, Mohit Chawla wrote: > Hi, > > Got it working by passing --certname param (the ca server hostname, > instead of this master). > > > > On Mon,

Re: [Puppet Users] Re: Catalog compilation, puppetdb and ssl

2013-04-01 Thread Mohit Chawla
Hi, Got it working by passing --certname param (the ca server hostname, instead of this master). On Mon, Apr 1, 2013 at 1:19 PM, Mohit Chawla wrote: > Hi Ken, > > Got a trace from running puppetdb-foreground --debug - > https://gist.github.com/alcy/5283661. Weird that this doesn't happen > dur

Re: [Puppet Users] Re: Catalog compilation, puppetdb and ssl

2013-04-01 Thread Mohit Chawla
Hi Ken, Got a trace from running puppetdb-foreground --debug - https://gist.github.com/alcy/5283661. Weird that this doesn't happen during standard puppet runs as opposed to doing a --compile. Here's the puppet trace when doing --compile - https://gist.github.com/alcy/5283712. On Fri, Mar 29,