Bug 1824284

Summary: passenger is broken
Product: [Fedora] Fedora EPEL Reporter: Danila Vershinin <ciapnz>
Component: passengerAssignee: Gerd Pokorra <gp>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: urgent Docs Contact:
Priority: unspecified    
Version: epel8CC: barracks510, gp, jkaluza, mark.j.l.orr, tdawson, vanmeeuwen+fedora
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard:
Fixed In Version: passenger-6.0.4-3.el8 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-05-07 00:40:47 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Danila Vershinin 2020-04-15 17:46:33 UTC
Description of problem:

Once installing the passenger package, "passenger-config" or anything else is broken.

passenger-6.0.4-2.el8.x86_64 


How reproducible: always


Steps to Reproduce:
1. yum install passenger
2. passenger-config --root

Actual results:

Traceback (most recent call last):
	2: from /usr/bin/passenger-config:33:in `<main>'
	1: from /usr/share/rubygems/rubygems/core_ext/kernel_require.rb:59:in `require'
/usr/share/rubygems/rubygems/core_ext/kernel_require.rb:59:in `require': cannot load such file -- phusion_passenger (LoadError)


Expected results:

/usr/share/passenger//phusion_passenger/locations.ini

Comment 1 Gerd Pokorra 2020-04-21 01:35:40 UTC
As workaround you can change in the files /usr/bin/passenger and /usr/bin/passenger-config the line with the content

require 'phusion_passenger'

to

require '/usr/share/passenger/phusion_passenger'


I am looking if the files passenger, passenger-config, ... should changed or the configuration of the destination.

Comment 2 Fedora Update System 2020-04-21 09:22:31 UTC
FEDORA-EPEL-2020-396f6636a2 has been submitted as an update to Fedora EPEL 8. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2020-396f6636a2

Comment 3 Fedora Update System 2020-04-22 19:27:01 UTC
FEDORA-EPEL-2020-396f6636a2 has been pushed to the Fedora EPEL 8 testing repository.

You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2020-396f6636a2

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 4 Fedora Update System 2020-05-07 00:40:47 UTC
FEDORA-EPEL-2020-396f6636a2 has been pushed to the Fedora EPEL 8 stable repository.
If problem still persists, please make note of it in this bug report.