Re: [Puppet Users] Urgent Help Required | Puppet run is dead slow

2016-12-12 Thread Kevin Corcoran
On Mon, Dec 12, 2016 at 9:16 AM, Harish Kothuri wrote: > Thanks a lot for your quick reply. > > 1. I'm not sure if it's a memory leak issue because we have restarted the > services and restarted the master machine already. ( have also increased > RAM from 16GB to 32GB +

Re: [Puppet Users] http keep alive timeout in puppetserver (ie, NOT apache)

2016-06-07 Thread Kevin Corcoran
Matt, I believe that the 'idle-timeout-milliseconds' is what you're looking for. You'll want to put this in /etc/puppetlabs/puppetserver/conf.d/webserver.conf, inside the 'webserver' section in that file. Here's a link to the documentation for that setting:

Re: [Puppet Users] Re: Puppetserver crashes when using Code-Manager and file sync

2016-05-18 Thread Kevin Corcoran
Mike, To add a bit more to the info that Joe already provided, I would encourage you to open a support ticket if you have a Puppet Enterprise license. That'll be the easiest way for us to collaboratively get to the bottom of this issue. In terms of simply getting it working, I'd try following

Re: [Puppet Users] Puppet enterprize 2016.1 console service not coming up after install

2016-05-04 Thread Kevin Corcoran
It looks like the cause of this all is the last error message: Caused by: java.net.UnknownHostException: cent_poc Is 'cent_poc' resolvable from the machine running conosle services? On Tue, May 3, 2016 at 11:45 AM, Ali wrote: > > Any help will be appreciated . > >

Re: [Puppet Users] Puppet MultiMaster open source

2016-04-20 Thread Kevin Corcoran
On Wed, Apr 20, 2016 at 5:58 AM, Geoff Galitz wrote: > Is it possible to get compile master, master of master and code manager > (file sync) working in the open source versions? > Code manager and file sync are only available as part of Puppet Enterprise. I believe

Re: [Puppet Users] puppetserver 2.2.1-1puppetlabs1 r10k gem jruby not found

2016-01-13 Thread Kevin Corcoran
On Tue, Jan 12, 2016 at 10:20 PM, Rudy Gevaert wrote: > Hi, > > I'm trying to set up puppetserver for the first time. I > installed puppetserver 2.2.1-1puppetlabs1 on a trusty server with the > Debian package. I then installed r10k with 'puppetserver gem install r10k >

Re: [Puppet Users] puppetserver 2.2.1-1puppetlabs1 r10k gem jruby not found

2016-01-13 Thread Kevin Corcoran
On Wed, Jan 13, 2016 at 9:04 AM, Kevin Corcoran < kevin.corco...@puppetlabs.com> wrote: > > Even though r10k runs on the master, it runs as a separate process (not > inside of Puppet Server) and uses the system ruby (likely MRI). > ... unless we're talking about the r10k us

Re: [Puppet Users] puppetserver puppetdb and storeconfigs=true

2015-07-23 Thread Kevin Corcoran
Hi Steph, Just to be sure, you've ensured that the clock is correct on all of your nodes, right? I don't have a great understanding of this problem, but from what I know, the underlying issue is significant clock skew ( 30 minutes) between machines. Failing that, there's also

Re: [Puppet Users] How to enable/create environments for new puppetserver setup (not puppetmaster)

2015-07-23 Thread Kevin Corcoran
Hi Gene, That looks like a problem with the permissions on that directory. I'd start by making sure that the 'puppet' user has read permissions on /etc/puppet/modules/production. - Kevin -- You received this message because you are subscribed to the Google Groups Puppet Users group. To

Re: [Puppet Users] Re: Advice on Puppet update to 4

2015-07-22 Thread Kevin Corcoran
On Tue, Jul 21, 2015 at 9:33 AM, Felix Frank felix.fr...@alumni.tu-berlin.de wrote: On 07/21/2015 04:14 PM, jcbollinger wrote: 2) I read in the changelog that the older clients should work with the backward compatibility, but is it worth even trying? Or should I just push out the updated

Re: [Puppet Users] puppetserver does not sign its certificate

2015-07-22 Thread Kevin Corcoran
Hi Felix, I tried to reproduce your problem on a fresh Debian 7 VM, but couldn't. Have you been running the agent on this machine? If so, I suspect you're hitting this issue: https://tickets.puppetlabs.com/browse/SERVER-528 Cheers, - Kevin -- You received this message because you are

Re: [Puppet Users] Announce: Puppet Server 1.0.2 available!

2015-02-10 Thread Kevin Corcoran
On Sun, Jan 25, 2015 at 5:07 PM, Trevor Vaughan tvaug...@onyxpoint.com wrote: I've been able to do everything from the APIs thus far and, yes, having a 'puppet master reload' and 'puppet master environment-flush' (or something) would be nice. Trevor - I just created

Re: [Puppet Users] Puppet Dead but pid file exists

2014-12-29 Thread Kevin Corcoran
This is likely a memory issue. Can you verify that the machine on which you're running the server has sufficient memory? You can also try decreasing the amount of memory allocated to the server - see

Re: [Puppet Users] Notification for new Certificate request

2014-12-12 Thread Kevin Corcoran
On Thu, Dec 11, 2014 at 12:26 AM, Martin Alfke tux...@gmail.com wrote: AFAIK there is no cert sign request notification directly built into puppet. Martin is correct; this functionality is not built into puppet. -- You received this message because you are subscribed to the Google Groups

Re: [Puppet Users] Using gem from new puppetserver custom function?

2014-10-17 Thread Kevin Corcoran
I just spent a little time looking into this, and the json gem appears to work just fine under JRuby. It looks like there *used* to be a gem called json-jruby that could be used instead, but it appears that it has now been merged into json - so, long story short, 'json' should work just fine.