On Mar 31, 1:43 pm, Trevor Price <[email protected]> wrote: > as it turns out the timzones were different. However , now in > /var/log/syslog I get > Mar 31 18:39:56 debain_client_host puppetd[19020]: Calling puppetca.getcert > Mar 31 18:39:57 debian_client_host puppetd[19020]: Could not request > certificate: Certificate retrieval failed: Certificate request does not > match existing certificate; run 'puppetca --clean debian_client_host'. > > I have cleaned the cert on the puppetmasterd and removed the /etc/puppet/ssl > directory on the client several times but still get this error. --debug is > on but it does not tell me how the certificate is not matching.
I saw something similar when I tried to preseed the installation of puppet using "d-i pkgsel/include string puppet" The preseed installation used different directory paths than the "apt- get install puppet" installs I had done previously. When my centralized puppet.conf file would get written to the client, the next run through consistently produced a bunch of 500 errors as the certificates no longer matched. So you might check that your certs are where you think they should be. Maybe with "puppetd --genconfig" ? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---
