I need a pointer in the right direction... Is there a document for migrating puppet/passenger to 3.0? -- Peter L. Berghold Salty.Cowdawg@gmail.com http://blog.berghold.net “"Don''t wait until everything is just right. It will never be perfect. There will always be challenges, obstacles and less than perfect conditions. So what. Get started now. With each step you take, you will grow stronger and stronger, more and more skilled, more and more self-confident and more and more successful." - Mark Victor Hansen<http://www.quotesdaddy.com/quote/1041647/mark-victor-hansen/dont-wait-until-everything-is-just-right-it-will-never> ” Get this email app! <http://www.wisestamp.com/apps/quotes?utm_source=extension&utm_medium=email&utm_term=quotes&utm_campaign=apps> Want a signature like mine? <http://r1.wisestamp.com/r/landing?promo=16&dest=http%3A%2F%2Fwww.wisestamp.com%2Femail-install%3Futm_source%3Dextension%26utm_medium%3Demail%26utm_campaign%3Dpromo_16> Click here.<http://r1.wisestamp.com/r/landing?promo=16&dest=http%3A%2F%2Fwww.wisestamp.com%2Femail-install%3Futm_source%3Dextension%26utm_medium%3Demail%26utm_campaign%3Dpromo_16> -- 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 Peter, On Mon, Oct 8, 2012 at 9:05 AM, Peter Berghold <salty.cowdawg@gmail.com>wrote:> I need a pointer in the right direction... > > Is there a document for migrating puppet/passenger to 3.0? >Make sure you upgrade your config.ru. More details here: http://docs.puppetlabs.com/puppet/3/reference/release_notes.html#puppet-master-web-server-changesand https://groups.google.com/d/topic/puppet-users/7T26yDW-Xtk/discussion Josh -- Josh Cooper Developer, Puppet 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.
On Mon, Oct 8, 2012 at 12:35 PM, Josh Cooper <josh@puppetlabs.com> 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 Salty.Cowdawg@gmail.com 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 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.
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 <salty.cowdawg@gmail.com> wrote:> > > On Mon, Oct 8, 2012 at 12:35 PM, Josh Cooper <josh@puppetlabs.com> 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 Salty.Cowdawg@gmail.com > > 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 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.
On Mon, Oct 8, 2012 at 2:01 PM, Throwe, Jesse <jesse@throwe.com> wrote:> That your missing activerecord (or at least the right version of it). > Try `gem list` to see if activerecord is present. > >That''s what bugs me. Here is active record: activerecord (3.2.8, 2.3.5) Does the fact that I have two versions on the same machine have any bearing on the matter? How do I make sure the right one gets picked up. Which is the right one? -- Peter L. Berghold Salty.Cowdawg@gmail.com 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 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.
OK... now I''m a bit frightened. I don''t know what I did to make the problem go away (I didn''t edit anything..) but the problem is now fixed... Computers are so naughty.... -- Peter L. Berghold Salty.Cowdawg@gmail.com 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 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 Mon, Oct 8, 2012 at 11:29 AM, Peter Berghold <salty.cowdawg@gmail.com> wrote:> > > OK... now I''m a bit frightened. I don''t know what I did to make the problem > go away (I didn''t edit anything..) but the problem is now fixed... >Not sure if this is related, but we are investigating another uninitialized constant ActiveRecord error: http://projects.puppetlabs.com/issues/16770 Josh -- Josh Cooper Developer, Puppet 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.
On Mon, Oct 8, 2012 at 3:08 PM, Josh Cooper <josh@puppetlabs.com> wrote:> > http://projects.puppetlabs.com/issues/16770 > > > Maybe I need to backdate to something before 3.0? Seems stored configsis interfering with dashboard as an ENC... -- Peter L. Berghold Salty.Cowdawg@gmail.com 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 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.