[Puppet Users] Re: Changes to module not picked up by agent

2016-08-18 Thread Chris Price
Can you check the value of 'environment_timeout' in your puppet.conf and/or environment.conf files? If that is set to anything other than zero, this might be expected behavior. There is an HTTP API that you can use to clear the environment cache if you need to:

[Puppet Users] [ANN] Puppet Server 2.5.0 is available

2016-08-12 Thread Chris Price
Hi! We’re happy to announce the new 2.5.0 release of Puppet Server. This is a backward compatible feature release that also contains a few bug fixes. Highlights include: - New workflows for certificate signing and authentication, based on improved support for X.509 authorization

[Puppet Users] Re: Additional Puppet Server Failure

2016-02-23 Thread Chris Price
On Monday, February 22, 2016 at 5:01:20 PM UTC-8, Matthew Ceroni wrote: > > I have the following setup. > > 1) Existing PuppetServer version 1.1.3 > > 2) New PuppetServer version 1.1.3 installation (new DC) > > I followed the following documentation on setting up multiple Puppet > Masters > >

[Puppet Users] Re: Puppet Server Crashing often

2015-12-22 Thread Chris Price
On Wednesday, December 16, 2015 at 4:26:26 AM UTC-8, Makrand Sanap wrote: > > Hi All, > > I am doing POC for puppet enterprise. Master is on CentOS 6.4 VM with 2GB > ram. Puppet server is going down on its own. > > [root@mss-pup-mst2 ~]# /etc/init.d/pe-puppetserver status >> pe-puppetserver

[Puppet Users] Re: Puppet Server dying with high number of JRuby instances

2015-08-25 Thread Chris Price
Stefan, That is a very weird error. The way it reads it sounds like something that should happen on every JRuby instance or on none of them (NoClassDefFoundError usually means it's trying to load some code that doesn't exist), so I wouldn't expect you to see a difference in behavior between

[Puppet Users] Re: Puppet master on Windows

2015-01-05 Thread Chris Price
On Monday, December 29, 2014 1:52:41 PM UTC-8, Alejandro del Castillo wrote: Hello, We are looking at the different options out there to build a System Management solution for embedded systems. I am encouraged by the fact that puppet support opkg and it's already in use by OpenWRT (we

[Puppet Users] Re: PuppetServer Inconsistent Errors

2014-11-14 Thread Chris Price
On Friday, November 14, 2014 8:52:55 AM UTC-8, Brian Wong wrote: I am currently using version 0.4.0 of PuppetServer using the official RPM package on CentOS 7. I am running into an issue where a node's agent runs error out inconsistently. The node's agent run would sometimes successfully

[Puppet Users] Announce: PuppetDB 1.5.2 Available

2013-10-22 Thread Chris Price
PuppetDB 1.5.2 is now available for download! This is a maintenance and bugfix release. = ## Downloads ## = Available in native package format at: http://yum.puppetlabs.com and http://apt.puppetlabs.com Puppet module: http://forge.puppetlabs.com/puppetlabs/puppetdb

[Puppet Users] Re: [Puppet-dev] Announce: PuppetDB 1.5.0 Available

2013-10-01 Thread Chris Price
On Mon, Sep 30, 2013 at 4:56 PM, Chris Price ch...@puppetlabs.com wrote: PuppetDB 1.5.0 is now available for download! This is a new feature release that contains a few bug-fixes as well. = ## Downloads ## = Available in native package format at: http

[Puppet Users] Announce: PuppetDB 1.5.0 Available

2013-09-30 Thread Chris Price
PuppetDB 1.5.0 is now available for download! This is a new feature release that contains a few bug-fixes as well. = ## Downloads ## = Available in native package format at: http://yum.puppetlabs.com and http://apt.puppetlabs.com Puppet module:

[Puppet Users] Announce: PuppetDB 1.3.2 Available

2013-06-03 Thread Chris Price
PuppetDB 1.3.2 is now available for download! This is a very minor compatibility release for the 1.3 series of PuppetDB. === ## Downloads ## === Available in native package format at: http://yum.puppetlabs.com and http://apt.puppetlabs.com Puppet module:

[Puppet Users] Announce: PuppetDB 1.3.1 Available

2013-05-22 Thread Chris Price
our development board on Trello: http://links.puppetlabs.com/puppetdb-trello ## PuppetDB 1.3.1 Release Notes ## Many thanks to the following people who contributed patches to this release: * Chris Price * Deepak Giridharagopal * Ken

Re: [Puppet Users] Announce: PuppetDB 1.3.0 Available

2013-05-08 Thread Chris Price
On Wednesday, May 8, 2013 5:31:16 AM UTC-7, Erik Dalén wrote: For example finding all nodes that failed their last puppet run seems like it would need one node query and then a event query for each one. I'm guessing last run is something we'll bake into the query API at some point too.

[Puppet Users] Announce: PuppetDB 1.3.0 Available

2013-05-06 Thread Chris Price
our development board on Trello: http://links.puppetlabs.com/puppetdb-trello ## PuppetDB 1.3.0 Release Notes ## Many thanks to following people who contributed patches to this release: * Branan Purvine-Riley * Chris Price * Deepak

[Puppet Users] Re: Need a solution for puppet node clean (puppet v3.0.2)

2013-01-31 Thread Chris Price
David, Are you using PuppetDB? There was a thread on this list recently about the same topic, and there was some example SQL that could be used in the short-term. We have a few open tickets around coming up with better solutions for this and we expect to be addressing them Very Soon Now. If

Re: [Puppet Users] Difficulty debugging crashing PuppetDB

2013-01-10 Thread Chris Price
Cody, Can you provide some details on your OS and JVM flavors / versions? Also, you mentioned there was nothing in the logs--does this include the syslog? And are there any other *files* in the /var/log/puppetdb directory? On Wednesday, January 9, 2013 5:30:03 PM UTC-8, Cody Robertson

Re: [Puppet Users] Difficulty debugging crashing PuppetDB

2013-01-09 Thread Chris Price
You could also try `puppetdb-foreground --debug` for some more verbose logging. And, is there anything at all in /var/log/puppetdb? On Wednesday, January 9, 2013 3:11:19 AM UTC-8, Matthew Burgess wrote: On Wed, Jan 9, 2013 at 1:37 AM, Cody Robertson codyha...@gmail.comjavascript: wrote:

Re: [Puppet Users] problems with puppetdb

2012-12-19 Thread Chris Price
on you home testing setup and haven't looked at it for a while. I use puppetdb with a postgresql backed on CentOS at work and it works pretty well. Thanks, Ryan On Friday, July 20, 2012 11:24:33 AM UTC-5, Chris Price wrote: OK, yes, the most important bit from that log output

[Puppet Users] Re: Help with PuppetDB

2012-12-10 Thread Chris Price
Also, there are a few notes on common SSL issues here: http://docs.puppetlabs.com/puppetdb/puppetdb-faq.html#puppetdb-is-complaining-about-a-truststore-or-keystore-file-what-do-i-do On Friday, December 7, 2012 8:27:14 AM UTC-8, Nishant Jain wrote: Hello Everybody,

[Puppet Users] Re: Question about PuppetDB queries

2012-11-19 Thread Chris Price
Hi, Thanks for letting us know about the log messages you are seeing! A few thoughts: 1) Re: the first query that you sent (DELETE FROM catalogs...): this is the PuppetDB garbage collector, which cleans up unused data from the tables every so often. It's not entirely shocking that this query

Re: [Puppet Users] Re: PuppetDB Install error: ::postgresql::validate_db_connection at /etc/puppet/modules/puppetdb/manifests/server/validate_db.pp:62

2012-10-31 Thread Chris Price
Great, glad you were able to work it out. Out of curiosity, how did you install the puppetdb module? I presume you did not use the `puppet module` tool, which installs those dependencies for you. Would it be valuable for us to put some more explicit information about the dependencies

Re: [Puppet Users] Re: PuppetDB Install error: ::postgresql::validate_db_connection at /etc/puppet/modules/puppetdb/manifests/server/validate_db.pp:62

2012-10-31 Thread Chris Price
because we use yum (for now) to ensure consistent distribution across all of our environments. Just for testing, I also did an install via 'puppet module' and that worked pretty well... On Wed, Oct 31, 2012 at 2:51 PM, Chris Price ch...@puppetlabs.comjavascript: wrote: Great, glad you

Re: [Puppet Users] Benchmark puppetDB

2012-10-24 Thread Chris Price
Hello Heriyanto, Were you able to come up with something to solve your problem? We don't currently have any sort of sample catalog that could be used to easily benchmark the performance difference in your environment, though your e-mail has prompted some internal discussion about how we could

[Puppet Users] Re: PuppetDB Connection Failures

2012-10-18 Thread Chris Price
Hello Bee, This message is often the result of one of the following: 1) Firewall blocking the puppetdb port 2) DNS issue with the hostname specified in your puppetdb.conf 3) DNS issue with the ssl-host specified in your jetty.ini on the puppetdb server Are you able to connect (e.g. via telnet)

[Puppet Users] Re: PuppetDB SSL error (while trying to reach the dashboard)

2012-09-19 Thread Chris Price
Hi SirHopcount, How did you install PuppetDB? Is there any chance that any of your certs (agent / master) have changed since the time when you installed? I've found that sometimes the easiest way to get things fixed up when you have this problem is to do the following: 0) Stop puppetdb 1)

Re: [Puppet Users] Help me name a class in the new puppetdb module!

2012-09-17 Thread Chris Price
14, 2012 at 7:03 PM, Chris Price ch...@puppetlabs.comjavascript: wrote: Anyone interested in helping me name a class in the forthcoming puppetdb module? There are 2 major parts to the module... the part that sets up puppetdb itself, and the part that sets up the puppet master

Re: [Puppet Users] Help me name a class in the new puppetdb module!

2012-09-17 Thread Chris Price
have a puppetdb module that purely sets up puppetdb and then puppet::server::puppetdb to handle that other stuff. Failing that I guess I nominate the name puppetdb::puppetmaster despite the ugliness! On Fri, Sep 14, 2012 at 7:03 PM, Chris Price ch...@puppetlabs.comjavascript: wrote

[Puppet Users] Help me name a class in the new puppetdb module!

2012-09-14 Thread Chris Price
Anyone interested in helping me name a class in the forthcoming puppetdb module? There are 2 major parts to the module... the part that sets up puppetdb itself, and the part that sets up the puppet master to talk to puppetdb. I'm brainstorming names for the latter... a class that you would apply

Re: [Puppet Users] Re: minor change in inkling/postgresql – PostgreSQL

2012-09-06 Thread Chris Price
. On Wednesday, September 5, 2012 9:31:42 PM UTC-7, Jeremy Kitchen wrote: On Wed, Aug 29, 2012 at 09:43:49AM -0700, Chris Price wrote: I'd love to put together a test manifest that illustrates how to do what you're doing w/o modifying params.pp directly, I'd love to see this, myself

[Puppet Users] Re: Trying to setup puppetdbquery on puppet-3.0.0-rc5

2012-08-31 Thread Chris Price
Chuck, The cause of this issues is that we introduced our own HTTP connection wrapper in 3.0 (rather than using Net::HTTP directly). This allows us to do a better job of centralizing the logic related to managing SSL setup and error handling. Our Connection class provides a subset of the

[Puppet Users] Re: minor change in inkling/postgresql – PostgreSQL

2012-08-29 Thread Chris Price
Hello OSX007, You are on the right track, for sure. The goal of the params.pp is to set default values for those things and allow you to override them in your own manifests. It's definitely OK for you to edit params.pp directly if you know for sure that the settings you've specified will

[Puppet Users] Re: multi-master with puppetdb

2012-08-23 Thread Chris Price
Hello Alexander, There are a few things to consider before deciding how you'd like to set this up. The first question, I think, is: why do you want to run two puppetdb services rather than just pointing both puppet masters to a single puppetdb service? If you're goal is to share the postgres

Re: [Puppet Users] Re: postgres plugin puppetdb

2012-08-08 Thread Chris Price
, Aug 7, 2012 at 6:59 PM, Chris Price ch...@puppetlabs.comjavascript: wrote: JM, Hmm... so, those versions of Java seem fine--those are probably the ones we've done the most testing with. So, the error message that you sent indicates that the JVM is running out of RAM. This could possibly

Re: [Puppet Users] Re: postgres plugin puppetdb

2012-08-07 Thread Chris Price
runtime, using Hotspot JIT (headless) ii openjdk-6-jre-lib 6b18-1.8.13-0+squeeze2 OpenJDK Java runtime (architecture independent libraries) Does it help? Regards, JM On Mon, Aug 6, 2012 at 6:40 PM, Chris Price ch...@puppetlabs.comwrote: Hello

[Puppet Users] Re: postgres plugin puppetdb

2012-08-06 Thread Chris Price
Hello A_SAAS, - Do you see any messages in the file /var/log/puppetdb/puppetdb.log? - If not, can you try editing the file /etc/puppetdb/log4j.properties and replace INFO with DEBUG, and then see if you get any messages in the aforementioned log file? - What version of java are

Re: [Puppet Users] problems with puppetdb

2012-07-20 Thread Chris Price
:20, Chris Price ch...@puppetlabs.com wrote: Hello Pete, Do you have a reliable way to reproduce the port issue that you mentioned? We'd like to troubleshoot it further but haven't found any way to reproduce it on our end yet. If you're not getting log output in /var/log

Re: [Puppet Users] problems with puppetdb

2012-07-19 Thread Chris Price
that output for us, it may be helpful. Thanks! Chris On Monday, July 16, 2012 5:37:16 PM UTC-7, Pete wrote: On 17 July 2012 10:19, Deepak Giridharagopal dee...@puppetlabs.com wrote: On Mon, Jul 16, 2012 at 5:13 PM, Peter Brown rendhal...@gmail.com wrote: On 17 July 2012 03:15, Chris Price

Re: [Puppet Users] problems with puppetdb

2012-07-16 Thread Chris Price
Also, would you mind sharing a bit more info about your setup? I presume: * You are installing from the puppetlabs apt repos? * Your upgrade was from puppetdb 0.9.1 to 0.9.2? On Monday, July 16, 2012 9:36:40 AM UTC-7, Deepak Giridharagopal wrote: On Sun, Jul 15, 2012 at 7:42 PM, Peter Brown

Re: [Puppet Users] Fwd: possible changes to puppet config file

2012-06-28 Thread Chris Price
On Thursday, June 28, 2012 1:40:39 AM UTC-7, David Schmitt wrote: If you're at it: It is ugly that an environment master will automatically pull in the puppetmaster settings too. Especially if the manifests are in git and every branch is an environment. David, Thanks for the feedback.

[Puppet Users] Fwd: possible changes to puppet config file

2012-06-25 Thread Chris Price
Hi everyone, We've been doing some work lately to harden the pluginsync functionality for Puppet 3.x. An issue was brought to my attention by Jeff McCune: In current versions of puppet, it's possible to configure things like your vardir and libdir in any section of the config file; potentially,

Re: [Puppet Users] Re: HTTP 400 errors when using storeconfigs

2012-06-14 Thread Chris Price
Hi Matt, I think it would be worth opening a ticket for this ( http://projects.puppetlabs.com/projects/puppet/issues/new ). The fact that you are seeing it with both storeconfigs/mysql and puppetdb/postgres leads me to believe that the issue is more likely in puppet core than in either of

Re: [Puppet Users] Re: puppetdb: UTF-8 byte sequence

2012-06-14 Thread Chris Price
again for the feedback! On Thursday, June 14, 2012 3:20:07 AM UTC-7, A_SAAS wrote: Hi, I have no idea how I can help, tell me what to do and I would be glad to help. Regards, Jeremy MAURO On Thu, Jun 14, 2012 at 12:11 AM, Chris Price ch...@puppetlabs.comwrote: Because

[Puppet Users] Re: puppetdb: UTF-8 byte sequence

2012-06-13 Thread Chris Price
Because the serialization format (JSON) and the database both require UTF-8 character encoding for their data, puppetdb needs to encode strings before it sends them from the puppet master to the puppetdb server. Due to limitations in Puppet's representation of strings (character encoding is

[Puppet Users] selinux symlink patch

2012-04-06 Thread Chris Price
Hey folks, I am reviewing the following pull request, which has to do with how puppet deals with symlinks in selinux: https://github.com/puppetlabs/puppet/pull/563 Just wondering if there is anyone out there who considers themselves strong with selinux who has an opinion on this one way or the

[Puppet Users] Re: selinux symlink patch

2012-04-06 Thread Chris Price
Update: a little more digging reveals that the original selinux symlink code came as a result of this ticket: http://projects.puppetlabs.com/issues/2791 Still interested in feedback if anyone has any. On Fri, Apr 6, 2012 at 12:58 PM, Chris Price ch...@puppetlabs.com wrote: Hey folks, I am