Re: [Puppet Users] Puppet Dashboard not reporting hosts.....

2012-05-05 Thread MaTi Villagra
Hi. Scenario: Install puppet/puppet-dashboard successfully, puppet is run by passenger. Changes are push from master to client perfectly. Issue: Nodes are not reporting on dashboard. When: Never/actually. apache2 vhost 1.name= puppetmasterd Listen 8140 VirtualHost *.8140 Servername

[Puppet Users] Exec of process that doesn't terminate

2012-05-05 Thread iceberg
Hi! I want to have an exec that launches a process on a Windows 7 system that will not terminate. I have tried just calling the executable directly, but that obviously will not return anything, so the puppet agent waits until the timeout has elapsed, then the exec fails. I've tried using a

Re: [Puppet Users] Puppet logging

2012-05-05 Thread John Kennedy
Here it is in almost all it's glory (comments removed and server domain changed...): [main] logdir = /var/log/puppet rundir = /var/run/puppet ssldir = /etc/puppet/ssl runinetrval = 600 pluginsync=true [agent] classfile = /classes.txt localconfig = /localconfig

Re: [Puppet Users] Puppet logging

2012-05-05 Thread Michael Baydoun
I think this line logdest = /var/log/puppet/puppet.log is the same as starting the daemon with --logdest I believe you are logging to /var/log/puppet/puppet.log Remove that line and I think it will log to syslog On Sat, May 5, 2012 at 8:04 AM, John Kennedy skeb...@gmail.com wrote: Here it

Re: [Puppet Users] Puppet 3.0 and Hiera

2012-05-05 Thread Trevor Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 With the integration of Hiera, is the extlookup functionality being deprecated? If so, I would like to ask that the team add a Hiera backend for the existing extlookup data sources. I know that it won't support hashes but it would help to break the

[Puppet Users] certificate verification failed

2012-05-05 Thread Sans
Dear all, I just moved my puppet-server [*puppetmaster*] from one machine to another machine and regenerated the certificate(s) for the agent but since then I'm getting these error on the client: [root@farm021 puppet]# puppetd -t info: Retrieving plugin err:

[Puppet Users] Re: certificate verification failed

2012-05-05 Thread iceberg
Did you try nuking the certs completely? On Saturday, May 5, 2012 9:53:11 AM UTC-7, Sans wrote: Dear all, I just moved my puppet-server [*puppetmaster*] from one machine to another machine and regenerated the certificate(s) for the agent but since then I'm getting these error on the

Re: [Puppet Users] RHEL 6 and ActiveRecord issues

2012-05-05 Thread iceberg
What I found was that you need to gem uninstall ALL of the active* gems, then reinstall and specify 3.0.xx version. Just replacing ActiveRecord won't fix the problem. I have more notes in my wiki at work, if that doesn't do it I'll grab them for you Monday. On Friday, May 4, 2012 8:52:53 AM

[Puppet Users] Re: certificate verification failed

2012-05-05 Thread Sans
What exactly the procedure is? On the agent, I did this: # rm -f /var/lib/puppet/ssl/certs/* # puppet certificate generate farm021.hep.phy.cam.ac.uk --ca-location remote and on the server: # puppetca clean --all # /etc/init.d/puppetmaster star Is this what did you mean? Cheers!! On

[Puppet Users] Re: certificate verification failed

2012-05-05 Thread Sans
What exactly the procedure is? On the agent, I did this: # rm -f /var/lib/puppet/ssl/certs/* # puppet certificate generate farm021 --ca-location remote and on the server: # puppetca clean --all # /etc/init.d/puppetmaster start Is that what you meant? Cheers!! On Saturday, May 5, 2012

[Puppet Users] Error 400 on SERVER - pe_mcollective - missing value of param 'undef'

2012-05-05 Thread Jester 2.0
New install of 2.5.1 on Ubuntu 10.10 server. Multiple (6) new installs on Ubuntu 12.04 clients running agent 2.7.14-1puppetlabs1 from the puppetlabs repo generating the following error. err: Could not retrieve catalog from remote server: Error 400 on SERVER: No matching value for selector param

Re: [Puppet Users] Purging resources managed by other resources (files getting purged and re-created)

2012-05-05 Thread Nan Liu
On Sat, May 5, 2012 at 12:17 PM, Miles Stevenson miles.steven...@gmail.com wrote: I've been experiencing what appears to be a subtle bug in Puppet, and I'm wondering if anybody has in idea on a good workaround. The bug report is here: http://projects.puppetlabs.com/issues/9277 This only affect

Re: [Puppet Users] Error 400 on SERVER - pe_mcollective - missing value of param 'undef'

2012-05-05 Thread Nan Liu
On Sat, May 5, 2012 at 2:08 PM, Jester 2.0 jester...@gmail.com wrote: New install of 2.5.1 on Ubuntu 10.10 server. Multiple (6) new installs on Ubuntu 12.04 clients running agent 2.7.14-1puppetlabs1 from the puppetlabs repo generating the following error. err: Could not retrieve catalog from

Re: [Puppet Users] Error 400 on SERVER - pe_mcollective - missing value of param 'undef'

2012-05-05 Thread Jester 2.0
Nan, Thanks for the explanation. Any ETA on PE supporting 12.04? Thanks On Sat, May 5, 2012 at 5:18 PM, Nan Liu n...@puppetlabs.com wrote: On Sat, May 5, 2012 at 2:08 PM, Jester 2.0 jester...@gmail.com wrote: New install of 2.5.1 on Ubuntu 10.10 server. Multiple (6) new installs on

Re: [Puppet Users] Error 400 on SERVER - pe_mcollective - missing value of param 'undef'

2012-05-05 Thread Nan Liu
Expected in PE 2.5.2. More info here: https://groups.google.com/a/puppetlabs.com/group/pe-users/browse_thread/thread/9b45902094332d3d# On Sat, May 5, 2012 at 4:50 PM, Jester 2.0 jester...@gmail.com wrote: Nan,   Thanks for the explanation.  Any ETA on PE supporting 12.04? Thanks On Sat,

[Puppet Users] What is Could not intern from pson error??

2012-05-05 Thread Sans
Dear all, I'm getting this really annoying problem, where it's being failed intermittently. The errors I'm getting are like this: err: Could not retrieve catalog from remote server: Could not intern from pson: unexpected token in object at 'li'! err: Could not retrieve catalog from remote