Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Passenger and Rack version issues? #56

Open
salderma opened this issue Dec 9, 2016 · 1 comment
Open

Passenger and Rack version issues? #56

salderma opened this issue Dec 9, 2016 · 1 comment

Comments

@salderma
Copy link

salderma commented Dec 9, 2016

Hi, I am trying to setup this cool tool with Apache+Passenger on CentOS 7.2. CentOS packages for rubygems-rack (required for passenger and mod_passenger) is version 1.6.4 and running a gem install of puppet-forge-server installs rack-1.5.5, so I end up with two rack gems, one by rpm and one by gem.

Hitting the website produces an application error:
Message from application: Unable to activate puppet-forge-server-1.9.0, because rack-1.6.4 conflicts with rack (=1.5.5) (Gem::LoadError)

Is there a way I can get around this with out having direct Internet connectivity from the server that I'm configuring to be a puppet-forge? This is all on an isolated lab network, though I can copy files to a usb hard drive and move it from an Internet connected system to this isolated system, I just can't connect the isolated systems to the Internet.

@i11
Copy link
Contributor

i11 commented Dec 27, 2016

Hi,

Sorry for the delay. You could try to bundle install the server manually updating version pin.
On the other hand it's a good excuse to do some version bumps for me. I'll see what I can do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants