[Puppet Users] easy to way to track clients checking in?

2010-11-29 Thread David Birdsong
I've been wrestling to get the puppet ca server to sign client certs and have them successfully reconnect later. I think I've done: find /var/lib/puppet/ -type f -delete ; sudo find /etc/puppet/ssl -type f -delete ; sudo /usr/sbin/puppetd --server puppet -d -o --no-daemonize --waitforcert 2 ...

Re: [Puppet Users] certificate verify failed

2010-11-13 Thread David Birdsong
On Sat, Nov 13, 2010 at 7:56 PM, David Birdsong wrote: > On Sat, Nov 13, 2010 at 3:19 PM, Marek Dohojda wrote: >> First thing I would check is time, to make sure that your manager and host >> are synched. >> > makes sense, i didn't think of this earlier, but alas

Re: [Puppet Users] certificate verify failed

2010-11-13 Thread David Birdsong
ct same error. err: Could not retrieve catalog from remote server: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed > > ------ > From: "David Birdsong" > Sent: Saturday, November 13, 201

[Puppet Users] certificate verify failed

2010-11-13 Thread David Birdsong
I am banging my head against the wall for recently built hosts that are unable to verify the server's certs. The usual is not working. on the puppet agent machine: find /var/lib/puppet/ssl -type f -delete on puppet master: puppetca --clean on agent: puppetd --server puppet --waitforcert 2 -

Re: [Puppet Users] using puppet to restore root access to a box

2010-11-11 Thread David Birdsong
On Thu, Nov 11, 2010 at 1:33 PM, Bruce Richardson wrote: > On Thu, Nov 11, 2010 at 11:52:26AM -0800, birdsong wrote: >> >> I'm guessing that I need to somehow serve up a catalog in a non-staged >> way, but I have no idea how to do that.  Any tips?  Should I just >> install a 0.24.x master temporar