Bug 1824284 - passenger is broken
Summary: passenger is broken
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: passenger
Version: epel8
Hardware: x86_64
OS: Unspecified
unspecified
urgent
Target Milestone: ---
Assignee: Gerd Pokorra
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-04-15 17:46 UTC by Danila Vershinin
Modified: 2020-05-07 00:40 UTC (History)
6 users (show)

Fixed In Version: passenger-6.0.4-3.el8
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-05-07 00:40:47 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.