[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

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 wrote: > Nan, >   Thanks for the explanation.  Any ETA on PE supporting 12.04? > > Thanks > > On Sat, May 5, 2012 at 5

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 wrote: > On Sat, May 5, 2012 at 2:08 PM, Jester 2.0 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

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 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 remote server:

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 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 files in the subdirect

[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 ‘u

[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, 20

[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!! O

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 U

[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 th

[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: /File[/var/lib/puppet/l

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

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 wrote: > Here it is in almost all i

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 r

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 Servername xlupupet01 ...

[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 b