liberty@rapleaf.com
2011-Jan-26 00:30 UTC
[Puppet Users] You cannot save facts to the code store; it is only used for getting facts from Facter
I have successfully updated puppet clients from my master using the built-in WEBrick server. When I updated my setup to using Apache2+passenger, my clients get this error message: err: Could not retrieve catalog from remote server: Error 400 on SERVER: You cannot save facts to the code store; it is only used for getting facts from Facter warning: Not using cache on failed catalog err: Could not retrieve catalog; skipping run I''m clueless as to where to go from here. I have no custom facts. Is this a file-system permission issue? I''m also using the latest puppet binary 2.6.2 -- 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.
James Turnbull
2011-Jan-26 10:08 UTC
Re: [Puppet Users] You cannot save facts to the code store; it is only used for getting facts from Facter
liberty@rapleaf.com wrote:> You cannot save facts to the code store; it is only used for > getting facts from FacterSee http://projects.puppetlabs.com/issues/4527 James -- Puppet Labs - http://www.puppetlabs.com C: 503-734-8571 -- 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.
James Turnbull
2011-Jan-26 10:09 UTC
Re: [Puppet Users] You cannot save facts to the code store; it is only used for getting facts from Facter
liberty@rapleaf.com wrote:> > I''m clueless as to where to go from here. I have no custom facts. Is > this a file-system permission issue? > I''m also using the latest puppet binary 2.6.2 >Oh and the latest Puppet version is 2.6.4. Regards James Turnbull -- Puppet Labs - http://www.puppetlabs.com C: 503-734-8571 -- 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.
Liberty Young
2011-Jan-27 18:01 UTC
Re: [Puppet Users] You cannot save facts to the code store; it is only used for getting facts from Facter
James, Thanks! That was the trick..I had a bad line in my config.ru (after looking at the diff, it was obvious that I had to remove the require ''puppet'') Oh! I read the release notes, and noticed the security fix included in 2.6.4, so thanks for that. I''ve gone ahead and updated puppet. On Wed, Jan 26, 2011 at 2:09 AM, James Turnbull <james@puppetlabs.com> wrote:> liberty@rapleaf.com wrote: >> >> I''m clueless as to where to go from here. I have no custom facts. Is >> this a file-system permission issue? >> I''m also using the latest puppet binary 2.6.2 >> > > Oh and the latest Puppet version is 2.6.4. > > Regards > > James Turnbull > > -- > Puppet Labs - http://www.puppetlabs.com > C: 503-734-8571 > > -- > 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. > >-- 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.