That your missing activerecord (or at least the right version of it). Try `gem list` to see if activerecord is present.
On Mon, Oct 8, 2012 at 2:00 PM, Peter Berghold <[email protected]> wrote: > > > On Mon, Oct 8, 2012 at 12:35 PM, Josh Cooper <[email protected]> wrote: >> >> More details here: >> http://docs.puppetlabs.com/puppet/3/reference/release_notes.html#puppet-master-web-server-changes >> > > Got past stage and thank you for that. > > Now I'm seeing: > > # puppet agent --test > err: Could not retrieve catalog from remote server: Error 400 on SERVER: > Could not autoload inventory_active_record: uninitialized constant > ActiveRecord::NamedScope > warning: Not using cache on failed catalog > err: Could not retrieve catalog; skipping run > notice: /File[/var/lib/puppet/state/last_run_summary.yaml]/content: > --- /var/lib/puppet/state/last_run_summary.yaml 2012-10-08 > 13:53:58.000000000 -0400 > +++ /tmp/puppet-file20121008-10936-y6fajq-0 2012-10-08 > 13:57:04.000000000 -0400 > @@ -1,6 +1,6 @@ > --- > time: > - last_run: 1349718838 > + last_run: 1349719024 > version: > puppet: 2.7.10 > config: > \ No newline at end of file > > err: Could not remove PID file /var/lib/puppet/run/agent.pid > > > what is it trying to tell me? > > > > > -- > > Peter L. Berghold [email protected] > > http://blog.berghold.net > > > -- > 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. -- 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.
