Hi all! I have migrated some machines from puppet 0.24.8 to 0.25.0rc1, mainly because of bug in 0.24.8 when using ssh_authorized_keys and I am getting the following messages when starting the client: Setting the :cacrl to ''false'' is deprecated; Puppet will just ignore the crl if yours is missing Starting Puppet client version 0.25.0 Cached certificate_revocation_list for ca failed: Cannot manage the CRL when :cacrl is set to false Could not retrieve catalog from remote server: Could not intern from s: Cannot manage the CRL when :cacrl is set to false However, if I run puppetd with -tvd, everything works fine. I have no idea why this is going on if anyone could help I would apreciate. Thanks in advance, Gus --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---
On Aug 19, 2009, at 3:42 PM, Gustavo Soares wrote:> Hi all! > > I have migrated some machines from puppet 0.24.8 to 0.25.0rc1, > mainly because of bug in 0.24.8 when using ssh_authorized_keys and I > am getting the following messages when starting the client: > > Setting the :cacrl to ''false'' is deprecated; Puppet will just ignore > the crl if yours is missing > Starting Puppet client version 0.25.0 > Cached certificate_revocation_list for ca failed: Cannot manage the > CRL when :cacrl is set to false > Could not retrieve catalog from remote server: Could not intern from > s: Cannot manage the CRL when :cacrl is set to false >Hi Gus, How is your Puppetmaster setup? Passenger? Can you send your apache config? -L -- Larry Ludwig Reductive Labs --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---
Larry, for now I haven''t setup apache + passenger yet. I was running some tests in a lab environment first with the builtin webserver (I believe that it is Webrick, right?) and then I would setup passenger to increase sacalability. I must use passenger in 0.25.x? Gus On Thu, Aug 20, 2009 at 10:04 AM, Larry Ludwig <larry@reductivelabs.com>wrote:> > > On Aug 19, 2009, at 3:42 PM, Gustavo Soares wrote: > > > Hi all! > > > > I have migrated some machines from puppet 0.24.8 to 0.25.0rc1, > > mainly because of bug in 0.24.8 when using ssh_authorized_keys and I > > am getting the following messages when starting the client: > > > > Setting the :cacrl to ''false'' is deprecated; Puppet will just ignore > > the crl if yours is missing > > Starting Puppet client version 0.25.0 > > Cached certificate_revocation_list for ca failed: Cannot manage the > > CRL when :cacrl is set to false > > Could not retrieve catalog from remote server: Could not intern from > > s: Cannot manage the CRL when :cacrl is set to false > > > > Hi Gus, > > How is your Puppetmaster setup? Passenger? Can you send your apache > config? > > -L > > -- > Larry Ludwig > Reductive Labs > > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---
Hi> for now I haven''t setup apache + passenger yet. I was running some tests in > a lab environment first with the builtin webserver (I believe that it is > Webrick, right?) and then I would setup passenger to increase sacalability. > I must use passenger in 0.25.x?no, you can still use webrick for smaller setups or mongrel cluster for setups with more nodes, if you don''t want to use passenger. however passenger is getting more and more the default way to run puppetmaster. cheers pete --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---
thanks Pete.. I will use passenger for sure... I were beginning to think that the problem that I face when migrating from 0.24.8 to 0.25.0rc1 (which I had already rolled back) was somehow connected to Webrick.. but I guess not... Cheers On Thu, Aug 20, 2009 at 4:27 PM, Peter Meier <peter.meier@immerda.ch> wrote:> > Hi > > > for now I haven''t setup apache + passenger yet. I was running some tests > in > > a lab environment first with the builtin webserver (I believe that it is > > Webrick, right?) and then I would setup passenger to increase > sacalability. > > I must use passenger in 0.25.x? > > no, you can still use webrick for smaller setups or mongrel cluster for > setups with more nodes, if you don''t want to use passenger. however > passenger is getting more and more the default way to run puppetmaster. > > cheers pete > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---
I''m getting similar messages about cacrl, even though I haven''t set it. Did switching to passenger fix the problem? Or did you find another way to fix it? I''m using webrick and don''t want to complicate things further for now if I don''t have to. Chris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---
Gustavo Soares
2010-Mar-15 14:30 UTC
Re: [Puppet Users] Re: migating from 0.24.8 to 0.25.0rc1
sorry for the late reply :) but yes, I have switched to passenger. Gus On Tue, Sep 29, 2009 at 5:22 PM, Chris Westin <cwestin@yahoo.com> wrote:> > I''m getting similar messages about cacrl, even though I haven''t set > it. Did switching to passenger fix the problem? Or did you find > another way to fix it? > > I''m using webrick and don''t want to complicate things further for now > if I don''t have to. > > Chris > > --~--~---------~--~----~------------~-------~--~----~ > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To post to this group, send email to puppet-users@googlegroups.com > To unsubscribe from this group, send email to > puppet-users+unsubscribe@googlegroups.com<puppet-users%2Bunsubscribe@googlegroups.com> > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en > -~----------~----~----~----~------~----~------~--~--- > >-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.