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
problem with rack versions and puppet-dashboard
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
  3 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
 
Panaman  
View profile  
 More options May 24 2011, 11:40 am
From: Panaman <pana...@gmail.com>
Date: Tue, 24 May 2011 08:40:03 -0700 (PDT)
Local: Tues, May 24 2011 11:40 am
Subject: problem with rack versions and puppet-dashboard
I get this error
can't activate rack (~> 1.0.1), already activated rack-1.2.2

It appears that puppet-dashboard uses rack 1.0.1 but passenger 3.0.7
needs to use rack1.2.2

Is there a way around this or make dashboard use rack 1.2.2?


 
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.
David Klann  
View profile  
 More options May 24 2011, 11:48 am
From: David Klann <kl...@wins.net>
Date: Tue, 24 May 2011 10:48:54 -0500
Local: Tues, May 24 2011 11:48 am
Subject: Re: [Puppet Users] problem with rack versions and puppet-dashboard

On Tue, 24 May 2011 10:40:03 -0500, you said:

> I get this error
> can't activate rack (~> 1.0.1), already activated rack-1.2.2

> It appears that puppet-dashboard uses rack 1.0.1 but passenger 3.0.7
> needs to use rack1.2.2

> Is there a way around this or make dashboard use rack 1.2.2?

Don't know if it's the "supported" way to do it, but I simply removed
the "embedded" version of rack that ships with puppet-dashboard:

cd <path-to-dashboard>
git clone git://github.com/puppetlabs/puppet-dashboard.git
rm -r vendor/gems/rack-1.0.1
sed -i -e 's,~> 1.0.1,~> 1.2.2,' vendor/rails/actionpack/lib/action_controller.rb

cp <my-config-path>/config.ru .
sudo service httpd start (or however you start apache/nginx).

Is there a recommended way to resolve this conflict?

  ~David Klann

  signature.asc
< 1K Download

 
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.
Panaman  
View profile  
 More options May 25 2011, 8:34 am
From: Panaman <pana...@gmail.com>
Date: Wed, 25 May 2011 05:34:17 -0700 (PDT)
Local: Wed, May 25 2011 8:34 am
Subject: Re: problem with rack versions and puppet-dashboard

On May 24, 11:48 am, David Klann <kl...@wins.net> wrote:

Hey David, thanks, worked like a charm.
Don't know if there is a recommended way to resolve this conflict...
but your way works :-)

 
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 »