[Puppet Users] Re: Activerecord and 0.25 issues

2009-09-17 Thread Allan Marcus
Will do --- Thanks, Allan Marcus 505-667-5666 On Sep 16, 2009, at 6:11 PM, Luke Kanies wrote: > > Can you open this as a ticket, with this trace attached? > > On Sep 10, 2009, at 7:33 AM, Allan Marcus wrote: > >> hard to read below due to wrapping. text file attached. >>> >> >> >> --- >> T

[Puppet Users] Re: Activerecord and 0.25 issues

2009-09-16 Thread Luke Kanies
Can you open this as a ticket, with this trace attached? On Sep 10, 2009, at 7:33 AM, Allan Marcus wrote: > hard to read below due to wrapping. text file attached. > > > > > --- > Thanks, > > Allan Marcus > 505-667-5666 > > > > On Sep 10, 2009, at 8:26 AM, Allan Marcus wrote: > >> >> bash-3.2#

[Puppet Users] Re: Activerecord and 0.25 issues

2009-09-10 Thread Allan Marcus
hard to read below due to wrapping. text file attached. --~--~-~--~~~---~--~~ 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

[Puppet Users] Re: Activerecord and 0.25 issues

2009-09-10 Thread Allan Marcus
bash-3.2# puppetmasterd --no-daemonize --trace /Library/Ruby/Site/1.8/facter/util/macosx.rb:1 /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/ 1.8/rubygems/custom_require.rb:31:in `gem_original_require' /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/ 1.8/

[Puppet Users] Re: Activerecord and 0.25 issues

2009-09-09 Thread Luke Kanies
Can we get a stack trace for that? If you start puppetmasterd with -- no-daemonize --trace, you should get stack traces on stdout. On Sep 9, 2009, at 12:47 PM, Allan Marcus wrote: > > More info. I see the following in /var/log/system.log: > > Sep 9 13:44:29 puppet-dev puppetmasterd[46746]: >

[Puppet Users] Re: Activerecord and 0.25 issues

2009-09-09 Thread Allan Marcus
More info. I see the following in /var/log/system.log: Sep 9 13:44:29 puppet-dev puppetmasterd[46746]: Could not create resources for managing Puppet's files and directories in sections [:main, :puppetmasterd, :ssl]: undefined local variable or method `x' for main:Object Sep 9 13:44:29 pup

[Puppet Users] Re: Activerecord and 0.25 issues

2009-09-09 Thread Allan Marcus
Ug. I updated ActiveRecord and now I get a new error (see below). any ideas? --- Thanks, Allan Marcus 505-667-5666 bash-3.2# gem list *** LOCAL GEMS *** actionmailer (2.2.2, 1.3.6) actionpack (2.2.2, 1.13.6) actionwebservice (1.2.6) activerecord (2.3.4, 2.2.2, 1.15.6) activeresource (2.

[Puppet Users] Re: Activerecord and 0.25 issues

2009-09-09 Thread Allan Marcus
thanks. Looks like the answer is to update Active record to 2.3 or better. --- Thanks, Allan Marcus 505-667-5666 On Sep 9, 2009, at 12:41 PM, Todd Zullinger wrote: > Allan Marcus wrote: >> I have puppetmasterd working just fine on Mac OS X server 10.6. I >> updated to 0.25.0 and now when I

[Puppet Users] Re: Activerecord and 0.25 issues

2009-09-09 Thread Todd Zullinger
Allan Marcus wrote: > I have puppetmasterd working just fine on Mac OS X server 10.6. I > updated to 0.25.0 and now when I try to start puppetmasterd I get an > error about ActiveRecord. If I'm reading the gem list command > correctly, I have > 2.1 installed. Any ideas? I think you are being bitte