Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
puppetshow with puppetmaster 0.24.6
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  16 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Rodney Quillo  
View profile  
 More options Jan 7 2009, 10:16 pm
From: Rodney Quillo <imco...@gmail.com>
Date: Wed, 7 Jan 2009 19:16:24 -0800 (PST)
Local: Wed, Jan 7 2009 10:16 pm
Subject: puppetshow with puppetmaster 0.24.6
Hi,

I'm using Puppetmaster version 0.24.6 with rails v2.0.2
Followed the wiki instruction for puppetshow  and storedconfiguration
enabled.
clone the repo for puppetshow to a directory.

When I execute on the puppet server:
$ rake production db:migrate

I got the following errors:

rake aborted!
uninitialized constant ActiveSupport::Dependencies

Thanks in advance,
Rodney


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Luke Kanies  
View profile  
 More options Jan 8 2009, 1:49 am
From: Luke Kanies <l...@madstop.com>
Date: Thu, 8 Jan 2009 00:49:16 -0600
Local: Thurs, Jan 8 2009 1:49 am
Subject: Re: [Puppet Users] puppetshow with puppetmaster 0.24.6
On Jan 7, 2009, at 9:16 PM, Rodney Quillo wrote:

> Hi,

> I'm using Puppetmaster version 0.24.6 with rails v2.0.2
> Followed the wiki instruction for puppetshow  and storedconfiguration
> enabled.
> clone the repo for puppetshow to a directory.

> When I execute on the puppet server:
> $ rake production db:migrate

> I got the following errors:

> rake aborted!
> uninitialized constant ActiveSupport::Dependencies

That seems like a Rails thing; you probably are missing a gem or nine.

--
One of the Ten Commandments for Technicians:
     (7) Work thou not on energized equipment, for if thou dost, thy
     fellow workers will surely buy beers for thy widow and
     console her in other ways.
---------------------------------------------------------------------
Luke Kanies | http://reductivelabs.com | http://madstop.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Rodney Quillo  
View profile  
 More options Jan 8 2009, 3:59 am
From: Rodney Quillo <imco...@gmail.com>
Date: Thu, 8 Jan 2009 00:59:33 -0800 (PST)
Local: Thurs, Jan 8 2009 3:59 am
Subject: Re: puppetshow with puppetmaster 0.24.6
Hi Luke,

I've tried to check the gems in my Ubuntu Hardy.
The trace also provided below, it seems Puppetshow is using older
gems?

Thanks again,
Rodney

$ gem list

actionmailer (2.2.2)
actionpack (2.2.2)
activerecord (2.2.2)
activeresource (2.2.2)
activesupport (2.2.2)
hobo (0.8.5)
hobofields (0.8.5)
hobosupport (0.8.5)
mislav-will_paginate (2.3.6)
rails (2.2.2)
rake (0.8.3)

$ rake production db:migrate --trace
(in /ebs1/puppetshow)
** Invoke production (first_time)
** Execute production
** Invoke db:migrate (first_time)
** Invoke environment (first_time)
** Execute environment
rake aborted!
uninitialized constant ActiveSupport::Dependencies
/ebs1/puppetshow/vendor/rails/activerecord/lib/../../activesupport/lib/
active_support/dependencies.rb:266:in `load_missing_constant'
/ebs1/puppetshow/vendor/rails/activerecord/lib/../../activesupport/lib/
active_support/dependencies.rb:453:in `const_missing'
/var/lib/gems/1.8/gems/hobofields-0.8.5/lib/hobo_fields.rb:3
/usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in
`gem_original_require'
/usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require'
/ebs1/puppetshow/vendor/rails/activerecord/lib/../../activesupport/lib/
active_support/dependencies.rb:496:in `require'
/ebs1/puppetshow/vendor/rails/activerecord/lib/../../activesupport/lib/
active_support/dependencies.rb:342:in `new_constants_in'
/ebs1/puppetshow/vendor/rails/activerecord/lib/../../activesupport/lib/
active_support/dependencies.rb:496:in `require'
/var/lib/gems/1.8/gems/hobofields-0.8.5/lib/hobofields.rb:1
/usr/lib/ruby/1.8/rubygems/custom_require.rb:32:in
`gem_original_require'
/usr/lib/ruby/1.8/rubygems/custom_require.rb:32:in `require'
/ebs1/puppetshow/vendor/rails/activerecord/lib/../../activesupport/lib/
active_support/dependencies.rb:496:in `require'
/ebs1/puppetshow/vendor/rails/activerecord/lib/../../activesupport/lib/
active_support/dependencies.rb:342:in `new_constants_in'
/ebs1/puppetshow/vendor/rails/activerecord/lib/../../activesupport/lib/
active_support/dependencies.rb:496:in `require'
/ebs1/puppetshow/vendor/plugins/hobo/init.rb:3:in `evaluate_init_rb'
/ebs1/puppetshow/config/../vendor/rails/railties/lib/rails/plugin.rb:
79:in `evaluate_init_rb'
/ebs1/puppetshow/vendor/rails/activerecord/lib/../../activesupport/lib/
active_support/core_ext/kernel/reporting.rb:11:in `silence_warnings'
/ebs1/puppetshow/config/../vendor/rails/railties/lib/rails/plugin.rb:
75:in `evaluate_init_rb'
/ebs1/puppetshow/config/../vendor/rails/railties/lib/rails/plugin.rb:
39:in `load'
/ebs1/puppetshow/config/../vendor/rails/railties/lib/rails/plugin/
loader.rb:33:in `load_plugins'
/ebs1/puppetshow/config/../vendor/rails/railties/lib/rails/plugin/
loader.rb:32:in `each'
/ebs1/puppetshow/config/../vendor/rails/railties/lib/rails/plugin/
loader.rb:32:in `load_plugins'
/ebs1/puppetshow/config/../vendor/rails/railties/lib/initializer.rb:
189:in `load_plugins'
/ebs1/puppetshow/config/../vendor/rails/railties/lib/initializer.rb:
105:in `process'
/ebs1/puppetshow/config/../vendor/rails/railties/lib/initializer.rb:
49:in `send'
/ebs1/puppetshow/config/../vendor/rails/railties/lib/initializer.rb:
49:in `run'
/ebs1/puppetshow/config/environment.rb:42
/ebs1/puppetshow/vendor/rails/railties/lib/tasks/misc.rake:3:in
`require'
/ebs1/puppetshow/vendor/rails/railties/lib/tasks/misc.rake:3
/usr/lib/ruby/1.8/rake.rb:546:in `call'
/usr/lib/ruby/1.8/rake.rb:546:in `execute'
/usr/lib/ruby/1.8/rake.rb:541:in `each'
/usr/lib/ruby/1.8/rake.rb:541:in `execute'
/usr/lib/ruby/1.8/rake.rb:508:in `invoke_with_call_chain'
/usr/lib/ruby/1.8/rake.rb:501:in `synchronize'
/usr/lib/ruby/1.8/rake.rb:501:in `invoke_with_call_chain'
/usr/lib/ruby/1.8/rake.rb:518:in `invoke_prerequisites'
/usr/lib/ruby/1.8/rake.rb:1183:in `each'
/usr/lib/ruby/1.8/rake.rb:1183:in `send'
/usr/lib/ruby/1.8/rake.rb:1183:in `each'
/usr/lib/ruby/1.8/rake.rb:515:in `invoke_prerequisites'
/usr/lib/ruby/1.8/rake.rb:507:in `invoke_with_call_chain'
/usr/lib/ruby/1.8/rake.rb:501:in `synchronize'
/usr/lib/ruby/1.8/rake.rb:501:in `invoke_with_call_chain'
/usr/lib/ruby/1.8/rake.rb:494:in `invoke'
/usr/lib/ruby/1.8/rake.rb:1931:in `invoke_task'
/usr/lib/ruby/1.8/rake.rb:1909:in `top_level'
/usr/lib/ruby/1.8/rake.rb:1909:in `each'
/usr/lib/ruby/1.8/rake.rb:1909:in `top_level'
/usr/lib/ruby/1.8/rake.rb:1948:in `standard_exception_handling'
/usr/lib/ruby/1.8/rake.rb:1903:in `top_level'
/usr/lib/ruby/1.8/rake.rb:1881:in `run'
/usr/lib/ruby/1.8/rake.rb:1948:in `standard_exception_handling'
/usr/lib/ruby/1.8/rake.rb:1878:in `run'
/usr/bin/rake:28

On Jan 8, 2:49 pm, Luke Kanies <l...@madstop.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Stasheck  
View profile  
 More options Jan 8 2009, 7:28 am
From: Stasheck <stanislaw.kamin...@gmail.com>
Date: Thu, 8 Jan 2009 04:28:47 -0800 (PST)
Local: Thurs, Jan 8 2009 7:28 am
Subject: Re: puppetshow with puppetmaster 0.24.6
Maybe a bit off-topic, but since when storedconfig works with Rails
2.x? I'm asking because http://reductivelabs.com/trac/puppet/wiki/UsingStoredConfiguration
explicitly says that only Rails 1.x is supported.

/BR
Stanislaw

On Jan 8, 9:59 am, Rodney Quillo <imco...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Rodney Quillo  
View profile  
 More options Jan 8 2009, 8:25 am
From: Rodney Quillo <imco...@gmail.com>
Date: Thu, 8 Jan 2009 05:25:05 -0800 (PST)
Local: Thurs, Jan 8 2009 8:25 am
Subject: Re: puppetshow with puppetmaster 0.24.6

I've run puppet server with storedconfig enable with no problem.
The mysql db were populated with puppet information successfully.

I'm not sure why the doc says it requires Rails 1.x also, or it is
puppetshow that is not updated to for Rails 2.x?

Rodney

On Jan 8, 8:28 pm, Stasheck <stanislaw.kamin...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Luke Kanies  
View profile  
 More options Jan 8 2009, 10:52 am
From: Luke Kanies <l...@madstop.com>
Date: Thu, 8 Jan 2009 09:52:21 -0600
Local: Thurs, Jan 8 2009 10:52 am
Subject: Re: [Puppet Users] Re: puppetshow with puppetmaster 0.24.6
On Jan 8, 2009, at 6:28 AM, Stasheck wrote:

> Maybe a bit off-topic, but since when storedconfig works with Rails
> 2.x? I'm asking because http://reductivelabs.com/trac/puppet/wiki/UsingStoredConfiguration
> explicitly says that only Rails 1.x is supported.

Those docs are out of date.  I'll fix them.  StoreConfigs works fine  
with 2.x, although possibly not with the absolute latest stuff.

--
To succeed in the world it is not enough to be stupid, you must also
be well-mannered. -- Voltaire
---------------------------------------------------------------------
Luke Kanies | http://reductivelabs.com | http://madstop.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Blake Barnett  
View profile  
 More options Jan 9 2009, 10:57 pm
From: Blake Barnett <sha...@gmail.com>
Date: Fri, 9 Jan 2009 20:57:20 -0700
Local: Fri, Jan 9 2009 10:57 pm
Subject: Re: [Puppet Users] Re: puppetshow with puppetmaster 0.24.6
On Jan 8, 2009, at 8:52 AM, Luke Kanies wrote:

> On Jan 8, 2009, at 6:28 AM, Stasheck wrote:

>> Maybe a bit off-topic, but since when storedconfig works with Rails
>> 2.x? I'm asking because http://reductivelabs.com/trac/puppet/wiki/UsingStoredConfiguration
>> explicitly says that only Rails 1.x is supported.

> Those docs are out of date.  I'll fix them.  StoreConfigs works fine
> with 2.x, although possibly not with the absolute latest stuff.

Most likely they've changed some internal dependencies in 2.2.x, 2.0.x  
worked fine.

-Blake


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Rodney Quillo  
View profile  
 More options Jan 13 2009, 3:00 am
From: Rodney Quillo <imco...@gmail.com>
Date: Tue, 13 Jan 2009 00:00:33 -0800 (PST)
Local: Tues, Jan 13 2009 3:00 am
Subject: Re: puppetshow with puppetmaster 0.24.6
Hi Blake and others,

I got it running with the following gems:

actionmailer (2.0.2)
actionpack (2.0.2)
activerecord (2.0.2)
activeresource (2.0.2)
activesupport (2.0.2)
daemons (1.0.10)
gem_plugin (0.2.3)
hobofields (0.7.5)
hobosupport (0.8.5)
rails (2.0.2)
rake (0.8.3)

It only needs the hobofields since hobo and others were already in the
plugin directory.

Cheers,
Rodney

On Jan 10, 11:57 am, Blake Barnett <sha...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
jrojas  
View profile  
 More options Jan 14 2009, 8:49 pm
From: jrojas <jason.r.ro...@gmail.com>
Date: Wed, 14 Jan 2009 17:49:49 -0800 (PST)
Local: Wed, Jan 14 2009 8:49 pm
Subject: Re: puppetshow with puppetmaster 0.24.6
Sorry if I am re-hashing this but this error is bugging the piss out
of me, first of the details:

My gems:
actionmailer (2.0.2)
actionpack (2.0.2)
activerecord (2.0.2)
activeresource (2.0.2)
activesupport (2.0.2)
daemons (1.0.10)
fastthread (1.0.1)
gem_plugin (0.2.3)
hobofields (0.7.5)
hobosupport (0.8.5)
mysql (2.7)
passenger (2.0.6)
rack (0.9.1)
rake (0.8.3)
sources (0.0.1)

I agree that it does work (to an extent) with the above gems.
However, certain parts of it are not functioning (pagination and
search)

Here is the ugly error:

NameError (undefined local variable or method `superclass' for
#<HostsController:0x2aaaad7addc0>):
    /vendor/plugins/hobo/lib/hobo/model_controller.rb:523:in
`not_found'
    /vendor/rails/actionpack/lib/action_controller/rescue.rb:189:in
`call'
    /vendor/rails/actionpack/lib/action_controller/rescue.rb:189:in
`rescue_action_with_handler'
    /vendor/rails/actionpack/lib/action_controller/rescue.rb:201:in
`perform_action_without_caching'
    /vendor/rails/actionpack/lib/action_controller/caching.rb:678:in
`passenger_orig_perform_action'
    /usr/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/
connection_adapters/abstract/query_cache.rb:33:in `cache'
    /usr/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/
query_cache.rb:8:in `cache'
    /vendor/rails/actionpack/lib/action_controller/caching.rb:677:in
`passenger_orig_perform_action'
    /usr/lib/ruby/gems/1.8/gems/passenger-2.0.6/lib/passenger/railz/
request_handler.rb:53:in `perform_action'
    /vendor/rails/actionpack/lib/action_controller/base.rb:524:in
`send'
    /vendor/rails/actionpack/lib/action_controller/base.rb:524:in
`process_without_filters'
    /vendor/rails/actionpack/lib/action_controller/filters.rb:685:in
`process_without_session_management_support'
    /vendor/rails/actionpack/lib/action_controller/
session_management.rb:123:in `process'
    /vendor/rails/actionpack/lib/action_controller/base.rb:388:in
`process'
    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:
171:in `handle_request'
    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:
115:in `dispatch'
    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:
126:in `dispatch_cgi'
    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in
`dispatch'
    /usr/lib/ruby/gems/1.8/gems/passenger-2.0.6/lib/passenger/railz/
request_handler.rb:38:in `process_request'
    /usr/lib/ruby/gems/1.8/gems/passenger-2.0.6/lib/passenger/
abstract_request_handler.rb:165:in `main_loop'
    /usr/lib/ruby/gems/1.8/gems/passenger-2.0.6/lib/passenger/railz/
application_spawner.rb:321:in `start_request_handler'
    /usr/lib/ruby/gems/1.8/gems/passenger-2.0.6/lib/passenger/railz/
application_spawner.rb:282:in `handle_spawn_application'
    /usr/lib/ruby/gems/1.8/gems/passenger-2.0.6/lib/passenger/utils.rb:
163:in `safe_fork'
    /usr/lib/ruby/gems/1.8/gems/passenger-2.0.6/lib/passenger/utils.rb:
161:in `fork'
    /usr/lib/ruby/gems/1.8/gems/passenger-2.0.6/lib/passenger/utils.rb:
161:in `safe_fork'
    /usr/lib/ruby/gems/1.8/gems/passenger-2.0.6/lib/passenger/railz/
application_spawner.rb:280:in `handle_spawn_application'
    /usr/lib/ruby/gems/1.8/gems/passenger-2.0.6/lib/passenger/utils.rb:
163:in `safe_fork'
    /usr/lib/ruby/gems/1.8/gems/passenger-2.0.6/lib/passenger/utils.rb:
161:in `fork'
    /usr/lib/ruby/gems/1.8/gems/passenger-2.0.6/lib/passenger/utils.rb:
161:in `safe_fork'
    /usr/lib/ruby/gems/1.8/gems/passenger-2.0.6/lib/passenger/railz/
application_spawner.rb:279:in `handle_spawn_application'
    /usr/lib/ruby/gems/1.8/gems/passenger-2.0.6/lib/passenger/
abstract_server.rb:317:in `__send__'
    /usr/lib/ruby/gems/1.8/gems/passenger-2.0.6/lib/passenger/
abstract_server.rb:317:in `main_loop'
    /usr/lib/ruby/gems/1.8/gems/passenger-2.0.6/lib/passenger/
abstract_server.rb:168:in `start_synchronously'
    /usr/lib/ruby/gems/1.8/gems/passenger-2.0.6/lib/passenger/
abstract_server.rb:135:in `start'
    /usr/lib/ruby/gems/1.8/gems/passenger-2.0.6/lib/passenger/
abstract_server.rb:112:in `fork'
    /usr/lib/ruby/gems/1.8/gems/passenger-2.0.6/lib/passenger/
abstract_server.rb:112:in `start'
    /usr/lib/ruby/gems/1.8/gems/passenger-2.0.6/lib/passenger/railz/
application_spawner.rb:179:in `start'
    /usr/lib/ruby/gems/1.8/gems/passenger-2.0.6/lib/passenger/
spawn_manager.rb:222:in `spawn_rails_application'
    /usr/lib/ruby/gems/1.8/gems/passenger-2.0.6/lib/passenger/
spawn_manager.rb:217:in `synchronize'
    /usr/lib/ruby/gems/1.8/gems/passenger-2.0.6/lib/passenger/
spawn_manager.rb:217:in `spawn_rails_application'
    /usr/lib/ruby/gems/1.8/gems/passenger-2.0.6/lib/passenger/
spawn_manager.rb:126:in `spawn_application'
    /usr/lib/ruby/gems/1.8/gems/passenger-2.0.6/lib/passenger/
spawn_manager.rb:251:in `handle_spawn_application'
    /usr/lib/ruby/gems/1.8/gems/passenger-2.0.6/lib/passenger/
abstract_server.rb:317:in `__send__'
    /usr/lib/ruby/gems/1.8/gems/passenger-2.0.6/lib/passenger/
abstract_server.rb:317:in `main_loop'
    /usr/lib/ruby/gems/1.8/gems/passenger-2.0.6/lib/passenger/
abstract_server.rb:168:in `start_synchronously'
    /usr/lib/ruby/gems/1.8/gems/passenger-2.0.6/bin/passenger-spawn-
server:46

Rendering /opt/puppetshow/public/500.html (500 Internal Server Error)
Rendering _list_inline_adapter
Rendered core/_messages (0.00020)

Anyone have ideas? Did I miss something?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Scott  
View profile  
 More options Jan 16 2009, 5:47 pm
From: Scott <scott...@gmail.com>
Date: Fri, 16 Jan 2009 14:47:08 -0800 (PST)
Local: Fri, Jan 16 2009 5:47 pm
Subject: Re: puppetshow with puppetmaster 0.24.6
I had the exact same problem (the exceptions in pagination and search)
and gave up because it's not being developed at all and probably works
on much older versions of puppet.

Scott

On Jan 15, 2:49 am, jrojas <jason.r.ro...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
jrojas  
View profile  
 More options Jan 16 2009, 9:02 pm
From: jrojas <jason.r.ro...@gmail.com>
Date: Fri, 16 Jan 2009 18:02:29 -0800 (PST)
Local: Fri, Jan 16 2009 9:02 pm
Subject: Re: puppetshow with puppetmaster 0.24.6
Good. I am glad someone else has had the problem. I think I am going
to start beating on this with a hammer until it works :P

On Jan 16, 2:47 pm, Scott <scott...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Rodney Quillo  
View profile  
 More options Jan 17 2009, 6:04 am
From: Rodney Quillo <imco...@gmail.com>
Date: Sat, 17 Jan 2009 03:04:14 -0800 (PST)
Local: Sat, Jan 17 2009 6:04 am
Subject: Re: puppetshow with puppetmaster 0.24.6
Jason,

I have the same errors too. :)

Rodney

On Jan 17, 10:02 am, jrojas <jason.r.ro...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Luke Kanies  
View profile  
 More options Jan 19 2009, 3:45 pm
From: Luke Kanies <l...@madstop.com>
Date: Mon, 19 Jan 2009 14:45:43 -0600
Local: Mon, Jan 19 2009 3:45 pm
Subject: Re: [Puppet Users] Re: puppetshow with puppetmaster 0.24.6
On Jan 16, 2009, at 8:02 PM, jrojas wrote:

> Good. I am glad someone else has had the problem. I think I am going
> to start beating on this with a hammer until it works :P

Please let me know (feel free to ping me personally if I don't respond  
on the list fast enough) if there's anything I can do to help.

Blake Barnett did most of the actual development with PuppetShow, but  
I can hopefully at least help.

--
In science, 'fact' can only mean 'confirmed to such a degree that it
would be perverse to withhold provisional assent.' I suppose that
apples might start to rise tomorrow, but the possibility does not
merit equal time in physics classrooms. -- Stephen Jay Gould
---------------------------------------------------------------------
Luke Kanies | http://reductivelabs.com | http://madstop.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Larry Ludwig  
View profile  
 More options Feb 2 2009, 10:16 pm
From: Larry Ludwig <larry...@gmail.com>
Date: Mon, 2 Feb 2009 19:16:11 -0800 (PST)
Local: Mon, Feb 2 2009 10:16 pm
Subject: Re: puppetshow with puppetmaster 0.24.6

On Jan 13, 3:00 am, Rodney Quillo <imco...@gmail.com> wrote:

What did you do to fix the uninitialized constant
ActiveSupport::Dependencies error?

I'm still getting this error with the above gems.

-L


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Rodney Quillo  
View profile  
 More options Feb 3 2009, 5:56 am
From: Rodney Quillo <imco...@gmail.com>
Date: Tue, 3 Feb 2009 02:56:30 -0800 (PST)
Local: Tues, Feb 3 2009 5:56 am
Subject: Re: puppetshow with puppetmaster 0.24.6
Hi Larry,

Install the older gems I've listed above using the command:

$ sudo gem install rails --version='2.0.2'
$ sudo gem install hobofields --version='0.7.5'
$ sudo gem install hobosupport
....etc

Also remove the newer version of rails 2.2.x and other dependency.
See man page for gems. Let us know how it goes.

Good luck,
Rodney

-----
http://imcocoy.blogspot.com

On Feb 3, 11:16 am, Larry Ludwig <larry...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Larry Ludwig  
View profile  
 More options Feb 3 2009, 8:41 am
From: Larry Ludwig <larry...@gmail.com>
Date: Tue, 3 Feb 2009 05:41:18 -0800 (PST)
Local: Tues, Feb 3 2009 8:41 am
Subject: Re: puppetshow with puppetmaster 0.24.6
That did the trick.  I thought you can have multiple versions of the
same gem installed and if it's locked in the RoR app it shouldn't
matter.

-L

On Feb 3, 5:56 am, Rodney Quillo <imco...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »