Re: [Puppet Users] Re: Error: Could not request certificate: Connection refused - connect(2)

2013-01-24 Thread Diogo Martinez
That commands were to delete the ssl dir. Really when i executed, puppet is stoped. I have been installed puppet by tarball, then I have a script to start master and agent. 2013/1/23 Douglas Nethery > Not at all! Thanks for your help. > > End to end for anyone else with this issue: > > Stopping

Re: [Puppet Users] Re: Error: Could not request certificate: Connection refused - connect(2)

2013-01-23 Thread Douglas Nethery
Not at all! Thanks for your help. End to end for anyone else with this issue: Stopping puppetd on the client, deleting the ssl dir on the client, restarting puppetd on the client, resigning the cert request on the master with puppetca, and puppetrun from master to host fixed it. On 23 January 2

Re: [Puppet Users] Re: Error: Could not request certificate: Connection refused - connect(2)

2013-01-23 Thread Diogo Martinez
Hi Doug Sorry my bad English. I executed this commands: 1. puppet cert clean - 2. rm -rf $(puppet agent --configprint ssldir) Do you run master init shell script? 2013/1/22 Doug > > Hi Diogo > > I have this same issue. > > I don't quite understand your message, could you please hel

[Puppet Users] Re: Error: Could not request certificate: Connection refused - connect(2)

2013-01-22 Thread Doug
Hi Diogo I have this same issue. I don't quite understand your message, could you please help me? You say to fix it you: -restart puppet master -run puppetca --clean 'host_name' -deleting var/lib/puppet/ssl 1. Is that right? 2. Which host do you delete var/lib/puppet/ssl on? Many thanks On

[Puppet Users] Re: Error: Could not request certificate: Connection refused - connect(2)

2012-12-06 Thread Diogo Martinez
The solutions went start master pid and redo the ssl certificates with puppet cert clean host_name and deleting var/lib/puppet/ssl. thanks Fran and Jc!!! Em quarta-feira, 5 de dezembro de 2012 08h16min58s UTC-2, Diogo Martinez escreveu: > Hi all, > I am new at puppet and Im using the puppet le

[Puppet Users] Re: Error: Could not request certificate: Connection refused - connect(2)

2012-12-05 Thread jcbollinger
On Wednesday, December 5, 2012 4:16:58 AM UTC-6, Diogo Martinez wrote: > > Hi all, > I am new at puppet and Im using the puppet learning tutorial. I execute > until Basic agent/master puppet. Everything worked ok but after 2 or 3 > days, running the command "puppet agent --test", start throw th

[Puppet Users] Re: Error: Could not request certificate: Connection refused - connect(2)

2012-12-05 Thread Fran Rodríguez
Puppetmaster has to sign the agent certificated, if you do: puppetca list Normally, you wiill see something interesting. After that, with puppetca sign, you will sign the certificate from agent. This is the normal process so you could do the test command without that error. Cheers On Wednesda

[Puppet Users] Re: Error: Could not request certificate: Connection refused - connect(2)

2012-12-05 Thread Diogo Martinez
to complete, im using puppet 3 on centos 5.6 Em quarta-feira, 5 de dezembro de 2012 08h16min58s UTC-2, Diogo Martinez escreveu: > > Hi all, > I am new at puppet and Im using the puppet learning tutorial. I execute > until Basic agent/master puppet. Everything worked ok but after 2 or 3 > days,